mirror of https://github.com/zachjs/sv2v.git
5 lines
159 B
Systemverilog
5 lines
159 B
Systemverilog
|
|
// pattern: instantiation_no_module\.sv:3:5: Parse error: expected module or interface name at beginning of instantiation list
|
||
|
|
module top;
|
||
|
|
, ();
|
||
|
|
endmodule
|