Fixed march compiling privileged tests to support AMO tests.

This commit is contained in:
David Harris 2022-03-01 18:02:45 +00:00
parent eaa0fa8e3f
commit 0693f76676
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
include ../../Makefile.include
$(eval $(call compile_template,-march=rv32i -mabi=ilp32 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))
$(eval $(call compile_template,-march=rv32iac -mabi=ilp32 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))

View File

@ -1,3 +1,3 @@
include ../../Makefile.include
$(eval $(call compile_template,-march=rv64i -mabi=lp64 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))
$(eval $(call compile_template,-march=rv64iac -mabi=lp64 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))

View File

@ -37,6 +37,7 @@ rv64i_sc_tests = \
WALLY-misa-01 \
WALLY-scratch-01 \
WALLY-sscratch-s-01 \
WALLY-AMO \
# Don't simulate these because they rely on SoC features that Wally does not offer.
target_tests_nosim = \