aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/case01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/case01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/case01/testsuite.sh11
1 files changed, 2 insertions, 9 deletions
diff --git a/testsuite/synth/case01/testsuite.sh b/testsuite/synth/case01/testsuite.sh
index ecb19a503..8ff30eaf1 100755
--- a/testsuite/synth/case01/testsuite.sh
+++ b/testsuite/synth/case01/testsuite.sh
@@ -2,15 +2,8 @@
. ../../testenv.sh
-for t in case01 case02; 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
+for t in case01 case02 case03 case04; do
+ synth_tb $t
done
echo "Test successful"