From b425cefd52a0ebc9984b99c7b1bd964f76bf81b8 Mon Sep 17 00:00:00 2001 From: slmnemo Date: Wed, 27 Oct 2021 13:45:56 -0700 Subject: [PATCH] Added instructions to enable buildroot tests and updated some paths in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 420ea87a1..fd3052948 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ To use Wally on Linux: ``` git clone https://github.com/davidharrishmc/riscv-wally cd riscv-wally +cd tests cd imperas-riscv-tests make cd ../addins @@ -30,6 +31,8 @@ edit Makefile.include make make XLEN=32 exe2memfile.pl work/*/*/*.elf # converts ELF files to a format that can be read by Modelsim +cd ../../wally-pipelined/linux-testgen/linux-testvectors +./tvLinker.sh ``` Notes: