mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
simplified make-tests.sh to run the current makefile in regression
This commit is contained in:
parent
ebeebf3bfc
commit
7cd673fa6e
@ -1,14 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm -r work*
|
rm -r work*
|
||||||
cd ../../tests/imperas-riscv-tests/
|
|
||||||
make allclean
|
make allclean
|
||||||
make
|
make
|
||||||
cd ../wally-riscv-arch-test
|
# cd ../../tests/imperas-riscv-tests/
|
||||||
make allclean
|
# make allclean
|
||||||
make
|
# make
|
||||||
make XLEN=32
|
# cd ../wally-riscv-arch-test
|
||||||
exe2memfile.pl work/*/*/*.elf
|
# make allclean
|
||||||
cd ../linux-testgen/linux-testvectors
|
# make
|
||||||
./tvLinker.sh
|
# make XLEN=32
|
||||||
cd ../../../pipelined/regression
|
# exe2memfile.pl work/*/*/*.elf
|
||||||
|
# cd ../linux-testgen/linux-testvectors
|
||||||
|
# ./tvLinker.sh
|
||||||
|
# cd ../../../pipelined/regression
|
||||||
|
Loading…
Reference in New Issue
Block a user