limitRoutingLayers
Limits routing to the layers specified by the constraint ANDed with the layers defined by the viaBarAdjacentSpacing constraint.
limitRoutingLayers Quick Reference
Value Type
limitRoutingLayers constraints have a LayerArrayValue that specifies the layers that can be used for routing. Only layers in the list that are also specified by the viaBarAdjacentSpacing constraint can be used for routing.
Examples
This example restricts routing to layers Metal1 and Metal2.
set_constraint -constraint limitRoutingLayers -LayerArrayValue {Metal1 Metal2}
Related Topics
Return to top