update README.md to reflect new tvLinker location

This commit is contained in:
bbracker 2021-11-06 15:02:16 -07:00
parent f6a555009b
commit 6e67ad9335

View File

@ -39,7 +39,7 @@ cd ../wally-riscv-arch-test
make make
make XLEN=32 make XLEN=32
exe2memfile.pl work/*/*/*.elf # converts ELF files to a format that can be read by Modelsim 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 ./tvLinker.sh
``` ```