6. Analyze Design Results with the FPGA Compiler II Software
You can use the Synopsys® FPGA Compiler II Time Tracker static timing analyzer to display estimated delays of critical paths in your project. This Time Tracker provides timing information and a detailed listing of critical paths.
To use the Time Tracker timing analyzer:
If you have not already done so, perform 4. Assign Design Constraints and Optimize Design with the FPGA Compiler II Software and 5. Generate EDIF Input Files with the FPGA Compiler II Software.
- Select the design implementation icon in the Chips window and choose View Results (right button pop-up menu) to display the Time Tracker tabs.
- Analyze the timing of your design by viewing the different tables within the Clocks, Paths, and Ports Time Tracker tabs:
- To analyze the clock frequency (fMAX), click the Clocks tab. The table in the Clocks tab contains a column showing the actual clock frequency for each clock in your design next to the desired frequency derived from your timing constraints. Clocks that fail to meet their constraints are highlighted in red.
- To check critical timing paths, click the Paths tab. The table in the Paths tab contains an Est. Delay column displaying path delays. Paths that fail to meet constraints are highlighted in red. You can select a path or path group to display additional tables with increasing detail, in order to identify exactly which paths failed to meet their timing constraints.
- To view I/O port delays, click the Ports tab. The Ports tab displays the slack for each I/O port, for example, the clock period minus the propagation delay through the port in the Input Slack column for input ports and the Output Slack column for output ports. Negative values are highlighted in red, indicating that the propagation delay exceeds the clock period, causing a timing violation.
- If necessary, change the design logic or adjust your timing constraints, and re-optimize the design..
Back to Top
Created by chm2web html help conversion utility. |