aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ui
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2015-03-16 02:10:17 -0700
committerYunsup Lee <yunsup@cs.berkeley.edu>2015-03-16 02:10:17 -0700
commitdd0d4036430dc812c9168fad8870d58ce151f498 (patch)
tree1e72637f1c2742de6a0e9bd6bd049d0215ce9b66 /isa/rv64ui
parent62f8f78b5fc18e2f89e4b6429352ca4c980908c7 (diff)
downloadriscv-tests-dd0d4036430dc812c9168fad8870d58ce151f498.zip
riscv-tests-dd0d4036430dc812c9168fad8870d58ce151f498.tar.gz
riscv-tests-dd0d4036430dc812c9168fad8870d58ce151f498.tar.bz2
revamp vector tests with new privileged spec, and add scalar pt tests
Diffstat (limited to 'isa/rv64ui')
-rw-r--r--isa/rv64ui/Makefrag25
1 files changed, 13 insertions, 12 deletions
diff --git a/isa/rv64ui/Makefrag b/isa/rv64ui/Makefrag
index a0f974d..53f9a7f 100644
--- a/isa/rv64ui/Makefrag
+++ b/isa/rv64ui/Makefrag
@@ -30,23 +30,24 @@ rv64ui_mc_tests = \
lrsc
rv64ui_sc_vec_tests = \
- #add addi addiw addw \
- #and andi \
- #lui \
- #mul mulh mulhsu mulhu mulw \
- #or ori \
- #sll slli slliw sllw \
- #slt slti sltiu sltu \
- #sra srai sraiw sraw \
- #srl srli srliw srlw \
- #sub subw \
- #xor xori \
+ add addi addiw addw \
+ and andi \
+ lui \
+ mul mulh mulhsu mulhu mulw \
+ or ori \
+ sll slli slliw sllw \
+ slt slti sltiu sltu \
+ sra srai sraiw sraw \
+ srl srli srliw srlw \
+ sub subw \
+ xor xori \
rv64ui_p_tests = $(addprefix rv64ui-p-, $(rv64ui_sc_tests))
+rv64ui_pt_tests = $(addprefix rv64ui-pt-, $(rv64ui_sc_tests))
rv64ui_pm_tests = $(addprefix rv64ui-pm-, $(rv64ui_mc_tests))
rv64ui_v_tests = $(addprefix rv64ui-v-, $(rv64ui_sc_tests))
rv64ui_p_vec_tests = $(addprefix rv64ui-p-vec-, $(rv64ui_sc_vec_tests))
rv64ui_pt_vec_tests = $(addprefix rv64ui-pt-vec-, $(rv64ui_sc_vec_tests))
rv64ui_v_vec_tests = $(addprefix rv64ui-v-vec-, $(rv64ui_sc_vec_tests))
-spike_tests += $(rv64ui_p_tests) $(rv64ui_pm_tests) $(rv64ui_v_tests) $(rv64ui_p_vec_tests) $(rv64ui_pt_vec_tests) $(rv64ui_v_vec_tests)
+spike_tests += $(rv64ui_p_tests) $(rv64ui_pm_tests) $(rv64ui_pt_tests) $(rv64ui_v_tests) $(rv64ui_p_vec_tests) $(rv64ui_pt_vec_tests) $(rv64ui_v_vec_tests)