diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 13:28:42 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 13:28:42 -0700 |
commit | 638557de3ec600ebe240e2f25e337028ce453ba2 (patch) | |
tree | 67fa0d166710d8843fa6422a1dd9e6929296a86a | |
parent | ea154d5ff472e4e18abc7c6328fb8072b84f6582 (diff) | |
download | yosys-638557de3ec600ebe240e2f25e337028ce453ba2.tar.gz yosys-638557de3ec600ebe240e2f25e337028ce453ba2.tar.bz2 yosys-638557de3ec600ebe240e2f25e337028ce453ba2.zip |
Cat more stuff
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index d90abf848..7b1fb50b9 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -227,6 +227,8 @@ do echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of Icarus Verilog." fi cat ${bn}.err + cat ${bn}_ref.v + cat ${bn}_syn.v $keeprunning || exit 1 fi done |