Waveform:-
I did a property as:
property p1;
a |=> (b == 1)[=2] ##1 (c == 1)[=2]
endproperty
But this property doesn't work well for this waveform, it isn't working for 3 or more "b's" before the "c's" and it isn't working for "c's" after the first "b".
I need a property that just can pass after the "a" signal just 2 "b's" and after just "2 c's" with any quantity of gaps between them.
thanks for help.