tree-sitter-verilog icon indicating copy to clipboard operation
tree-sitter-verilog copied to clipboard

struct default value

Open drom opened this issue 6 years ago • 0 comments

Minimum minimorum:

module top ();

initial begin
	p1.lo = 4'h5;
end

endmodule

Failures:

tests/chapter-7/structures/unpacked/basic.sv
tests/chapter-7/structures/unpacked/default-value.sv
tests/chapter-7/unions/packed/basic.sv
tests/chapter-7/unions/basic.sv

drom avatar Oct 02 '19 20:10 drom