1
0

regression script bump for new torture that can produce waveforms

This commit is contained in:
Colin Schmidt 2015-09-14 13:00:54 -07:00
parent 3eed7ff238
commit d355d81633

View File

@ -21,6 +21,7 @@ git submodule status --recursive
cd emulator; make CONFIG=$1; make CONFIG=$1 run-asm-tests; cd .. cd emulator; make CONFIG=$1; make CONFIG=$1 run-asm-tests; cd ..
if [ $# -ge 2 ] if [ $# -ge 2 ]
then then
cd emulator; make CONFIG=$1 debug; cd ..
git clone git@github.com:ucb-bar/riscv-torture.git git clone git@github.com:ucb-bar/riscv-torture.git
cd riscv-torture; git submodule update --init; cd riscv-torture; git submodule update --init;
if [ $# -eq 3 ] if [ $# -eq 3 ]