forked from Github_Repos/cvw
Fixed march compiling privileged tests to support AMO tests.
This commit is contained in:
parent
eaa0fa8e3f
commit
0693f76676
@ -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)))
|
||||
|
@ -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)))
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user