separatorForBit
lp separatorForBit string "<>"
Description
Specifies separators for pin names of the bus bits. The default value is "<>".
voltage_map( vdd_Int[0] , 0.800000);
voltage_map( vdd_Int[1] , 0.800000);
voltage_map( vdd_Int[2] , 0.800000);
pg_pin(vdd_Int[1]) {
voltage_name : "vdd_Int[1]";
pg_type : internal_power;
direction : "internal";
switch_function : "Enable[1]";
pg_function : "vdd";
}
pin(in1) {
direction : "inout";
related_power_pin : "vdd_Int[1]";
related_ground_pin : "I0[int]gnd_int[1]";
}
GUI Equivalent
Example
envGetVal("lp" "separatorForBit")
envSetVal("lp" "separatorForBit" 'string "[]")
Related Topics
Registering Name-Based Supply Nets
Return to top