Skip to content

Commit

Permalink
Wait for VCS license for vcs-uvm target (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon authored Sep 27, 2023
1 parent 67ac256 commit 5ee1a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ ALL_UVM_FLAGS = -lca -sverilog +incdir+$(VCS_HOME)/etc/uvm/src \
$(if $(DEBUG), -debug_access+all $(if $(VERDI), -kdb) $(if $(TRACE_COMPACT),+vcs+fsdbon))\
-cm_seqnoconst -diag noconst

ALL_SIMV_UVM_FLAGS = -licwait 20 $(issrun_opts) \
ALL_SIMV_UVM_FLAGS = +vcs+lic+wait $(issrun_opts) \
-sv_lib $(CVA6_REPO_DIR)/verif/core-v-verif/lib/dpi_dasm/lib/Linux64/libdpi_dasm +signature=I-ADD-01.signature_output \
+UVM_TESTNAME=uvmt_cva6_firmware_test_c

Expand Down

0 comments on commit 5ee1a34

Please sign in to comment.