Sign in
foss-fpga-tools
/
third_party
/
yosys
/
55bda2b2c693a7ff79da545e7b52901de00df475
/
.
/
tests
/
various
/
bug1496.ys
blob: d050161dcdceb01d7882f5b93482f9bda4c22baf [
file
]
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