diff options
author | Marcin KoĆcielnicki <marcin@symbioticeda.com> | 2019-11-18 04:16:48 +0100 |
---|---|---|
committer | Marcin KoĆcielnicki <marcin@symbioticeda.com> | 2019-11-18 04:16:48 +0100 |
commit | 38e72d6e13b908007577b7782078ac8b968496f5 (patch) | |
tree | 41e77080c67c9d35dff693253234471c2f43a941 /tests/various | |
parent | 527434de493f88d5da64ae216df3b5a85558e47b (diff) | |
download | yosys-38e72d6e13b908007577b7782078ac8b968496f5.tar.gz yosys-38e72d6e13b908007577b7782078ac8b968496f5.tar.bz2 yosys-38e72d6e13b908007577b7782078ac8b968496f5.zip |
Fix #1496.
Diffstat (limited to 'tests/various')
-rw-r--r-- | tests/various/bug1496.ys | 13 |
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 |