fix dist tests
This commit is contained in:
parent
a68d92e4e1
commit
e5bae82a6d
|
|
@ -68,7 +68,7 @@ for s in [
|
|||
'Unsupported: 4-state numbers in this context',
|
||||
'Unsupported: Bind with instance list',
|
||||
'Unsupported: Concatenation to form ',
|
||||
'Unsupported: Modport dotted port name',
|
||||
'Unsupported: Modport empty expression',
|
||||
'Unsupported: Modport export with prototype',
|
||||
'Unsupported: Modport import with prototype',
|
||||
'Unsupported: Only one PSL clock allowed per assertion',
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
interface my_if;
|
||||
logic sig_a, sig_b, sig_c, sig_d;
|
||||
|
||||
|
||||
modport mp1(input .a(sig_a), output .b(sig_b));
|
||||
modport mp2(input .a(sig_c), output .b(sig_d));
|
||||
endinterface
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
interface my_if;
|
||||
logic [15:0] a;
|
||||
logic [7:0] b, c;
|
||||
|
||||
|
||||
modport mp1(input .in(a[7:0]), output .out(b));
|
||||
modport mp2(input .in(a[15:8]), output .out(c));
|
||||
endinterface
|
||||
|
|
|
|||
Loading…
Reference in New Issue