jnsumanth99
Newbie level 3
Will there be any issues of using data signal for a clock port of a flipflop in a design ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Doesn't sound like a meaningful timing specification. The important point is how the "data clock" edge is related to your design clock. If it's unrelated or potentially causing setup/hold violations, the FF output needs to be synchronized. If you can be sure that the FF output is never sampled near to the data clock edge, just cut the timing path. In any case, STA expects a clock definition for the data clock.I have a requirement of detecting the edge of my data signal. After detection, I never use that logic until a particular command is received.
Will there be any issues of using data signal for a clock port of a flipflop in a design ?
Thanks for your time.
I have a requirement of detecting the edge of my data signal. After detection, I never use that logic until a particular command is received.
For that purpose can I use that logic ? If yes, will it cause any STA violations ?