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

removeInternalNetFromPgFn

lp removeInternalNetFromPgFn boolean { t | nil }

Description

Removes internal supply or internal ground nets from pg_function. The default value of the flag is t. This behavior is not applied for the internal supply or internal ground nets that are related power or related ground of a signal pin. These internal supply or ground nets are still included in pg_function.

When set to nil,

pg_pin(VDD_INT2)  {
            voltage_name         : "VDD_INT2";
            pg_type              : internal_power;
            direction            : "internal";
            pg_function          : "vdd_int";
        }

When set to t,

pg_pin(VDD_INT2)  {
            voltage_name         : "VDD_INT2";
            pg_type              : internal_power;
            direction            : "internal";
        }

GUI Equivalent

None

Examples

envGetVal("lp" "removeInternalNetFromPgFn")
envSetVal("lp" "removeInternalNetFromPgFn" 'boolean nil)

Related Topics

Excluding Power and Ground Nets from Name-Based Registration


Return to top
 ⠀
X