diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-30 13:46:08 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-30 13:46:08 +0200 |
commit | 181165f90d7ab05cff1c2bc5894d0143f03d3634 (patch) | |
tree | bb27972df2886504ba7b9d426b39c4840c2a077a /testsuite/synth/fsm01/testsuite.sh | |
parent | 10b2f5a4012ae368dfcf49628281e34674f913d7 (diff) | |
download | ghdl-181165f90d7ab05cff1c2bc5894d0143f03d3634.tar.gz ghdl-181165f90d7ab05cff1c2bc5894d0143f03d3634.tar.bz2 ghdl-181165f90d7ab05cff1c2bc5894d0143f03d3634.zip |
testsuite/synth: add a test 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 b9a451fa2..08d7ff60f 100755 --- a/testsuite/synth/fsm01/testsuite.sh +++ b/testsuite/synth/fsm01/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in fsm_4s; do +for t in fsm_2s fsm_4s; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |