I have 2 CP with 3 bins in each I want to do a cross coverage and I only need a set of values and dont want the automatic bins in my coverage score. Example code below which is not working. When I use the below code I am unable to ignore the auto bins that dont fall under cross_1 bin.
BYW, I find it easier to move bins a1 and b1 into separate coverpoints, and then cross them directly instead of trying to create complex bin expressions. Especially if bins a1 and b1 are really multiple bins and you want to retain the cross product autobins. When you create an explict cross bin, the autobins get collpased into a single bin.
Thanks for the reply. As suggested by you I am trying to implement a seperate cp for bins a1 and b1. Should I have to use iff clause of cp_a and cp_b in the new CP (updated code above)