From b3288beb382a8140eb6f20051308fdfecf3b6e7d Mon Sep 17 00:00:00 2001 From: bbracker Date: Sat, 6 Nov 2021 15:02:16 -0700 Subject: [PATCH] update README.md to reflect new tvLinker location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db4818723..b97a5efd3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cd ../wally-riscv-arch-test 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 +cd ../../tests/linux-testgen/linux-testvectors ./tvLinker.sh ```