mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
Makefile : Fix env & tb path for the new repo (#1445)
This commit is contained in:
parent
7355fd7ce8
commit
d8c3916ebc
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ export DV_OVPM_DESIGN = $(DV_OVPM_HOME)/design
|
|||
ALL_UVM_FLAGS = -lca -sverilog +incdir+$(VCS_HOME)/etc/uvm/src \
|
||||
$(VCS_HOME)/etc/uvm/src/uvm_pkg.sv +UVM_VERBOSITY=UVM_MEDIUM -ntb_opts uvm-1.2 -timescale=1ns/1ps \
|
||||
-assert svaext -race=all -ignore unique_checks -full64 -q +incdir+$(VCS_HOME)/etc/uvm/src \
|
||||
+incdir+$(CVA6_REPO_DIR)/verif/core-v-verif/$(CV_CORE_LC)/env/uvme +incdir+$(CVA6_REPO_DIR)/verif/core-v-verif/$(CV_CORE_LC)/tb/uvmt \
|
||||
+incdir+$(CVA6_REPO_DIR)/verif/env/uvme +incdir+$(CVA6_REPO_DIR)/verif/tb/uvmt \
|
||||
$(if $(DEBUG), -debug_access+all $(if $(VERDI), -kdb) $(if $(TRACE_COMPACT),+vcs+fsdbon))
|
||||
|
||||
ALL_SIMV_UVM_FLAGS = -licwait 20 $(issrun_opts) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue