aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-04-23 19:44:14 +0200
committerTristan Gingold <tgingold@free.fr>2021-04-27 21:07:50 +0200
commite225ca7b99fa12a57ccdc87705a600022a74b207 (patch)
tree6d4cb90ba42a0efc1e36eec3b732c9f965d6fef8 /testsuite
parent9e7d54f0a5816f433f03271ea9f46bc7803e97e2 (diff)
downloadghdl-e225ca7b99fa12a57ccdc87705a600022a74b207.tar.gz
ghdl-e225ca7b99fa12a57ccdc87705a600022a74b207.tar.bz2
ghdl-e225ca7b99fa12a57ccdc87705a600022a74b207.zip
testsuite/synth/aggr01: use synth_tb
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/synth/aggr01/testsuite.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/aggr01/testsuite.sh b/testsuite/synth/aggr01/testsuite.sh
index 762099e42..e0fb4eb50 100755
--- a/testsuite/synth/aggr01/testsuite.sh
+++ b/testsuite/synth/aggr01/testsuite.sh
@@ -3,14 +3,7 @@
. ../../testenv.sh
for t in aggr01 aggr02 aggr03; 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
+ synth_tb $t
done
echo "Test successful"