dummyBackAnnotateLocalNetActive
layoutXL dummyBackAnnotateLocalNetActive boolean { t | nil }
Description
Specifies whether dummy Pcell instances containing local nets should be considered as active during backannotation, even if they are tied to power or ground nets.
The default value is nil, which means that dummy Pcell instances are not considered as active.
GUI Equivalent
Examples
envGetVal("layoutXL" "dummyBackAnnotateLocalNetActive")
envSetVal("layoutXL" "dummyBackAnnotateLocalNetActive" 'boolean t)
Related Topics
Dummy Instances Backannotation
List of Layout XL Environment Variables
Return to top