aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/psl01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 08:29:43 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 08:29:43 +0200
commit9574e37fd4190e9fdfc81821d6fd808bf9ff405f (patch)
treef127960902005f46effd86421802739dc72daecb /testsuite/synth/psl01/testsuite.sh
parent58b2c934de954596e6e24591e0fc219be21bf850 (diff)
downloadghdl-9574e37fd4190e9fdfc81821d6fd808bf9ff405f.tar.gz
ghdl-9574e37fd4190e9fdfc81821d6fd808bf9ff405f.tar.bz2
ghdl-9574e37fd4190e9fdfc81821d6fd808bf9ff405f.zip
synth: add test for previous commit.
Diffstat (limited to 'testsuite/synth/psl01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/psl01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/psl01/testsuite.sh b/testsuite/synth/psl01/testsuite.sh
index 3da284165..7fd87887f 100755
--- a/testsuite/synth/psl01/testsuite.sh
+++ b/testsuite/synth/psl01/testsuite.sh
@@ -4,7 +4,7 @@
GHDL_STD_FLAGS=--std=08
-for f in restrict1 assume1 assume2 assert1; do
+for f in restrict1 restrict2 assume1 assume2 assert1; do
synth -fpsl $f.vhdl -e $f > syn_$f.vhdl
analyze syn_$f.vhdl
done