Sign in
foss-fpga-tools
/
third_party
/
yosys
/
refs/heads/mwk/xilinx-dff-improvements
/
.
/
tests
/
various
/
bug1496.ys
blob: d050161dcdceb01d7882f5b93482f9bda4c22baf [
file
] [
log
] [
blame
] [
edit
]
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