Skip to content

Commit fa4eb2a

Browse files
committed
fix: Add missing compile args
Signed-off-by: Wiktoria Kuna <[email protected]>
1 parent 945e0c4 commit fa4eb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verification/cocotb/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ifeq ($(SIM), vcs)
5555
COMPILE_ARGS += +libext+.sv +libext+.v
5656
COMPILE_ARGS += +define+DIGITAL_IO_I3C
5757
COMPILE_ARGS += $(foreach dir,$(VERILOG_INCLUDE_DIRS),-y $(dir))
58-
COMPILE_ARGS += -debug_access+all +memcbk
58+
COMPILE_ARGS += -debug_access+all +memcbk -assert svaext
5959
SIM_ARGS += +dumpon
6060
EXTRA_ARGS += +vcs+vcdpluson +vpdfile+dump.vpd +vcs+lic+wait
6161

0 commit comments

Comments
 (0)