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 998e190 commit 98325abCopy full SHA for 98325ab
verification/cocotb/common.mk
@@ -57,7 +57,7 @@ ifeq ($(SIM), vcs)
57
COMPILE_ARGS += $(foreach dir,$(VERILOG_INCLUDE_DIRS),-y $(dir))
58
COMPILE_ARGS += -debug_access+all +memcbk
59
SIM_ARGS += +dumpon
60
- EXTRA_ARGS += +vcs+vcdpluson +vpdfile+dump.vpd
+ EXTRA_ARGS += +vcs+vcdpluson +vpdfile+dump.vpd +vcs+lic+wait
61
62
ifneq ($(COVERAGE_TYPE),)
63
EXTRA_ARGS += -cm line+cond+fsm+tgl+branch
0 commit comments