aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/psl02/testsuite.sh
diff options
context:
space:
mode:
authortmeissner <programming@goodcleanfun.de>2021-10-25 11:56:23 +0200
committerTristan Gingold <tgingold@free.fr>2021-11-02 19:31:25 +0100
commitf911b6b97b379415eb5620d29d4579541bb5facd (patch)
tree18e0f1ef8277c844657086aa2b5bdf4cf56f2fff /testsuite/synth/psl02/testsuite.sh
parent86fd1ab3079b50c5b7234db2cedf3d1e8c0f081b (diff)
downloadghdl-f911b6b97b379415eb5620d29d4579541bb5facd.tar.gz
ghdl-f911b6b97b379415eb5620d29d4579541bb5facd.tar.bz2
ghdl-f911b6b97b379415eb5620d29d4579541bb5facd.zip
synth: Support alias declarations in vunit
Diffstat (limited to 'testsuite/synth/psl02/testsuite.sh')
-rwxr-xr-xtestsuite/synth/psl02/testsuite.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/synth/psl02/testsuite.sh b/testsuite/synth/psl02/testsuite.sh
index 76b8c58eb..a45a0e0ff 100755
--- a/testsuite/synth/psl02/testsuite.sh
+++ b/testsuite/synth/psl02/testsuite.sh
@@ -27,4 +27,9 @@ analyze syn_assert23.vhdl
clean
+synth assert2.vhdl verif5.vhdl -e assert2 > syn_assert25.vhdl
+analyze syn_assert25.vhdl
+
+clean
+
echo "Test successful"