From 54540c8c32ae8cc508c35fde5e777382b980fc00 Mon Sep 17 00:00:00 2001 From: Michael Platzer Date: Tue, 8 Oct 2024 11:12:33 +0000 Subject: [PATCH] assertions: Keep helper macros defined --- include/common_cells/assertions.svh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/common_cells/assertions.svh b/include/common_cells/assertions.svh index 1428f97d..66ce12a9 100644 --- a/include/common_cells/assertions.svh +++ b/include/common_cells/assertions.svh @@ -24,7 +24,7 @@ // Helper macros // /////////////////// -// local helper macro to reduce code clutter. undefined at the end of this file +// helper macro to reduce code clutter, can be used to hide signal defs only used for assertions `ifndef ASSERTS_OFF `ifndef SYNTHESIS `ifndef XSIM @@ -207,10 +207,4 @@ `endif -// undefine local helper macros -`ifdef INC_ASSERT -`undef INC_ASSERT -`endif -`undef ASSERT_STRINGIFY - `endif // COMMON_CELLS_ASSERTIONS_SVH