Analyzing 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.
Right-click on the design implementation icon in the Chips window, and click View Results to display the Time Tracker tabs.
Analyze the timing of your design by viewing the different tables within the Clocks, Paths, and PortsTime 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, this tab displays 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.