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