allowedWireTypes
Specifies valid wire types for a layer. As a result, only the specified wire types can be set for tracks on that layer. The default value is an empty string, which indicates that a wire type is not set for the tracks on the specified layer (all wire types are allowed).
allowedWireTypes Quick Reference
Value Type
|
Specifies that the string array should contain a list of wire types. |
Examples
Sets wire types 1X, 2X, and 3X for tracks on layer Metal3.
set_layer_constraint -constraint allowedWireTypes \
-layer Metal3 -StringArrayValue "1X 2X 3X"
Related Topics
Return to top