diff options
author | Michael Nolan <mtnolan2640@gmail.com> | 2022-07-05 09:01:24 -0400 |
---|---|---|
committer | Michael Nolan <mtnolan2640@gmail.com> | 2022-07-05 09:01:24 -0400 |
commit | a5ff910722bbe81d3c8e314732eceb14c72812af (patch) | |
tree | 698c47e45de6d69b671696e8c0036d8bcfaaf92f /testsuite/synth/issue2126/testsuite.sh | |
parent | 81bcef85ce7bdc91b32ab223253ff35b7b44c001 (diff) | |
download | ghdl-a5ff910722bbe81d3c8e314732eceb14c72812af.tar.gz ghdl-a5ff910722bbe81d3c8e314732eceb14c72812af.tar.bz2 ghdl-a5ff910722bbe81d3c8e314732eceb14c72812af.zip |
Fix issue #2126, add handling of to_ux01 to synthesis
Diffstat (limited to 'testsuite/synth/issue2126/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue2126/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue2126/testsuite.sh b/testsuite/synth/issue2126/testsuite.sh new file mode 100755 index 000000000..75ca5f68d --- /dev/null +++ b/testsuite/synth/issue2126/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 + +synth_only test + +echo "Test successful" |