From d355d816337157819959575fdb59c0ff0be4c058 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Mon, 14 Sep 2015 13:00:54 -0700 Subject: [PATCH] regression script bump for new torture that can produce waveforms --- regression.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/regression.sh b/regression.sh index 0afbf37e..2a69b111 100755 --- a/regression.sh +++ b/regression.sh @@ -21,6 +21,7 @@ git submodule status --recursive cd emulator; make CONFIG=$1; make CONFIG=$1 run-asm-tests; cd .. if [ $# -ge 2 ] then + cd emulator; make CONFIG=$1 debug; cd .. git clone git@github.com:ucb-bar/riscv-torture.git cd riscv-torture; git submodule update --init; if [ $# -eq 3 ]