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

fix blocking assignment

Open drom opened this issue 6 years ago • 0 comments

Fail to assume new to be an identifier, not the class_new

module class_tb ();
	initial begin
		inst = new;
	end
endmodule

drom avatar Oct 15 '19 00:10 drom