Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- Since my design seems to work OK under post-synthesis simulation is it logic to assume that the design will have the same behavior after fitting (place&route) on the FPGA device? Do I have any guaranties about the actual behavior of the circuit? --- Quote End --- --- Quote Start --- I never used timing simulation or post PR simulation ...etc. Provided your timing report is ok I trust the FPGAs will do what you expect. --- Quote End --- As kaz indicated, you probably do not need to do timing simulation of the gate-level netlist after fitting. However, you do need to make sure all timing paths are constrained (or designated as false paths if they don't matter) and that static timing analysis reports no violations. Static timing analysis is a better check than timing simulation. Both timing analyzers have the ability to report whether all paths are constrained.