mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[dv/uvm/core_ibex] Pass ISA from Makefile
This allows run.py to pass ISA options through to Spike. This relates to the failure in #1369 (test inserts a bitmanip instruction which Spike interprets as valid but the core treats as invalid depending on config). Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
This commit is contained in:
parent
1a46c4ede6
commit
fd4fdc4519
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ $(metadata)/instr_gen.iss.stamp: \
|
|||
${TEST_OPTS} \
|
||||
--iss="${ISS}" \
|
||||
--iss_opts="${ISS_OPTS}" \
|
||||
--isa="${ISA}" \
|
||||
${RISCV_DV_OPTS}
|
||||
$(call dump-vars,$(metadata)/iss-vars.mk,iss,$(iss-var-deps))
|
||||
@touch $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue