maxRoutingDistance
interconnect( ( maxRoutingDistancetx_layerf_distance) …
) ;interconnect
Sets the maximum routing distance, applied on a per-net basis, allowed for the specified layer.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Example
The maximum routing distance on Metal3 must be 5.0.
interconnect( ( maxRoutingDistance "Metal3" 5.0 )
) ;interconnect
Return to top