diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-31 09:20:22 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-31 09:20:22 +0200 |
commit | db7ad329681b321491aea1e458f55adc8068c90b (patch) | |
tree | d8a14b0430e7316aadffc7905522e1297e01b84d /testsuite/synth/issue1069 | |
parent | 7298513634bf4a649a2737afd87e02aced87aee6 (diff) | |
download | ghdl-db7ad329681b321491aea1e458f55adc8068c90b.tar.gz ghdl-db7ad329681b321491aea1e458f55adc8068c90b.tar.bz2 ghdl-db7ad329681b321491aea1e458f55adc8068c90b.zip |
testsuite/synth: add one test for #1069
Diffstat (limited to 'testsuite/synth/issue1069')
-rwxr-xr-x | testsuite/synth/issue1069/testsuite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/issue1069/testsuite.sh b/testsuite/synth/issue1069/testsuite.sh index b591f0e9d..49a8e2905 100755 --- a/testsuite/synth/issue1069/testsuite.sh +++ b/testsuite/synth/issue1069/testsuite.sh @@ -3,6 +3,7 @@ . ../../testenv.sh synth_analyze tdp_ram +synth_tb ram3 clean echo "Test successful" |