techSetLayerRoutingGrids
techSetLayerRoutingGrids(d_techIDl_layerRoutingGrids) => t / nil
Description
Replaces the layer routing direction, pitch, and offset for the specified layers 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
Example
techSetLayerRoutingGrids(tfID '(("Metal2" "horizontal" 0.31)
("Metal3" "vertical" 0.51 0.05)))
=> t
On METAL2, sets the routing direction to horizontal and the pitch to 0.31, and on METAL3, sets the routing direction to vertical, the pitch to 0.51, and the offset to 0.05 in the technology database identified by tfID.
Return to top