aboutsummaryrefslogtreecommitdiff
path: root/isa/Makefile
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2015-03-25 16:25:42 -0700
committerYunsup Lee <yunsup@cs.berkeley.edu>2015-03-25 16:25:42 -0700
commit9e4b081d4a219c4eea1a7e979c316a0ff1cd7cdc (patch)
tree7e1db6f26a9d315cf164154a43623a33daf835a6 /isa/Makefile
parenta398a9baeccebbf7b8c7bd04edaac5e0d02cd7bf (diff)
downloadriscv-tests-9e4b081d4a219c4eea1a7e979c316a0ff1cd7cdc.zip
riscv-tests-9e4b081d4a219c4eea1a7e979c316a0ff1cd7cdc.tar.gz
riscv-tests-9e4b081d4a219c4eea1a7e979c316a0ff1cd7cdc.tar.bz2
split out S-mode tests and M-mode tests
Diffstat (limited to 'isa/Makefile')
-rw-r--r--isa/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/isa/Makefile b/isa/Makefile
index 4c84815..229a509 100644
--- a/isa/Makefile
+++ b/isa/Makefile
@@ -9,8 +9,10 @@ include $(isa_src_dir)/rv64uf/Makefrag
include $(isa_src_dir)/rv64uv/Makefrag
include $(isa_src_dir)/rv64si/Makefrag
include $(isa_src_dir)/rv64sv/Makefrag
+include $(isa_src_dir)/rv64mi/Makefrag
include $(isa_src_dir)/rv32ui/Makefrag
include $(isa_src_dir)/rv32si/Makefrag
+include $(isa_src_dir)/rv32mi/Makefrag
default: all
@@ -81,11 +83,13 @@ endef
$(eval $(call compile_template,rv32ui,-m32))
$(eval $(call compile_template,rv32si,-m32))
+$(eval $(call compile_template,rv32mi,-m32))
$(eval $(call compile_template,rv64ui))
$(eval $(call compile_template,rv64uf))
$(eval $(call compile_template,rv64uv))
$(eval $(call compile_template,rv64si))
$(eval $(call compile_template,rv64sv))
+$(eval $(call compile_template,rv64mi))
tests_dump = $(addsuffix .dump, $(tests))
tests_hex = $(addsuffix .hex, $(tests))