21.9.12 smartpower_export_mpe_report

Description

This Tcl command exports the Microchip Power Estimation(MPE) report in XML format. The generated .xml report contains the following information:
  • Device Settings
  • Thermal Settings
  • Voltage Source
  • Clocks
  • Logic Breakdown
  • LSRAM Breakdown with Advanced Settings
  • uSRAM Breakdown with Advanced Settings
  • Math Breakdown with Advanced Settings
  • PLL and DLL
  • I/Os
  • Crypto
  • Transceivers
In addition, the following information is available for PolarFire SoC devices:
  • MSS RISC-V (Quad U54)
  • AXI MSS/Fabric Interfaces
  • MDDR
  • MSS I/O Interfaces
  • User Crypto
Note: This command supported only for G5 families.
smartpower_export_mpe_report -filename {file_name.xml}

Arguments

ParameterTypeDescription
file_namestringName of the XML file to be exported. This argument is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'filename' has illegal value.
NoneRequired parameter 'filename' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_export_mpe_report -filename "filename"'.

Supported Families

PolarFire®
PolarFire SoC

Example

The following command exports the Microchip Power Estimation (MPE) report in mpe_report.xml file:

smartpower_export_mpe_report -filename {mpe_report.xml}