From 984a7a6ccdc4ed8ff0eec30ee4195761b5a4f183 Mon Sep 17 00:00:00 2001 From: davidharrishmc <74973295+davidharrishmc@users.noreply.github.com> Date: Tue, 16 Nov 2021 12:33:47 -0800 Subject: [PATCH] Update README.md updated linux_testvectors path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97a5efd3..bbde26148 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 ../../tests/linux-testgen/linux-testvectors +cd ../linux-testgen/linux-testvectors ./tvLinker.sh ```