Hello all,
I am expecting my clock to jitter by -5% or +5% in real life, and I have to take that in consideration while writing my RTL, because many values and cases depend on the period of my clock.
My question is: is there a common way to detect or account for clock jitter in RTL ? it doesn't seem very obvious to me given the fact that almost everything depend on the clock.
One idea that occurred to me is maybe creating a separate design sub-block to only take care of this detection. and feed the needed decision to the rest of the design.
Thanks and best regards
Yasmine