aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue960/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue960/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue960/testsuite.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/testsuite/synth/issue960/testsuite.sh b/testsuite/synth/issue960/testsuite.sh
index eef613a45..7427c656d 100755
--- a/testsuite/synth/issue960/testsuite.sh
+++ b/testsuite/synth/issue960/testsuite.sh
@@ -2,16 +2,7 @@
. ../../testenv.sh
-for t in ent2; 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 ent2
synth ent.vhdl -e > syn_ent.vhdl