21.9.58 smartpower_voltage_opcond_set_mode_specific

Description

This tcl command sets the voltage settings for SmartPower mode-specific use operating conditions.

smartpower_voltage_opcond_set_mode_specific \
		          -opmode "Active | Static" \
		          -voltage "VDD | VDD18 | VDDI 1.8 | VDD25" \
		          [-best "decimal value"] \
		          [-typical "decimal value"] \
		          [-worst "decimal value"]

Arguments

ParameterTypeDescription
opmodestringSpecifies the mode from which the operating conditions are extracted to generate the report.
  • Active - The operating mode is set to Active.
  • Static - The operating mode is set to Static.
  • Flash*Freeze - The operating mode is set to Flash*Freeze(RTG4™, SmartFusion® 2 and IGLOO® 2).
voltagestringSpecifies the voltage in the operating conditions. The acceptable values for this argument are the following:
  • VDD - Sets the voltage operating conditions for VDD.
  • VDD18 - Sets the voltage operating conditions for VDD18.
  • VDDAUX - Sets the voltage operating conditions for VDDAUX.
  • VDDI 1.1 - Sets the voltage operating conditions for VDD 1.1.
  • VDDI 1.2 - Sets the voltage operating conditions for VDDI 1.2.
  • VDDI 1.35 - Sets the voltage operating conditions for VDDI 1.35.
  • VDDI 1.5 - Sets the voltage operating conditions for VDDI 1.5.
  • VDDI 1.8 - Sets the voltage operating conditions for VDDI 1.8.
  • VDDI 2.5 - Sets the voltage operating conditions for VDDI 2.5.
  • VDDI 3.3 - Sets the voltage operating conditions for VDDI 3.3.
  • VDD25 - Sets the voltage operating conditions for VDD25.
  • VDDA - Sets the voltage operating conditions for VDDA.
  • VDDA25 - Sets the voltage operating conditions for VDDA25.
bestdecimalSpecifies the best voltage used for mode-specific operating conditions.
typicaldecimalSpecifies the typical voltage used for mode-specific operating conditions.
worstdecimalSpecifies the worst voltage used for mode-specific operating conditions.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'worst' has illegal value.
NoneParameter 'typical' has illegal value.
NoneParameter 'best' has illegal value.
NoneParameter 'voltage' has illegal value.
NoneParameter 'opmode' has illegal value.
NoneRequired parameter 'opmode' is missing.
NoneRequired parameter 'voltage' is missing.
NoneInvalid best voltage value (1.200) for VDD18. VDD18 best voltage must be between 1.710 and 1.890.
NoneInvalid best voltage value (1.200) for VDDI 1.8. VDDI 1.8 best voltage must be between 1.710 and 1.890.
NoneInvalid best voltage value (1.200) for VDDAUX. VDDAUX best voltage must be between 2.375 and 2.625.
NoneInvalid best voltage value (1.200) for VDD25. VDD25 best voltage must be between 2.375 and 2.625.
NoneInvalid best voltage value (1.111) for VDDI 2.5. VDDI 2.5 best voltage must be between 2.375 and 2.625.
NoneInvalid best voltage value (1.200) for VDD. VDD best voltage must be between 0.970 and 1.030.
NoneInvalid best voltage value (1.111) for VDD. VDD best voltage must be between 0.970 and 1.030.
NoneInvalid best voltage value (1.111) for VDD18. VDD18 best voltage must be between 1.710 and 1.890.
NoneInvalid worst voltage value (1.111) for VDD. VDD worst voltage must be between 0.970 and 1.030.
Nonevoltage: Invalid argument value: 'voltage_value' (expecting VDD, VDDI 2.5 or VPP).
Nonevoltage: Invalid argument value: 'voltage_value' (expecting VDD, VDDAUX, VDDI 1.8, VDD25 or VDD18).
Nonevoltage: Invalid argument value: 'voltage_value' (expecting VDD, VDD18, VDDI 1.8, VDDAUX or VDD25).
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_voltage_opcond_set_mode_specific -opmode "Active | Static" -voltage "VDD | VDD18 | VDDI 1.8 | VDD25" [-best "decimal value"] [-typical "decimal value"] [-worst "decimal value"]'.

Supported Families

PolarFire®
SmartFusion® 2
RTG4™
IGLOO® 2
PolarFire SoC

Example

This example sets the voltage for the static mode and sets "best to 0.98", "typical to 1" and "worst to 1.01":

smartpower_voltage_opcond_set_mode_specific \
		                 -opmode {active} \
				 -voltage {VDD} \
				 -best {0.98} \
				 -typical {1} \
				 -worst {1.01}

See Also

  • smartpower_set_voltage_opcond
  • smartpower_voltage_opcond_set_design_wide