diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-30 14:04:22 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-30 14:12:44 +0200 |
commit | c9a1948c12ec5262db925811d32e6a5886172abc (patch) | |
tree | 5230f77663a15d69ee2f64ec052df3698ee57169 /testsuite/synth/fsm01/testsuite.sh | |
parent | 33884b2801f3b9cd52a0e6c20ee0d1079982c43d (diff) | |
download | ghdl-c9a1948c12ec5262db925811d32e6a5886172abc.tar.gz ghdl-c9a1948c12ec5262db925811d32e6a5886172abc.tar.bz2 ghdl-c9a1948c12ec5262db925811d32e6a5886172abc.zip |
testsuite/synth: add tests for previous commit.
Diffstat (limited to 'testsuite/synth/fsm01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/fsm01/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/fsm01/testsuite.sh b/testsuite/synth/fsm01/testsuite.sh index 08d7ff60f..875ae0a23 100755 --- a/testsuite/synth/fsm01/testsuite.sh +++ b/testsuite/synth/fsm01/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in fsm_2s fsm_4s; do +for t in fsm_2s fsm_3s fsm_4s fsm_5s fsm_6s fsm_7s; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |