2021-05-12 21:55:05 -04:00
|
|
|
// pattern: could not find modport intf1\.ModportC
|
2021-10-07 21:06:45 -06:00
|
|
|
// location: interface_mismatch_6.sv:9:5
|
2021-05-12 21:55:05 -04:00
|
|
|
`include "interface_mismatch.svh"
|
|
|
|
|
module Module(intf);
|
|
|
|
|
Interface1.ModportC intf;
|
|
|
|
|
endmodule
|
|
|
|
|
module top;
|
|
|
|
|
Interface1 intf1();
|
|
|
|
|
Module m(intf1);
|
|
|
|
|
endmodule
|