aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32si/Makefrag
blob: 70cea701876365cb22e98593d72578ebb8197fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#=======================================================================
# Makefrag for rv32si tests
#-----------------------------------------------------------------------

rv32si_sc_tests = \
	csr \
	shamt \
	ma_fetch \
	illegal \
	scall \
	sbreak \
	ma_addr \
	timer \

rv32si_mc_tests = \
	ipi \

rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests))
rv32si_pm_tests = $(addprefix rv32si-pm-, $(rv32si_mc_tests))

spike_tests += $(rv32si_p_tests) $(rv32si_pm_tests)