aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/memmux01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/memmux01')
-rwxr-xr-xtestsuite/synth/memmux01/testsuite.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/memmux01/testsuite.sh b/testsuite/synth/memmux01/testsuite.sh
index 7a9179100..a14bb4d5a 100755
--- a/testsuite/synth/memmux01/testsuite.sh
+++ b/testsuite/synth/memmux01/testsuite.sh
@@ -4,14 +4,7 @@
GHDL_STD_FLAGS=--std=08
for t in memmux01 memmux02 memmux03 memmux04 memmux05 memmux07; 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
+ synth_tb $t
done
echo "Test successful"