45RouteGridPitch
Sets the 45-degree spacing, edge-to-edge and in user units, between diagonal, 135-degree routing grids for the layer.
45RouteGridPitch Quick Reference
Value Type
45RouteGridPitch constraints have a Value that represents the pitch as a diagonal distance in user units.

Examples
This example sets the right diagonal routing grid pitch on Metal3 to 1.0 user units.
| Format | Example |
|---|---|
set_layer_constraint -constraint 45RouteGridPitch \ |
|
routingGrids( |
Related Topics
clusterDistance
Specifies that pins less than or equal to this distance from each other on a multi-pin net are clustered together for strand routing.

clusterDistance Quick Reference
Value Type
Required Parameters
Optional Parameters
Examples
Specifies that pins spaced less than or equal to 0.06 apart on a multi-pin net are clustered together for strand routing.
set_constraint -constraint clusterDistance -Value 0.06
Related Topics
Return to top