mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
edited to include missing instructions
added cd tests before cd imperas-riscv-tests to reflect new tests folder modified cd ../addins so we can point to it from the new imperas-riscv-tests within the tests folder added instructions so the buildroot test exists
This commit is contained in:
parent
0c7681b942
commit
f7642a282d
@ -8,9 +8,10 @@ To use Wally on Linux:
|
|||||||
```
|
```
|
||||||
git clone https://github.com/davidharrishmc/riscv-wally
|
git clone https://github.com/davidharrishmc/riscv-wally
|
||||||
cd riscv-wally
|
cd riscv-wally
|
||||||
|
cd tests
|
||||||
cd imperas-riscv-tests
|
cd imperas-riscv-tests
|
||||||
make
|
make
|
||||||
cd ../addins
|
cd ../../addins
|
||||||
git clone https://github.com/riscv-non-isa/riscv-arch-test
|
git clone https://github.com/riscv-non-isa/riscv-arch-test
|
||||||
git clone https://github.com/riscv-software-src/riscv-isa-sim
|
git clone https://github.com/riscv-software-src/riscv-isa-sim
|
||||||
cd riscv-isa-sim
|
cd riscv-isa-sim
|
||||||
@ -32,6 +33,8 @@ edit Makefile.include
|
|||||||
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
|
||||||
|
./tvLinker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
Loading…
Reference in New Issue
Block a user