change riscv-isa-run to spike
[riscv-tests.git] / benchmarks / Makefile
index a0ce37714c68f86e62c1ac608953214bee3fd818..cc8e88124555fa1913999ec3d5cf66f9d0354aa0 100644 (file)
@@ -56,7 +56,7 @@ RISCV_LINK_MT = riscv-gcc -T $(bmarkdir)/common/test-mt.ld
 RISCV_LINK_OPTS = -lc
 RISCV_LINK_SYSCALL = $(bmarkdir)/common/syscalls.c -lc
 RISCV_OBJDUMP = riscv-objdump --disassemble-all --disassemble-zeroes --section=.text --section=.text.startup --section=.data
-RISCV_SIM = riscv-isa-run
+RISCV_SIM = spike
 
 VPATH += $(addprefix $(bmarkdir)/, $(bmarks))
 VPATH += $(bmarkdir)/common