Device Environment - 2020.2 English

Vivado Design Suite User Guide: Power Analysis and Optimization (UG907)

Document ID
UG907
Release Date
2020-11-24
Version
2020.2 English
Specify all device operating conditions settings such as:
  • Thermal, for example:
    • Ambient temperature
    • Heat sink
  • Voltage, for example:
    • VCCINT
    • VCCAUX
    • VCCO
  • Device, for example:
    • Temperature grade
    • Process corner

Use the following commands:

  • report_operating_conditions

    Report all or the specified operating condition settings. Examples are:

    report_operating_conditions   # Reports all
    
    report_operating_conditions -voltage
  • set_operating_conditions

    Modify the specified operating condition parameters. Examples are:

    set_operating_conditions -process maximum -junction_temperature 50
    
    set_operating_conditions -voltage {vccint 0.97 vccaux 1.71}
  • reset_operating_conditions

    Return all or the specified operating condition parameters to the default values for the selected device. Examples are:

    reset_operating_conditions   # Resets all
    
    reset_operating_conditions -voltage