Viewing design guidance helps to
evaluate design performance and highlights areas of the design where performance tuning
is recommended. In the Vitis IDE, you can view the
design guidance generated by tool as follow:
- Open the run summary file,
xrt.run_summary
, with the following command:vitis -a xrt.run_summary
- In the IDE, click Run Guidance in the
summary view to view guidance information.
- From Run Guidance, there are recommended predefined threshold values and actual result from the design under reviewed.
- Click on the guidance name for better description of the guidance rule. For
example, AIE_MEMORY_CONFLICTS has the
description of
The rule checks the amount of memory conflicts for AI Engine tiles
. - The predefined values can be adjusted by clicking on the predefined value shown in blue and update with preferred value. This filters out rules in the guidance view for the design.
- Click on percentage value of the guidance rule to open the
Profile Summary of
the design.
- Click on highlighted hyperlink, as shown for guidance resolution from the
tool, to help improve design performance.