mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 17:31:40 +02:00
4 lines
114 B
Systemverilog
4 lines
114 B
Systemverilog
// pattern: declaration type I.J appears to refer to an interface that isn't defined
|
|
module mod(I.J K);
|
|
endmodule
|