From b771a5e9bb6c70d25473d199e997f19036d7f5b1 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 19 Jan 2023 21:55:50 -0800 Subject: Pass --misaligned flag to Spike to run ISA tests (#445) ...because the ma_data test requires this feature. Don't merge until https://github.com/riscv-software-src/riscv-isa-sim/pull/1206 is merged. --- isa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'isa') diff --git a/isa/Makefile b/isa/Makefile index 0203a82..c542f33 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -50,10 +50,10 @@ vpath %.S $(src_dir) $(RISCV_OBJDUMP) $< > $@ %.out: % - $(RISCV_SIM) --isa=rv64gc_zfh_zicboz_svnapot $< 2> $@ + $(RISCV_SIM) --isa=rv64gc_zfh_zicboz_svnapot --misaligned $< 2> $@ %.out32: % - $(RISCV_SIM) --isa=rv32gc_zfh_zicboz_svnapot $< 2> $@ + $(RISCV_SIM) --isa=rv32gc_zfh_zicboz_svnapot --misaligned $< 2> $@ define compile_template -- cgit v1.1