Skip to content

Commit 98325ab

Browse files
wkkunakgugala
authored andcommitted
ver: Wait for license when running tests
Signed-off-by: Wiktoria Kuna <[email protected]>
1 parent 998e190 commit 98325ab

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
@@ -57,7 +57,7 @@ ifeq ($(SIM), vcs)
5757
COMPILE_ARGS += $(foreach dir,$(VERILOG_INCLUDE_DIRS),-y $(dir))
5858
COMPILE_ARGS += -debug_access+all +memcbk
5959
SIM_ARGS += +dumpon
60-
EXTRA_ARGS += +vcs+vcdpluson +vpdfile+dump.vpd
60+
EXTRA_ARGS += +vcs+vcdpluson +vpdfile+dump.vpd +vcs+lic+wait
6161

6262
ifneq ($(COVERAGE_TYPE),)
6363
EXTRA_ARGS += -cm line+cond+fsm+tgl+branch

0 commit comments

Comments
 (0)