I have a question regarding transition sequence and sequence used in cover property. Consider the following 2 examples – the intention for both of them is to cover a sequence of events.
SigA should transition the following way :- 0->1->0->1
Won’t the above 2 sequences cover the same sigA transition? Is there anything different in using one vs other?(from covering the transition point of view)
Not much difference other than $rose has the potential to become true on the first clock cycle, whereas the covergroup transition bin requires that sigA start at 0. Also, $rose is true for an X->1 transition.
Thanks, Dave!
Also, the non-consecutive repetition would modify the transition meaning in the bins, isn’t it? Essentially, the bin would mean that the transition need not happen at consecutive sampling points. The sequence then can mean that there can be multiple sample points between each transition and after.
In that sense, the new sequence you mentioned would differ, as we now have a strict rule that transition should happen at consecutive sample points - am I right?