Product Documentation
Virtuoso Power Manager User Guide
Product Version IC23.1, June 2023

switchPinForNoPortAtSwitchablePower

lp switchPinForNoPortAtSwitchablePower boolean { t | nil }

Description

Prints the switchPin attribute for enable pin even if there is no port for power switch output, when set to t, which is the default value.

GUI Equivalent

None

Examples

If value is nil:

pin(Enable)  {
direction            : input;
related_power_pin    : vdd;
related_ground_pin   : I0__net7;
}
If value is t: 
pin(Enable)  {
direction            : input;
switch_pin           : true;
related_power_pin    : vdd;
related_ground_pin   : I0__net7;
}

Related Topics

Handling of Low Power Special Cells


Return to top
 ⠀
X