techSetPrRoutingLayers
techSetPrRoutingLayers(d_techIDl_routingLayers) => t / nil
Description
Updates the specified technology database to change or add the preferred routing direction for each of the specified layers. ASCII technology file location: routingDirections subsection in the layerRules section.
Arguments
|
A list of the layers and the direction keywords you want to define. The list has the following syntax: |
Value Returned
Example
techSetPrRoutingLayers(tfID list(list("METAL2" "vertical")
list("METAL3" "vertical")))
=> t
Changes or adds the preferred routing direction for METAL2 and METAL3 to vertical in the routingDirections subsection of the technology database identified by tfID.
Return to top