21.9.12 smartpower_export_mpe_report
(Ask a Question)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
| Parameter | Type | Description | 
|---|---|---|
file_name | string | Name of the XML file to be exported. This argument is mandatory. | 
| Return Type | Description | 
|---|---|
None | None | 
Error Codes
| Error Code | Description | 
|---|---|
| None | Parameter 'filename' has illegal value. | 
| None | Required parameter 'filename' is missing. | 
| None | Parameter '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}