mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[rtl] clean-up pragmas
This commit is contained in:
parent
7864fa2bbc
commit
a7916e0f45
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue