Description
"VERIFYPOWER" is a command tool used in run_tool. The command run_tool passes an absolute path of
                the script file that contains power-specific Tcl commands to the "VERIFYPOWER"
                command and executes it.
run_tool -name {VERIFYPOWER} -script {power_analysis.tcl}
Arguments
| Parameter | Type | Description | 
|---|
| script | string | Specify absolute path of the script file. This is an optional parameter. Script contains
                                power-specific Tcl commands.  Note: You
                                    can include power-specific Tcl commands to generate power
                                    reports.  | 
| Return Type | Description | 
|---|
| Integer | Returns 0 on success and 1 on failure. | 
Error Codes
| Error Code | Description | 
|---|
| None | None | 
Supported Families
            
            | Supported Families | 
|---|
| PolarFire® | 
| PolarFire SoC | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
 
        Example
The following example changes SmartPower operating condition settings from the default to 40 °C
                junction temperature and 1.25V VDD.
# Change from pre-defined temperature and voltage mode (COM,IND,MIL) to SmartPower custom
smartpower_set_temperature_opcond -use "design" 
smartpower_set_voltage_opcond -voltage "VDD" -use "design"
# Set the custom temperature to 40C ambient temperature.
smartpower_temperature_opcond_set_design_wide -typical 40 \
                                              -best 40 \
                                              -worst 40
# Set the custom voltage to 1.25V
smartpower_voltage_opcond_set_design_wide -voltage "VDD" \
                                          -typical 0.970 \
		                          -best 1.25 -worst 1.25