Array in cross coverage

Hi, I have this array in a cover point called c0:
bins write={[2:6]};
and I want to create a cross cover point with c0 and another cover point called c1
Inside cross point I want to create a bin array to cross between write array in c0 and another bin in c1

In reply to Mohammad Wael:

I can think of two way to accomplish this.

  1. cross c0,c1 and use ignore_bins to remove the crosses from all the other bins in the coverpoints
  2. Move the bins you want to cross into separate coverpoints and cross them instead.

Without seeing the complete definitions of your covergroup, it’s difficult to show you the best way to do this.