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