We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b84f0 commit 444b1bdCopy full SHA for 444b1bd
riscv-compliance-master/Makefile
@@ -14,9 +14,9 @@ space:= $(empty) $(empty)
14
RISCV_ISA_ALL = $(shell ls $(ROOTDIR)/riscv-test-suite)
15
RISCV_ISA_OPT = $(subst $(space),$(pipe),$(RISCV_ISA_ALL))
16
17
-export RISCV_TARGET ?= tra5
+export RISCV_TARGET ?= riscvOVPsim
18
export RISCV_DEVICE ?= rv32i
19
-export RISCV_PREFIX ?= riscv32-unknown-elf-
+export RISCV_PREFIX ?= riscv64-unknown-elf-
20
21
ifeq ($(RISCV_ISA),)
22
RISCV_ISA = rv32i
0 commit comments