techGetLayerRoutingDirections
techGetLayerRoutingDirections(d_techID) =>l_layerRoutingDirections/ nil
Description
Returns a list of the layer routing directions for the routing layers in the specified technology database. ASCII technology file location: routingDirections subsection in the layerRules section.
Arguments
Value Returned
Example
techGetLayerRoutingDirections (tfID)
=> (("metal1" "horizontal")
("metal2" "vertical")
("metal3" "leftDiag")
("metal4" "rightDiag")
)
Returns a list of the routing directions specified for the routing layers in the technology database identified by tfID.
Return to top