aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-11-18 10:53:14 +0100
committerGitHub <noreply@github.com>2019-11-18 10:53:14 +0100
commit9ee3c57e460b15acb8e1503e97fc35aa6eed0661 (patch)
tree06999fcbfb9a7f4dbe59b54c03c25e6629a6b0bb /tests
parentcdb566b2d6a998ccaf5406f584e3ec810973dff9 (diff)
parent38e72d6e13b908007577b7782078ac8b968496f5 (diff)
downloadyosys-9ee3c57e460b15acb8e1503e97fc35aa6eed0661.tar.gz
yosys-9ee3c57e460b15acb8e1503e97fc35aa6eed0661.tar.bz2
yosys-9ee3c57e460b15acb8e1503e97fc35aa6eed0661.zip
Merge pull request #1497 from YosysHQ/mwk/extract-fa-fix
Fix #1496.
Diffstat (limited to 'tests')
-rw-r--r--tests/various/bug1496.ys13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/various/bug1496.ys b/tests/various/bug1496.ys
new file mode 100644
index 000000000..d050161dc
--- /dev/null
+++ b/tests/various/bug1496.ys
@@ -0,0 +1,13 @@
+read_ilang << EOF
+module \top
+ wire input 1 \A
+ wire output 2 \Y
+ cell $_AND_ \sub
+ connect \A \A
+ connect \B 1'0
+ connect \Y \Y
+ end
+end
+EOF
+
+extract_fa