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

delimiterForInternalPower

lp delimiterForInternalPower string "__" 

Description

Specifies a delimiter for internal supplies that are referenced by the Liberty file generated by Power Manager. The default value is "__".

voltage_map( I0__gnd_int , 0.000000);
voltage_map( I0__vdd_int , 0.800000);
                                         
pg_pin(I0__vdd_int)  {
witch_function      : "!(Enable)";
voltage_name         : I0__vdd_int;
pg_function          : vdd;
pg_type              : internal_power;
direction            : internal;
} 
pg_pin(I0__gnd_int)  {
switch_function      : "Sleep";
voltage_name         : I0__gnd_int;
pg_function          : gnd;
pg_type              : internal_ground;
direction            : internal;
pin(data)  {
related_ground_pin   : I0__gnd_int;
related_power_pin    : I0__vdd_int;
direction            : input;

GUI Equivalent

None

Examples

envGetVal("lp" "delimiterForInternalPower")
envSetVal("lp" "delimiterForInternalPower" 'string ",")

Related Topics

Exporting Liberty Power Model


Return to top
 ⠀
X