aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna')
-rwxr-xr-xtestsuite/gna/bug011/testsuite.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/gna/bug011/testsuite.sh b/testsuite/gna/bug011/testsuite.sh
index 0ad0ee761..b0fa087be 100755
--- a/testsuite/gna/bug011/testsuite.sh
+++ b/testsuite/gna/bug011/testsuite.sh
@@ -7,8 +7,11 @@ elab phonybench
if ghdl_has_feature phonybench fst; then
elab_simulate phonybench --stop-time=1sec --fst=pb.fst
fi
+if ghdl_has_feature phonybench vcd; then
+ elab_simulate phonybench --stop-time=1sec --vcd=pb.vcd
+fi
-rm -f pb.fst pb.ghw
+rm -f pb.fst pb.vcd
clean