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.
pg_pin(VDD_INT2) {
voltage_name : "VDD_INT2";
pg_type : internal_power;
direction : "internal";
pg_function : "vdd_int";
}
pg_pin(VDD_INT2) {
voltage_name : "VDD_INT2";
pg_type : internal_power;
direction : "internal";
}
GUI Equivalent
Examples
envGetVal("lp" "removeInternalNetFromPgFn")
envSetVal("lp" "removeInternalNetFromPgFn" 'boolean nil)
Related Topics
Excluding Power and Ground Nets from Name-Based Registration
Return to top