aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64si/Makefrag
blob: 87982c619d05152f8486f814c6102e9a355d488c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#=======================================================================
# Makefrag for rv64si tests
#-----------------------------------------------------------------------

rv64si_sc_tests = \
	csr \
	timer \
	dirty \

rv64si_mc_tests = \
	ipi \

rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
rv64si_pm_tests = $(addprefix rv64si-pm-, $(rv64si_mc_tests))

spike_tests += $(rv64si_p_tests) $(rv64si_pm_tests)