aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/stmt01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/stmt01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/stmt01/testsuite.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/testsuite/synth/stmt01/testsuite.sh b/testsuite/synth/stmt01/testsuite.sh
index 3d066e799..e5876c869 100755
--- a/testsuite/synth/stmt01/testsuite.sh
+++ b/testsuite/synth/stmt01/testsuite.sh
@@ -2,15 +2,6 @@
. ../../testenv.sh
-for t in forloop2; 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
- clean
-done
+synth_tb forloop2
echo "Test successful"