Skip to content

Commit

Permalink
assertions: Keep helper macros defined (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-platzer authored Oct 9, 2024
1 parent 7d90f2e commit 94d285b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions include/common_cells/assertions.svh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -207,10 +207,4 @@
`endif


// undefine local helper macros
`ifdef INC_ASSERT
`undef INC_ASSERT
`endif
`undef ASSERT_STRINGIFY

`endif // COMMON_CELLS_ASSERTIONS_SVH

0 comments on commit 94d285b

Please sign in to comment.