3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-02 11:46:57 +00:00
yosys/tests/opt/opt_clean_init_const.ys
2026-02-17 03:24:52 +00:00

9 lines
98 B
Text

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