1
0
mirror of synced 2026-04-18 10:26:18 +00:00
Files
YosysHQ.yosys/tests/opt/opt_clean_init_const.ys
2026-03-06 02:20:08 +00:00

10 lines
98 B
Plaintext

read_rtlil << EOT
module \top
attribute \init 1'0
wire \w
connect \w 1'0
end
EOT
opt_clean