N
Niv
Guest
Is the signal into the flip-flop asynchronous to its clock? most likely.when I did my timing simulation, I got the warning message:
# ** Warning: /X_FF SETUP Low VIOLATION ON I WITH RESPECT TO CLK;
# Expected := 0.67 ns; Observed := 0.258 ns; At : 1.9 ns
Can someone tell me more about the X_FF component from the simprim
library? Or is there any link for the explanation. I failed to find
out any in the past 60 minutes. Thanks for your help.
This looks like a setup & hold type violation.
So pass the signal thru several stages of FFs to reduce meta stability.
You'll still get the above message though. The massage can be turned off
but it's probably better to leave it on & check that each one really is a
meta stability issue.
(Unless of course you have an incredibly fast clock, like GHz range).
Anyway, that's what I think, others are wlecome to correct me or re-enforce!