diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-30 00:15:20 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-30 00:15:20 +0200 |
commit | dd6c67ac12d1371b4bc7b1a5570f9522d32a647a (patch) | |
tree | 5e52c3a4d82168f6f02d3ca0b2c10930dfe18c02 /testsuite/synth/mem02/testsuite.sh | |
parent | f31e97f8113d0d50443a37f44b3f8b650aa60a34 (diff) | |
download | ghdl-dd6c67ac12d1371b4bc7b1a5570f9522d32a647a.tar.gz ghdl-dd6c67ac12d1371b4bc7b1a5570f9522d32a647a.tar.bz2 ghdl-dd6c67ac12d1371b4bc7b1a5570f9522d32a647a.zip |
testsuite/synth: add a test for previous commit (dyn slice).
Diffstat (limited to 'testsuite/synth/mem02/testsuite.sh')
-rwxr-xr-x | testsuite/synth/mem02/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/mem02/testsuite.sh b/testsuite/synth/mem02/testsuite.sh index 2d7da25bd..d212c22e3 100755 --- a/testsuite/synth/mem02/testsuite.sh +++ b/testsuite/synth/mem02/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in dpram1 ram3; do +for t in dpram1 ram3 ram4; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |