21.9.57 smartpower_voltage_opcond_set_design_wide

Description

This tcl command sets the voltage settings for SmartPower design-wide operating conditions.

smartpower_voltage_opcond_set_design_wide \
		  -voltage "VDD | VDD18 | VDDI 1.8 | VDD25" \
		  [-best "decimal value"] \
		  [-typical "decimal value"] \
		  [-worst "decimal value"]

Arguments

ParameterTypeDescription
voltagestringSpecifies the voltage supply in the operating conditions. The acceptable values for this argument are the following:
  • VDD - Sets the voltage operating conditions for VDD.
  • VDDAUX - Sets the voltage operating conditions for VDDAUX.
  • VDD25 - Sets the voltage operating conditions for VDD25.
  • VDDI 2.5 - Sets the voltage operating conditions for VDDI 2.5.
  • VDD18 - Sets the voltage operating conditions for VDD18.
  • VPP - Sets the voltage operating conditions for VPP.
  • VCCA - Sets the voltage operating conditions for VCCA.
  • VCCI 3.3 - Sets the voltage operating conditions for VCCI 3.3.
  • VCCI 2.5 - Sets the voltage operating conditions for VCCI 2.5.
  • VCCI 1.8 - Sets the voltage operating conditions for VCCI 1.8.
  • VCCI 1.5 - Sets the voltage operating conditions for VCCI 1.5.
  • VCC33A - Sets the voltage operating conditions for VCC33A.
  • VCCDA - Sets the voltage operating conditions for VCCDA.
  • VPP - Sets the voltage operating conditions for VPP.
bestdecimalSpecifies the best voltage used for design-wide operating conditions.
typicaldecimalSpecifies the typical voltage used for design-wide operating conditions.
worstdecimalSpecifies the worst voltage used for design-wide operating conditions.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'worst' has illegal value.
NoneParameter 'typical' has illegal value.
NoneParameter 'best' has illegal value.
NoneInvalid best voltage value (0.000) for VDDI 1.8. VDDI 1.8 best voltage must be between 1.710 and 1.890.
NoneParameter 'voltage' has illegal value.
NoneRequired parameter 'voltage' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_voltage_opcond_set_design_wide -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 VDDI 1.8 for design-wide to best 1.72, typical 1.85 and worst 1.88:

smartpower_voltage_opcond_set_design_wide \
                              -voltage {VDDI 1.8} \
                              -best {1.72} \
                              -typical {1.85} \
                              -worst {1.88}
            

See Also