Altera_Forum
Honored Contributor
17 years agoConstraining Relative Skew in TimeQuest? Help!
How can I constrain relative skew among vector bits when using TimeQuest? In particular, how to do this while keeping the absolute flight time of the vector unconstrained?
Here's my situation: I'm trying to constrain a gray count that goes from one clock domain to the next. It's easy to show that the relative skew among the gray count bits must be limited to less than the cycle time of one LAUNCH clock. For speed reasons I want to keep the absolute flight time from LAUNCH clock to LATCH clock unconstrained. I'm currently using set_min_delay and set_max_delay constraints, but this approach constrains the absolute flight time, something I want to avoid. Also, I'm getting fast model hold violations associated with the minimum delay, which is another reason I'd like a different approach. Any help would be greatly appreciated!