diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-08-04 06:38:24 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-09-27 09:57:18 +0200 |
commit | 987f573390666b057b2275ddda3c0f0ef70303c4 (patch) | |
tree | 26bf69b71429b7889d702581bd85ae68cb42930d /testsuite/ghdl-issues/issue1421a/testsuite.sh | |
parent | 8aae9102038582e702b5d68d30a48b3aefff6810 (diff) | |
download | ghdl-yosys-plugin-987f573390666b057b2275ddda3c0f0ef70303c4.tar.gz ghdl-yosys-plugin-987f573390666b057b2275ddda3c0f0ef70303c4.tar.bz2 ghdl-yosys-plugin-987f573390666b057b2275ddda3c0f0ef70303c4.zip |
testsuite: add a test for ghdl/ghdl#1421
Diffstat (limited to 'testsuite/ghdl-issues/issue1421a/testsuite.sh')
-rwxr-xr-x | testsuite/ghdl-issues/issue1421a/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue1421a/testsuite.sh b/testsuite/ghdl-issues/issue1421a/testsuite.sh new file mode 100755 index 0000000..20e3db7 --- /dev/null +++ b/testsuite/ghdl-issues/issue1421a/testsuite.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +topdir=../.. +. $topdir/testenv.sh + +synth_import --std=08 --work=aes_lib aes_pkg.vhdl cipher.vhdl -e + +clean +echo OK |