Add test that connects a wire with init to a constant

This commit is contained in:
Robert O'Callahan
2026-03-06 02:20:08 +00:00
parent 19a7c8fcf3
commit 7f3b11e56b
+9
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