lsSingleRailInputPrefix
lp lsSingleRailInputPrefix string "int_"
Description
For a single rail cell in case the modeling information is coming from 1801 special cell definition file, it would not contain information of the attribute input_signal_level corresponding to the liberty model. A virtual supply name, with the prefix int_, will be created from output supply of the single rail level shifter. The data ports of the single rail level shifter would thus be related to a supply set containing the virtual supply name and the name of the ground supply as related power and related ground.
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
Examples
envGetVal("lp" "lsSingleRailInputPrefix")
envSetVal("lp" "lsSingleRailInputPrefix" 'string "int_abcd"))
Related Topics
Return to top