In reply to adharshh:
In reply to chr_sue:
My data is there for 16 cycles, but the checking somehow is starting one cycle after.
Is there any other way, instead of using $stable, to check the data stability?
You are using the non-overlapping implication operator which delays the counting by 1 clock cycle. That’s correct.