diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-04-16 20:37:22 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-04-16 20:40:19 +0200 |
commit | f69969f8bf8e6609979893e52cc508b7a29568db (patch) | |
tree | 55751b995d4501c306198c3a79009adaaf9398f3 /testsuite/synth | |
parent | 6bc5cf204e74958e9e0d1ce0c4aea788d5fd58ba (diff) | |
download | ghdl-f69969f8bf8e6609979893e52cc508b7a29568db.tar.gz ghdl-f69969f8bf8e6609979893e52cc508b7a29568db.tar.bz2 ghdl-f69969f8bf8e6609979893e52cc508b7a29568db.zip |
testsuite/synth: adjust #1230
Diffstat (limited to 'testsuite/synth')
-rwxr-xr-x | testsuite/synth/issue1230/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1230/testsuite.sh b/testsuite/synth/issue1230/testsuite.sh index 547b21877..93d9121e7 100755 --- a/testsuite/synth/issue1230/testsuite.sh +++ b/testsuite/synth/issue1230/testsuite.sh @@ -2,6 +2,6 @@ . ../../testenv.sh -synth -gdepth=1 DelayLine.vhdl -e > syn_delayline.vhdl +synth -gdepth=1 delayline.vhdl -e > syn_delayline.vhdl echo "Test successful" |