mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-27 17:00:57 -04:00
Add option to enable assertions in the Verilator testbench
This commit is contained in:
parent
086e8ea75f
commit
f01a036402
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -661,6 +661,7 @@ verilate_command := $(verilator) --no-timing verilator_config.vlt
|
|||
-Wno-UNOPTFLAT \
|
||||
-Wno-BLKANDNBLK \
|
||||
-Wno-style \
|
||||
$(if $(filter $(ASSERT),1),--assert,) \
|
||||
$(if ($(PRELOAD)!=""), -DPRELOAD=1,) \
|
||||
$(if $(PROFILE),--stats --stats-vars --profile-cfuncs,) \
|
||||
$(if $(DEBUG), --trace-structs,) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue