Forum Discussion
Altera_Forum
Honored Contributor
11 years agoConstrain combinational delay in Timequest
Hi, I am trying to design an asynchronous system using FPGAs (I know it is not advisable). I need to be able to constrain the combinational delay between a pair of nodes/keepers. Does Quartus p...
Altera_Forum
Honored Contributor
11 years agoYou will have to rely on a post fitter timing simulation.
The problems with a purely combinatorial design is that it will be affected by PVT (process, voltage, temperature) and you cannot perform timing analysis. So every single compile will give you a different result. FPGAs are designed around FF usage, not async design.