techSetPrRoutingLayer
techSetPrRoutingLayer(d_techIDtx_routingLayert_direction) => t / nil
Description
Updates the specified technology database to change or add the preferred routing direction for the specified layer. ASCII technology file location: routingDirections subsection in the layerRules section.
Arguments
Value Returned
Example
techSetPrRoutingLayer(tfID "metal9" "horizontal")
=> t
Changes or adds the preferred routing direction for metal9 to horizontal in the routingDirections subsection of the technology database identified by tfID.
Return to top