aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth')
-rwxr-xr-xtestsuite/synth/issue1004/testsuite.sh16
1 files changed, 2 insertions, 14 deletions
diff --git a/testsuite/synth/issue1004/testsuite.sh b/testsuite/synth/issue1004/testsuite.sh
index fa3686042..52b31fbaf 100755
--- a/testsuite/synth/issue1004/testsuite.sh
+++ b/testsuite/synth/issue1004/testsuite.sh
@@ -3,21 +3,9 @@
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
-for t in test; do
- synth $t.vhdl -e $t > syn_$t.vhdl
- analyze syn_$t.vhdl
-done
+synth_analyze test
-for t in test2; do
- analyze $t.vhdl tb_$t.vhdl
- elab_simulate tb_$t
- clean
-
- synth $t.vhdl -e $t > syn_$t.vhdl
- analyze syn_$t.vhdl tb_$t.vhdl
- elab_simulate tb_$t --ieee-asserts=disable-at-0
- clean
-done
+synth_tb test2
clean