interface_mismatch.svh 226 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
interface Interface1;
    logic x;
    modport ModportA (input x);
    modport ModportB (output x);
endinterface
interface Interface2;
    logic x;
    modport ModportA (input x);
    modport ModportB (output x);
endinterface