Intel® Quartus® Prime Pro Edition User Guide: Timing Analyzer

ID 683243
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.5.1.8. Report Register Spread

The Timing Analyzer's Reports > Design Metrics > Report Register Spread... command analyzes the final placement to identify registers with sinks pulling them in various directions. These registers are potential candidates for duplication. The equivalent scripting command is report_register_spread.

Registers that drive in opposite directions and connect to high fan-out can have placement-warping effects on the floorplan that impact fMAX. The placement-warping may not cause timing failures. Therefore, you can view this report to identify such registers. Taking steps to address the registers listed in the report can make placement of the design easier and improve fMAX performance.

You can automate duplication of registers with the DUPLICATE_REGISTER and DUPLICATE_HIERARCHY_DEPTH .qsf assignments, or you can manually modify RTL to duplicate registers or refactor logic. Refer to "Automatic Register Duplication: Hierarchical Proximity" in Intel Quartus Prime Pro Edition User Guide: Design Optimization.

Figure 57. Report Register Spread Report

You can specify various options to customize the report.

Table 13.  Report Register Spread Settings
Option Available Settings
Spread Type Specifies the type of spread data in the report:
  • Tension—reports the sum over each sink of the distance from it to the centroid of all the sinks.
  • Span—reports the maximum 1-dimensional delta between the left bottom-most sink and the right top-most sink.
  • Count—reports registers with the largest sink counts.
Sink Type Specifies the type of sink in the report:
  • Endpoint—the nodes (usually registers) that terminate timing paths from a register.
  • Immediate Fanout—the immediately connected nodes of the register. For example, lookup tables, other registers, RAM, or DSP blocks.
From Clock Filters paths in the report to show only the launching clocks you specify.
Report number of registers Specifies the number of registers to display in the report. The default value for Report number of registers is 10.
Report panel name Specifies the name of the report panel. You can optionally enable File name to write the information to a file. If you append .htm or .html as a suffix, the Timing Analyzer produces the report as HTML. If you enable File name, you can Overwrite or Append the file with latest data.
Tcl command Displays the Tcl syntax that corresponds with the GUI options you select. You can copy the command from the Console into a Tcl file.
Figure 58. Report Register Spread Dialog Box