correct passing argument for sim_opts

This commit is contained in:
Dawid Zimonczyk 2020-03-25 14:21:29 +01:00 committed by Rupert Swarbrick
parent a6504e9111
commit 2bf6f5fca2

View file

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