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
Examples
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