Update README.md

updated linux_testvectors path
This commit is contained in:
davidharrishmc 2021-11-16 12:33:47 -08:00 committed by GitHub
parent 23bd24323b
commit 984a7a6ccd

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 ../../tests/linux-testgen/linux-testvectors cd ../linux-testgen/linux-testvectors
./tvLinker.sh ./tvLinker.sh
``` ```