Files
sv2v/test/error/interface_unknown.sv

4 lines
114 B
Systemverilog
Raw Permalink Normal View History

2023-08-09 22:45:52 -04:00
// pattern: declaration type I.J appears to refer to an interface that isn't defined
module mod(I.J K);
endmodule