From 83af0740b510dd581e0310df58f47238e809ff65 Mon Sep 17 00:00:00 2001 From: davidharrishmc <74973295+davidharrishmc@users.noreply.github.com> Date: Mon, 18 Oct 2021 16:23:22 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 827e27ef2..3d8812fb0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ sudo make install cd ../../riscv-arch-test cp ../riscv-isa-sim/arch_test_target/spike/Makefile.include . edit Makefile.include - change line with TARGETDIR to /home/harris/test/riscv-wally/addins/riscv-isa-sim/arch_test_target (or whatever your path is) ***fix + change line with TARGETDIR to ~/riscv-wally/addins/riscv-isa-sim/arch_test_target (or whatever your path is) ***fix add line export RISCV_PREFIX = riscv64-unknown-elf- # this might not be needed if you have 32-bit versions of the riscv gcc compiler built separately make make XLEN=32 @@ -33,4 +33,4 @@ exe2memfile.pl work/*/*/*.elf # converts ELF files to a format that can be read Notes: Eventually download imperas-riscv-tests separately Move our custom tests to another directory -Handle exe2memfile separately. +Eventually replace exe2memfile.pl with objcopy