tree-sitter-verilog
tree-sitter-verilog copied to clipboard
fix blocking assignment
Fail to assume new to be an identifier, not the class_new
module class_tb ();
initial begin
inst = new;
end
endmodule