mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added instructions to enable buildroot tests and updated some paths in README.md
This commit is contained in:
parent
33f5de0f5c
commit
56813ea496
@ -8,6 +8,7 @@ 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
|
||||||
@ -30,6 +31,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