ERET -> xRET; new memory map
[riscv-tests.git] / isa / rv32mi / Makefrag
index e6ab8c845ae12269a41810e2163087408041f5db..9aeb12d387aefe3ace6d7982fc712cf5bce60677 100644 (file)
@@ -4,15 +4,19 @@
 
 rv32mi_sc_tests = \
        csr \
+       dirty \
        illegal \
        ma_fetch \
        ma_addr \
+       mcsr \
        scall \
        sbreak \
-       timer \
+       shamt \
+       wfi \
 
 rv32mi_mc_tests = \
        ipi \
 
 rv32mi_p_tests = $(addprefix rv32mi-p-, $(rv32mi_sc_tests))
-rv32mi_pm_tests = $(addprefix rv32mi-pm-, $(rv32mi_mc_tests))
+
+spike32_tests += $(rv32mi_p_tests)