diff options
Diffstat (limited to 'testsuite/gna/issue158/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue158/testsuite.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/gna/issue158/testsuite.sh b/testsuite/gna/issue158/testsuite.sh index cc3b19ef5..b38f802ca 100755 --- a/testsuite/gna/issue158/testsuite.sh +++ b/testsuite/gna/issue158/testsuite.sh @@ -3,11 +3,13 @@ . ../../testenv.sh analyze repro.vhdl +elab repro if ghdl_has_feature repro ghw; then - elab_simulate repro --wave=repro.ghw - # How to test the ghw ? Use ghwdump ? + simulate repro --wave=repro.ghw | tee repro.out + ghw_diff repro + rm -f repro.out repro.txt repro.ghw fi + clean -rm -f repro.ghw echo "Test successful" |