From 3e2bf06b071a77ae62c09bf07c5229d1f9397d94 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 8 Mar 2022 01:07:00 -0800 Subject: Add Zfh and Svnapot to Spike ISA string Otherwise, "make run" doesn't work. --- isa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'isa') diff --git a/isa/Makefile b/isa/Makefile index a514cb2..681f322 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -49,10 +49,10 @@ vpath %.S $(src_dir) $(RISCV_OBJDUMP) $< > $@ %.out: % - $(RISCV_SIM) --isa=rv64gc $< 2> $@ + $(RISCV_SIM) --isa=rv64gc_zfh_svnapot $< 2> $@ %.out32: % - $(RISCV_SIM) --isa=rv32gc $< 2> $@ + $(RISCV_SIM) --isa=rv32gc_zfh_svnapot $< 2> $@ define compile_template -- cgit v1.1