mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
correct passing argument for sim_opts
This commit is contained in:
parent
a6504e9111
commit
2bf6f5fca2
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ $(metadata)/rtl_sim.run.stamp: \
|
|||
${TEST_OPTS} \
|
||||
--simulator="${SIMULATOR}" --simulator_yaml=yaml/rtl_simulation.yaml \
|
||||
$(cov-arg) $(wave-arg) $(lsf-arg) \
|
||||
--sim_opts="+signature_addr=${SIGNATURE_ADDR}" ${SIM_OPTS}
|
||||
--sim_opts="+signature_addr=${SIGNATURE_ADDR} ${SIM_OPTS}"
|
||||
@touch $@
|
||||
|
||||
.PHONY: rtl_sim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue