diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-21 14:23:57 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-21 14:23:57 +0200 |
commit | 8755491e46edf4e0cc0ae080409c1b7d5ee9c5bf (patch) | |
tree | 7604351c2c56d705c7021b497a9fb3740df77590 /testsuite/synth/synth121/testsuite.sh | |
parent | 182b9ba62518fb252e0cf6ad0381f33c88f7407a (diff) | |
download | ghdl-8755491e46edf4e0cc0ae080409c1b7d5ee9c5bf.tar.gz ghdl-8755491e46edf4e0cc0ae080409c1b7d5ee9c5bf.tar.bz2 ghdl-8755491e46edf4e0cc0ae080409c1b7d5ee9c5bf.zip |
testsuite/synth: add test for ghdl/ghdl-yosys-plugin#121
Diffstat (limited to 'testsuite/synth/synth121/testsuite.sh')
-rwxr-xr-x | testsuite/synth/synth121/testsuite.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/synth121/testsuite.sh b/testsuite/synth/synth121/testsuite.sh new file mode 100755 index 000000000..5b79f63c1 --- /dev/null +++ b/testsuite/synth/synth121/testsuite.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS="-fsynopsys -fexplicit" +synth_only fpadd_normalize_struct + +echo "Test successful" |