diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-04-21 20:38:38 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-04-21 20:38:38 +0200 |
commit | c9c04ce167a18eb0bf54dbef71244c892e8c04ec (patch) | |
tree | 540f96500403bde4e337da1d12b75380f798ef90 /testsuite/synth/issue1731 | |
parent | 45f80d929899d8c16754736eb5cecd508f3ec85b (diff) | |
download | ghdl-c9c04ce167a18eb0bf54dbef71244c892e8c04ec.tar.gz ghdl-c9c04ce167a18eb0bf54dbef71244c892e8c04ec.tar.bz2 ghdl-c9c04ce167a18eb0bf54dbef71244c892e8c04ec.zip |
synth-vhdl_oper.adb: adjust previous patch and test
resize with two signed parameters extract the size of the second parameter
to resize the first one.
Diffstat (limited to 'testsuite/synth/issue1731')
-rwxr-xr-x | testsuite/synth/issue1731/testsuite.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/synth/issue1731/testsuite.sh b/testsuite/synth/issue1731/testsuite.sh index 64ab16b12..557967b15 100755 --- a/testsuite/synth/issue1731/testsuite.sh +++ b/testsuite/synth/issue1731/testsuite.sh @@ -2,6 +2,10 @@ . ../../testenv.sh -synth_failure --std=08 -gfifo_depth=3 fifo.vhdl axis_conv1d9x1.vhdl -e +GHDL_STD_FLAGS=--std=08 +synth -gfifo_depth=3 fifo.vhdl axis_conv1d9x1.vhdl -e > syn_axi_conv1d9x1.vhdl + +analyze syn_axi_conv1d9x1.vhdl +clean echo "Test successful" |