From cdd27919a7314324aece473270364e358c89f54f Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 31 Jan 2014 18:10:35 -0800 Subject: Add rv32si tests, including illegality of shamt[5] --- isa/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'isa/Makefile') diff --git a/isa/Makefile b/isa/Makefile index 1009c27..53c11ad 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -10,6 +10,7 @@ include $(isa_src_dir)/rv64uv/Makefrag include $(isa_src_dir)/rv64si/Makefrag include $(isa_src_dir)/rv64sv/Makefrag include $(isa_src_dir)/rv32ui/Makefrag +include $(isa_src_dir)/rv32si/Makefrag default: all @@ -69,6 +70,7 @@ tests += $$($(1)_v_vec_tests) endef $(eval $(call compile_template,rv32ui,-m32)) +$(eval $(call compile_template,rv32si,-m32)) $(eval $(call compile_template,rv64ui)) $(eval $(call compile_template,rv64uf)) $(eval $(call compile_template,rv64uv)) -- cgit v1.1