techGetLayerRoutingGrids
techGetLayerRoutingGrids(d_techID) =>l_layerRoutingGrids/ nil
Description
Returns the layer routing direction, pitch, and offset assigned to layers in the specified technology database. ASCII technology file location: routingDirections subsection in the layerRules section.
Arguments
|
The name of the cellview type.
Valid values: String specifying a valid cellview type (for example, |
Value Returned
Example
techGetLayerRoutingGrids(tfID)
=> (("METAL1" "horizontal" 0.51)
("METAL2" "vertical" 0.51)
("METAL3" "horizontal" 0.51)
("METAL4" "vertical" 0.51)
("METAL5" "horizontal" 0.51)
("METAL6" "vertical" 0.51)
("METAL7" "horizontal" 1.02)
("METAL8" "vertical" 1.02)
)
Returns the layer routing data specified in the current technology database, identified by tfID. Each layer is assigned a direction and pitch.
Return to top