mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Add option to wait for VCS license (#1476)
This commit is contained in:
parent
9896c4052d
commit
16d078656c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ spike:
|
|||
###############################################################################
|
||||
vcs-testharness:
|
||||
make -C $(path_var) vcs_build target=$(target) defines=$(subst +define+,,$(isscomp_opts))
|
||||
$(path_var)/work-vcs/simv $(if $(VERDI), -verdi -do $(path_var)/init_testharness.do,) +permissive -sv_lib $(path_var)/work-dpi/ariane_dpi \
|
||||
$(path_var)/work-vcs/simv +vcs+lic+wait $(if $(VERDI), -verdi -do $(path_var)/init_testharness.do,) +permissive -sv_lib $(path_var)/work-dpi/ariane_dpi \
|
||||
+tohost_addr=$(shell $$RISCV/bin/${CV_SW_PREFIX}nm -B $(elf) | grep -w tohost | cut -d' ' -f1) \
|
||||
+PRELOAD=$(elf) +permissive-off ++$(elf) $(issrun_opts)
|
||||
$(tool_path)/spike-dasm --isa=$(variant) < ./trace_rvfi_hart_00.dasm > $(log)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue