Altera_Forum
Honored Contributor
13 years agoTimequest and Async Paths
Hello:
I have a simple CPLD design that has an async input pin that goes to a latch. From the latch it goes to an async output pin. I would like to constrain the input path from the pin to the latch to be 30ns as well as constrain the latch to the output pin to be 30ns. How can I do this without having timequest include the clock delay? Additioanlly, the path from the latch to the async output pin is routed through several stages of LUTs. These LUTs have sync control for gating the value from being propagated. I would like to constrain the path from the sync control though the LUT to the async output pin to be 30ns. How can I do this without having timequest include the clock delay? The only method I have found that is close is set_min_delay/set_max_delay. However this is still not ideal as I don't need it to analyze any clocks, I just need the routing delay verified. Thanks in advance for your help!