Visible to Intel only — GUID: ixv1656513233674
Ixiasoft
Visible to Intel only — GUID: ixv1656513233674
Ixiasoft
2.3.5.2. Post-Synthesis Static Timing Analysis (STA)
Post-synthesis STA defaults to a simple average value delay model based on the types of blocks a net connects.
"Average Value" interconnect (IC) delay model to control STA after synthesis. Using the STA_POST_SYN_DELAY_MODEL QSF, you can switch to the "Zero Value" IC delay model to exclude interconnect delays from the timing model.
Post-synthesis static timing analysis (STA) uses a timing netlist comprising core block delays with no routing or periphery delays. This provides you with an early view of your design's core timing. You can run timing analysis reports and some design rules.
Perform the following steps to run post-synthesis STA:
- Create an Intel® Quartus® Prime software project using your design RTL and associated SDC-on-RTL SDC file.
- In the DNI flow, run Analysis and Elaboration compilation stage on your design as follows:
quartus_syn --analysis_and_elaboration <design>
- Perform Synthesis on your design as follows:
quartus_syn -–synthesis <design>
You can also perform the above steps using the Intel® Quartus® Prime software GUI, as shown in the following image:
After running post-synthesis STA on your design, you can use the Timing Analyzer conventionally. However, a fundamental difference in the netlist topography is that the post-synthesis STA timing netlist has no connectivity inside any periphery block.
For post-synthesis constraints, Intel recommends using an SDC-on-RTL file. In cases where this is not possible, post-synthesis STA introduces the SDC_FILE -read_during_post_syn_and_not_post_fit_timing_analysis argument, which you can use to add a conventional SDC file to the QSF during post-synthesis STA. This QSF is beneficial for blocks that do not have SDC-on-RTL constraints available. Since the post-synthesis STA netlist differs from the post-plan STA netlist, conventional SDCs written for the post-plan netlist might not function during post-synthesis STA. By creating a new category of SDC files, you can identify scripts you want to load during post-synthesis STA.