Forum Discussion

ErenYagar's avatar
ErenYagar
Icon for New Contributor rankNew Contributor
2 years ago
Solved

Why is there no delay in my synthesis results?

I am using Quartus II version 18, and I noticed that tutorial videos on YouTube show delays, but my design does not have any delays. Do I need to use clock constraints, or is there another way to ach...
  • sstrell's avatar
    2 years ago

    A functional, RTL simulation will not show delays. I'm not sure what you mean here with two different simulations "function" and "synthesis". They're the same thing. If you want to see delays in a simulation, you have to perform a post-fit, gate-level simulation. But for typical design verification, use RTL simulation along with timing analysis. For that, you need to create timing constraints in a .sdc file.