aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/slice01
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-10 19:26:20 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-10 19:26:20 +0100
commitc7fc6185ae789e248c0752577ca44e6100616399 (patch)
tree9caa4eed4951ff38a523822073571d6c89ac4c91 /testsuite/synth/slice01
parent3ea034dfb17430430b49000f4d9e4d54032e4b3e (diff)
downloadghdl-c7fc6185ae789e248c0752577ca44e6100616399.tar.gz
ghdl-c7fc6185ae789e248c0752577ca44e6100616399.tar.bz2
ghdl-c7fc6185ae789e248c0752577ca44e6100616399.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/slice01')
-rwxr-xr-xtestsuite/synth/slice01/testsuite.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/slice01/testsuite.sh b/testsuite/synth/slice01/testsuite.sh
index dcaf3f202..828ebcc62 100755
--- a/testsuite/synth/slice01/testsuite.sh
+++ b/testsuite/synth/slice01/testsuite.sh
@@ -3,14 +3,7 @@
. ../../testenv.sh
for t in slice01 slice02 slice03; 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"