TMC-20603: Registers with High Immediate Fan-Out Span
Description
Violations of this rule identify registers with high immediate fan-out span scores. This rule analyzes the final placement to identify registers with sinks that are pulling the register in various directions. The Compiler recommends these registers as candidates for duplication.
- There are two types of sink: "immediate fan-out" and "timing path endpoint."
- There are two types of pull: "tension" and "span."
Immediate fan-outs are the immediately connected nodes (lookup tables, other registers, RAM or DSP blocks, and others) of the register. This is equivalent to fan-outs that the Chip Planner displays, and in various high fan-out reports. Register duplication directly distributes the immediate fan-outs of a register among the duplicates.
Span is the maximum one dimensional delta between the left-bottom-most sink, and the right-top-most sink. The span value is therefore independent of the number of sinks, and it is good at detecting registers that drive a long distance in opposite directions. Register duplication can allow duplicates to travel in each direction to more efficiently disperse the signal.
Recommendation
Duplicate high fanout-span driver registers. Specify the DUPLICATE_REGISTER and DUPLICATE_HIERARCHY_DEPTH assignments for automated solutions, or edit the RTL to create duplicate copies. If you edit the RTL, apply the preserve_syn_only attribute to the duplicate registers, and assign the duplicates to individual instances in the fan-out hierarchy.
Severity
Low
Stage
Place, Finalize
Device Family
- Intel® Agilex™
- Intel® Stratix® 10
- Intel® Arria® 10