validLayers
|
Definition
|
Defines a list of valid routing layers or layer-purpose pairs.
|
|
Values
|
-
nil
Layer specification is not required. -
tx_layer
Lists the layers that can be used for routing. If you do not specify the purpose, then the constraint applies to all purposes.
Type: String (layer name) or integer (layer number) -
(tx_layer tx_purpose)
Lists the layer-purpose pairs that can be used for routing.
Type: String (layer and purpose names) or integer (layer and purpose numbers)
|
|
Parameters
|
None
|
|
Applies To
|
-
Trunk constraints
-
Twig constraints
-
Strap constraints
|
Examples
'("validLayers" nil '("Metal1" "Metal2" "Metal3"))
Specifies the valid layers for routing.
'("validLayers" nil '("Metal1 pin" "Metal2 drawing" "Metal3 pin"))
Specifies the valid layer-purpose pairs for routing.
Related Topics
Return to top