Hi,
I am trying to cross 4 cove points A, B, C and D.
bit [3:0] x, y;
covergroup cg @(posedge clk);
c1: coverpoint x;
c2: coverpoint y;
c1Xc2: cross c1,c2;
endgroup : cg
I want the cross to ignore cross coverage bins when x>y. Can anyone help understand how to write the ignore bins.
Thanks,
Venkat