3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/tests/various/bug1496.ys
Marcin Kościelnicki 38e72d6e13 Fix #1496.
2019-11-18 04:16:48 +01:00

14 lines
167 B
Plaintext

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