aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/iassoc01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/iassoc01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/iassoc01/testsuite.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/iassoc01/testsuite.sh b/testsuite/synth/iassoc01/testsuite.sh
index 7e01dc72a..e1610a0b7 100755
--- a/testsuite/synth/iassoc01/testsuite.sh
+++ b/testsuite/synth/iassoc01/testsuite.sh
@@ -3,14 +3,7 @@
. ../../testenv.sh
for t in iassoc01 iassoc02 iassoc03 iassoc04 iassoc11 iassoc12; do
- analyze pkg.vhdl $t.vhdl tb_$t.vhdl
- elab_simulate tb_$t
- clean
-
- synth pkg.vhdl $t.vhdl -e $t > syn_$t.vhdl
- analyze syn_$t.vhdl tb_$t.vhdl
- elab_simulate tb_$t --ieee-asserts=disable-at-0
- clean
+ synth_tb $t pkg.vhdl
done
echo "Test successful"