mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
17 lines
286 B
Bash
Executable File
17 lines
286 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -r work*
|
|
make allclean
|
|
make
|
|
# 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 ../../../regression
|