aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue963/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-03 19:53:02 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-03 19:53:02 +0200
commita94d2a0592495f3216c54b63e9591d6af760d999 (patch)
tree7209f3a6d8ba65c3813bc3969c5ed46c2bd78b5c /testsuite/synth/issue963/testsuite.sh
parente5db9a577de24275c1911fc2ad09ab14db39e106 (diff)
downloadghdl-a94d2a0592495f3216c54b63e9591d6af760d999.tar.gz
ghdl-a94d2a0592495f3216c54b63e9591d6af760d999.tar.bz2
ghdl-a94d2a0592495f3216c54b63e9591d6af760d999.zip
testsuite/synth: add a test for FF inference.
Diffstat (limited to 'testsuite/synth/issue963/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue963/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue963/testsuite.sh b/testsuite/synth/issue963/testsuite.sh
index e30a741e0..33ea4d242 100755
--- a/testsuite/synth/issue963/testsuite.sh
+++ b/testsuite/synth/issue963/testsuite.sh
@@ -2,7 +2,7 @@
. ../../testenv.sh
-for t in ent; do
+for t in ent ent2; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean