mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 09:04:08 +00:00
14 lines
167 B
Plaintext
14 lines
167 B
Plaintext
read_rtlil << 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
|