To automatically address most timing closure challenges during implementation,
you can use intelligent design runs. Intelligent design runs are a special type of
implementation run that leverages report_qor_suggestions
, ML-based strategy predictions, and incremental
compile. Intelligent design runs can run up to six iterations of place and route, which
leads to a typical compile time of 3.5 times that of a standard run. However, using
intelligent design runs can provide significant benefits by reducing the knowledge
required to close timing and by saving hours of user analysis.
Intelligent design runs comprise the following stages:
- Uses
report_qor_suggestions
to apply optimization properties to elements in the design in a predetermined order. - Uses machine learning (ML) strategies to generate tool options for
opt_design
,place_design
,phys_opt_design
, androute_design
that are optimized for the design. - Uses a Last Mile Timing Closure feature to apply extensive effort on paths that are difficult to resolve to get the final result.
To ensure success when using intelligent design runs, follow these requirements:
- The implementation must be project based. For non-project users, the
easiest method is to create a post-synthesis netlist-based project using a
pre-
opt_design
checkpoint. - The design must have a baseline with accurate and achievable constraints.
- All designs must comply with the recommended methodology, as
reported by the
report_methodology
Tcl command. - An SLR-based floorplan might be required for SSI technology-based devices.
- Apply only automatic implementation suggestions. Text-based suggestions or
suggestions with
APPLICABLE_FOR = synth_design
must be applied before starting intelligent design runs.
For more information see this link in the Vivado Design Suite User Guide: Design Analysis and Closure Techniques (UG906).