From 2f00c0c1f26a10f93f4a133bec69f4d0b95df685 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Thu, 17 Oct 2013 19:35:34 -0700 Subject: add hwacha exception support --- isa/rv64sv/Makefrag | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'isa/rv64sv/Makefrag') diff --git a/isa/rv64sv/Makefrag b/isa/rv64sv/Makefrag index b892000..9a2746c 100644 --- a/isa/rv64sv/Makefrag +++ b/isa/rv64sv/Makefrag @@ -3,9 +3,12 @@ #----------------------------------------------------------------------- rv64sv_sc_tests = \ - illegal_tvec_cmd illegal_tvec_regid \ + illegal_cfg_nxpr illegal_cfg_nfpr illegal_inst privileged_inst \ + illegal_tvec_regid \ illegal_vt_inst illegal_vt_regid \ ma_utld ma_utsd ma_vld ma_vsd \ ma_vt_inst \ rv64sv_p_tests = $(addprefix rv64sv-p-, $(rv64sv_sc_tests)) + +spike_tests += $(rv64sv_p_tests) -- cgit v1.1