We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4216aa3 commit 1011f0bCopy full SHA for 1011f0b
verification/cocotb/common.mk
@@ -55,7 +55,7 @@ ifeq ($(SIM), vcs)
55
COMPILE_ARGS += +libext+.sv +libext+.v
56
COMPILE_ARGS += +define+DIGITAL_IO_I3C
57
COMPILE_ARGS += $(foreach dir,$(VERILOG_INCLUDE_DIRS),-y $(dir))
58
- COMPILE_ARGS += -debug_access+all +memcbk
+ COMPILE_ARGS += -debug_access+all +memcbk -assert svaext
59
SIM_ARGS += +dumpon
60
EXTRA_ARGS += +vcs+vcdpluson +vpdfile+dump.vpd +vcs+lic+wait
61
0 commit comments