dummyBackAnnotateRelaxActiveRule
layoutXL dummyBackAnnotateRelaxActiveRule boolean { t | nil }
Description
Allows dummy instances with one or more power nets, or one or more ground nets, and no other nets, to be treated as inactive.This can be used to avoid them being backannotated.
The default value is nil, which means that dummy instances are considered active and backannotated.
When set to t, it allows the dummies tied to more than one power net, or tied to more than one ground net, to be treated as inactive.
GUI Equivalent
Examples
envGetVal("layoutXL" "dummyBackAnnotateRelaxActiveRule")
envSetVal("layoutXL" "dummyBackAnnotateRelaxActiveRule" 'boolean t)
Related Topics
Dummy Instances Backannotation
List of Layout XL Environment Variables
Return to top