yosys/tests/opt/bug2623.ys

15 lines
155 B
Plaintext

read_rtlil << EOT
module \top
wire output 1 \a
wire width 0 $dummy
cell \abc \abc
connect \a \a
connect \b $dummy
end
end
EOT
opt_clean