aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1080
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1080')
-rwxr-xr-xtestsuite/synth/issue1080/testsuite.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/testsuite/synth/issue1080/testsuite.sh b/testsuite/synth/issue1080/testsuite.sh
index 06c7b7061..2a368234e 100755
--- a/testsuite/synth/issue1080/testsuite.sh
+++ b/testsuite/synth/issue1080/testsuite.sh
@@ -8,15 +8,6 @@ for t in repro repro2 repro2_1 repro3 repro4; do
clean
done
-for t in repro3_1; 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 repro3_1
echo "Test successful"