techGetPrRoutingLayers
techGetPrRoutingLayers(d_techID) =>l_routingLayers/ nil
Description
Returns a list of layers and their preferred routing directions. In the ASCII technology file, the layers are defined in the validLayers constraint in the interconnect subsection of the LEFDefaultRouteSpec constraint group. The preferred routing directions of the layers are specified in the routingDirections subsection of the layerRules section.
Arguments
Value Returned
Example
techGetPrRoutingLayers(tfID)
=> (("METAL1" "horizontal")
("METAL2" "vertical")
("METAL3" "horizontal")
("METAL4" "vertical")
("METAL5" "horizontal")
("METAL6" "vertical")
("METAL7" "horizontal")
("METAL8" "vertical")
)
Returns the routing layers and their directions as defined in the technology database identified by tfID.
Return to top