Forum Discussion

BISIK's avatar
BISIK
Icon for New Contributor rankNew Contributor
7 years ago
Solved

Timing analysis after analysis&synthesis step in Quartus 14.

I want to find maximum frequency(or slack time) of an arithmetic operation in Quartus14. But Timequest analyzer, give a Run Fitter before Timequest error, when creating nets. Is there a way without complete place&route, doing timing analysis?

  • You can create a post-map timing netlist (you have to choose it manually from the Netlist menu in the timing analyzer) and perform an analysis on that, but it won't represent final timing in the design.

3 Replies

  • I presume NO for your question. To do any timing analysis, user must pass through synthesis and fitter. Without creation of netlist that targeting to a specific device, you won't get the Fmax result.
  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    You can create a post-map timing netlist (you have to choose it manually from the Netlist menu in the timing analyzer) and perform an analysis on that, but it won't represent final timing in the design.

  • BISIK's avatar
    BISIK
    Icon for New Contributor rankNew Contributor

    Thanks @sstrell​ , I know, there is an option in Vivado. After "synthesis", it's possible to see timing, results change after implementation bevause of routing factors.

    But I wasn't sure in Quartus.

    Then, as you say, I select post-timing from netlist menu. Netlist loaded in TimeQuest.

    Thanks.