mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
15 lines
255 B
Bash
Executable File
15 lines
255 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -r work*
|
|
cd ../../tests/imperas-riscv-tests/
|
|
make allclean
|
|
make
|
|
cd ../wally-riscv-arch-test
|
|
make allclean
|
|
make
|
|
make XLEN=32
|
|
exe2memfile.pl work/*/*/*.elf
|
|
cd ../linux-testgen/linux-testvectors
|
|
./tvLinker.sh
|
|
cd ../../../pipelined/regression
|