mirror of https://github.com/zachjs/sv2v.git
5 lines
134 B
Systemverilog
5 lines
134 B
Systemverilog
|
|
// pattern: instantiation_not_range\.sv:3:15: Parse error: expected instantiation dimensions
|
||
|
|
module top;
|
||
|
|
example a b();
|
||
|
|
endmodule
|