aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32si/Makefrag
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rv32si/Makefrag')
-rw-r--r--isa/rv32si/Makefrag15
1 files changed, 15 insertions, 0 deletions
diff --git a/isa/rv32si/Makefrag b/isa/rv32si/Makefrag
new file mode 100644
index 0000000..7ffc060
--- /dev/null
+++ b/isa/rv32si/Makefrag
@@ -0,0 +1,15 @@
+#=======================================================================
+# Makefrag for rv32si tests
+#-----------------------------------------------------------------------
+
+rv32si_sc_tests = \
+ csr \
+ shamt \
+
+rv32si_mc_tests = \
+ ipi \
+
+rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests))
+rv32si_pm_tests = $(addprefix rv32si-pm-, $(rv32si_mc_tests))
+
+spike_tests += $(rv32si_p_tests) $(rv32si_pm_tests)