Forum Discussion

Pack_of_lone_wolves's avatar
Pack_of_lone_wolves
Icon for Occasional Contributor rankOccasional Contributor
2 years ago
Solved

How do I do line by line timing analysis in Quartus Prime Timing Analyzer?

I am familiar with the following timing analysis flow: Write an HDL design file (mostly .sv or .v). Simulate it. Integrate it into the project. Do synthesis, Fitter. Open timing analyzer -> Se...
  • SyafieqS's avatar
    2 years ago

    I understood your intention however I don't think Quartus able to do that. In Quartus failing path only shown in STA report as it is, If you need the path b/w of the failing, (seem like a chain path of that node). you probably need to manually report timing (playing with from/to of intention node to manually compare it which I think bit tedious).

    Let me know if there is any concern.