Skip to content

Commit

Permalink
Makefile : passing the tandem_enable value into UVM testbench (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoubJalali authored Jun 26, 2024
1 parent 88f13c5 commit 33ab2ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions verif/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33ab2ef

Please sign in to comment.