Makefile : passing the tandem_enable value into UVM testbench (#2287)

This commit is contained in:
Jalali 2024-06-26 21:02:46 +00:00 committed by GitHub
parent 88f13c5874
commit 33ab2efa83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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