Hi ,
I have to write constraint to find a specific combination of two variables a,b.
lets say values a[1:0] and b[1:0] ,the possible combinations are 4*4 = 16 values but i want only this values (1,2) (0,3) (1,3) (2,2) , whenever we randomise.
Thanks