techSetLayerRoutingGrid
techSetLayerRoutingGrid(d_techIDtx_layer t_preferredDir[g_pitch[g_offset] ] ) => t / nil
Description
Updates the routing direction, pitch, and offset for the specified layer in the specified technology database. The pitch is the minimum allowable spacing, center-to-center, between two regular geometries on different nets. The offset is the distance between the placement grid and the routing grid when there is a routing grid between two placement grids.
Arguments
Value Returned
|
The specified routing direction, pitch, and offset are set the specified layer in the specified technology database. |
|
|
The technology database does not exist or the specified layer is not defined. |
Example
techSetLayerRoutingGrid(tfID "METAL1" "horizontal")
=> t
Sets the layer routing definition on METAL1 to horizontal in the technology database identified by tfID.
Return to top