layerPriority
layoutXL.floorplan layerPriority boolean { t | nil }
Description
Specifies whether layer priority should be followed while placing pins during pin optimization.
The default value is nil, which means that the Pin Optimizer places pins on layers that are closest to the connected pin.
GUI Equivalent
|
Respect layer priority for valid routing layers constraint on net |
Examples
envGetVal("layoutXL.floorplan" "layerPriority")
envSetVal("layoutXL.floorplan" "layerPriority" 'boolean t)
Related Topics
Return to top