From: Yunsup Lee Date: Tue, 14 May 2013 02:12:38 +0000 (-0700) Subject: change riscv-isa-run to spike X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acfd33c09183a71b4a84a038bd4aa0e401202aaa;p=riscv-tests.git change riscv-isa-run to spike --- diff --git a/benchmarks/Makefile b/benchmarks/Makefile index a0ce377..cc8e881 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -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 diff --git a/isa/Makefile b/isa/Makefile index 7288b5d..77a0407 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -18,7 +18,7 @@ default: all RISCV_GCC = riscv-gcc RISCV_GCC_OPTS = -nostdlib -nostartfiles RISCV_OBJDUMP = riscv-objdump --disassemble-all --disassemble-zeroes --section=.text --section=.data --section=.bss -RISCV_SIM = riscv-isa-run +RISCV_SIM = spike #------------------------------------------------------------ # Build assembly tests