diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-03 19:53:02 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-03 19:53:02 +0200 |
commit | a94d2a0592495f3216c54b63e9591d6af760d999 (patch) | |
tree | 7209f3a6d8ba65c3813bc3969c5ed46c2bd78b5c /testsuite/synth/issue963/testsuite.sh | |
parent | e5db9a577de24275c1911fc2ad09ab14db39e106 (diff) | |
download | ghdl-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-x | testsuite/synth/issue963/testsuite.sh | 2 |
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 |