cvw/sim/make-tests.sh

17 lines
286 B
Bash
Raw Normal View History

2021-12-06 23:37:33 +00:00
#!/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
2023-02-02 22:14:11 +00:00
# cd ../../../regression