Skip to content

Commit

Permalink
[rtl] clean-up pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Nov 14, 2023
1 parent 7864fa2 commit a7916e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rtl/core/neorv32_package.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ package neorv32_package is
constant is_simulation_c : boolean := false -- seems like we're on real hardware
-- pragma translate_off
-- synthesis translate_off
-- synthesis synthesis_off
-- RTL_SYNTHESIS OFF
or true -- this MIGHT be a simulation
-- RTL_SYNTHESIS ON
-- synthesis synthesis_on
-- synthesis translate_on
-- pragma translate_on
;
Expand Down

0 comments on commit a7916e0

Please sign in to comment.