URL
https://opencores.org/ocsvn/fwrisc/fwrisc/trunk
Subversion Repositories fwrisc
[/] [fwrisc/] [trunk/] [ve/] [fwrisc/] [tests/] [riscv-compliance/] [riscv-test-suite/] [rv32si/] [Makefrag] - Rev 2
Compare with Previous | Blame | View Log
rv32si_sc_tests = \
csr \
ma_fetch \
scall \
sbreak \
wfi \
dirty
# ma_fetch - needs signature and it says it failed..
rv32si_tests = $(addsuffix .elf, $(rv32si_sc_tests))
target32_tests += $(rv32si_tests)