diff options
author | Anton Blanchard <anton@linux.ibm.com> | 2019-11-04 04:48:29 +1100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-11-03 18:48:29 +0100 |
commit | 3cefdbec000eb69d27070c6ecfa87e109219df95 (patch) | |
tree | ccefd8553b719777e5b79f41c94dd156712a86d3 /testsuite/pr66/testsuite.sh | |
parent | 0ac58d2a569dae3db5d53c70750c5cb0b535ce8b (diff) | |
download | ghdl-yosys-plugin-3cefdbec000eb69d27070c6ecfa87e109219df95.tar.gz ghdl-yosys-plugin-3cefdbec000eb69d27070c6ecfa87e109219df95.tar.bz2 ghdl-yosys-plugin-3cefdbec000eb69d27070c6ecfa87e109219df95.zip |
Add Id_Smod support (#66)
Diffstat (limited to 'testsuite/pr66/testsuite.sh')
-rwxr-xr-x | testsuite/pr66/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/pr66/testsuite.sh b/testsuite/pr66/testsuite.sh new file mode 100755 index 0000000..114c9d7 --- /dev/null +++ b/testsuite/pr66/testsuite.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +. ../testenv.sh + +run_yosys -p "ghdl vector.vhdl -e vector; opt; dump -o vector.il" + +grep -q 'connect \\v 63' vector.il || exit 1 + +clean |