diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-04-23 17:42:02 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-04-23 17:42:43 +0200 |
commit | 386ad8152b179d07b900012ca5bbadeaec452f3d (patch) | |
tree | 0ff0023fdaa72cda4c6f8749db6d50c01a9eec36 /testsuite/ghdl-issues/issue1238/testsuite.sh | |
parent | 3507458eea01664173a86ab8aab6a53f561791b1 (diff) | |
download | ghdl-yosys-plugin-386ad8152b179d07b900012ca5bbadeaec452f3d.tar.gz ghdl-yosys-plugin-386ad8152b179d07b900012ca5bbadeaec452f3d.tar.bz2 ghdl-yosys-plugin-386ad8152b179d07b900012ca5bbadeaec452f3d.zip |
Add test for ghdl#1238
Diffstat (limited to 'testsuite/ghdl-issues/issue1238/testsuite.sh')
-rwxr-xr-x | testsuite/ghdl-issues/issue1238/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue1238/testsuite.sh b/testsuite/ghdl-issues/issue1238/testsuite.sh new file mode 100755 index 0000000..bdea9d3 --- /dev/null +++ b/testsuite/ghdl-issues/issue1238/testsuite.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +topdir=../.. +. $topdir/testenv.sh + +synth_import --std=08 multiplexers_3.vhdl -e + +clean +echo OK |