diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-14 18:55:43 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-14 18:55:43 +0200 |
commit | 35191d291412aace20f6f5fffc22394b8cb6f1b2 (patch) | |
tree | cc58173a0e49117ce55ed830afa7bd1681b24035 /testsuite/ghdl-issues/issue1309/testsuite.sh | |
parent | 4a3fd93c1a5f72a76fc1a26c2f628224ffe2032b (diff) | |
download | ghdl-yosys-plugin-35191d291412aace20f6f5fffc22394b8cb6f1b2.tar.gz ghdl-yosys-plugin-35191d291412aace20f6f5fffc22394b8cb6f1b2.tar.bz2 ghdl-yosys-plugin-35191d291412aace20f6f5fffc22394b8cb6f1b2.zip |
Add test from ghdl/ghdl#1309
Diffstat (limited to 'testsuite/ghdl-issues/issue1309/testsuite.sh')
-rwxr-xr-x | testsuite/ghdl-issues/issue1309/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue1309/testsuite.sh b/testsuite/ghdl-issues/issue1309/testsuite.sh new file mode 100755 index 0000000..a50cfc8 --- /dev/null +++ b/testsuite/ghdl-issues/issue1309/testsuite.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +topdir=../.. +. $topdir/testenv.sh + +#formal axis_squarer +run_symbiyosys axis_squarer.sby cover + +clean +echo OK |