mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 03:47:15 -04:00
[dv] Add sim selection to icache make file
This commit is contained in:
parent
1affeff527
commit
2ff233726d
1 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,8 @@ VERBOSITY=
|
|||
# The number of seeds to run for each selected test. Defaults to 1.
|
||||
RESEED=1
|
||||
|
||||
SIM=vcs
|
||||
|
||||
# Specify the seed for the test to run. If this is empty, dvsim.py
|
||||
# will pick random seeds. By default, we make runs reproducible, so
|
||||
# force the seed if RESEED is 1.
|
||||
|
@ -39,9 +41,10 @@ verbosity-arg := $(if $(VERBOSITY),--verbosity $(VERBOSITY),)
|
|||
reseed-arg := --reseed $(RESEED)
|
||||
seed-arg := $(if $(SEED),--fixed-seed $(SEED),)
|
||||
tests-arg := $(if $(TESTS),--items $(TESTS))
|
||||
tool-arg := -t $(SIM)
|
||||
|
||||
dvsim-mk-args := \
|
||||
$(waves-arg) $(coverage-arg) $(verbosity-arg) \
|
||||
$(tool-arg) $(waves-arg) $(coverage-arg) $(verbosity-arg) \
|
||||
$(reseed-arg) $(seed-arg) $(tests-arg)
|
||||
|
||||
.PHONY: run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue