3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-19 11:33:11 +00:00

Add test that connects a wire with init to a constant

This commit is contained in:
Robert O'Callahan 2026-02-05 19:23:10 +00:00
parent 19a7c8fcf3
commit 7f3b11e56b

View file

@ -0,0 +1,9 @@
read_rtlil << EOT
module \top
attribute \init 1'0
wire \w
connect \w 1'0
end
EOT
opt_clean