mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Makefile : passing the tandem_enable value into UVM testbench (#2287)
This commit is contained in:
parent
88f13c5874
commit
33ab2efa83
1 changed files with 4 additions and 4 deletions
|
@ -257,11 +257,11 @@ ifneq ($(DEBUG),) # If RTL DEBUG support requested
|
|||
endif
|
||||
|
||||
ifneq ($(SPIKE_TANDEM),)
|
||||
ALL_SIMV_UVM_FLAGS += +scoreboard_enabled=1
|
||||
ALL_XRUN_SIMV_UVM_FLAGS += +scoreboard_enabled=1
|
||||
ALL_SIMV_UVM_FLAGS += +tandem_enabled=1
|
||||
ALL_XRUN_SIMV_UVM_FLAGS += +tandem_enabled=1
|
||||
else
|
||||
ALL_SIMV_UVM_FLAGS += +scoreboard_enabled=0
|
||||
ALL_XRUN_SIMV_UVM_FLAGS += +scoreboard_enabled=0
|
||||
ALL_SIMV_UVM_FLAGS += +tandem_enabled=0
|
||||
ALL_XRUN_SIMV_UVM_FLAGS += +tandem_enabled=0
|
||||
endif
|
||||
|
||||
### VCS UVM rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue