singleRailAttrPropagation
lp singleRailAttrPropagation boolean { t | nil }
Description
Propagates attributes, such as input_signal_level and input_voltage_range, from the input pin of a single rail standard cell instance to the top-level design port that is connected to the input pin of a single rail level shifter cell instance. The default value is nil, which means that the attributes are not propagated.
GUI Equivalent
Example
envGetVal("lp" "singleRailAttrPropagation")
envSetVal("lp" "singleRailAttrPropagation" 'boolean t)
Related Topics
Return to top