techSetEquivLayers
techSetEquivLayers(d_techIDl_equivLayers) => t / nil
Description
Updates the equivalentLayers subsection of the specified technology database with the specified set or sets of equivalent layers. ASCII technology file location: equivalentLayers subsection in the layerRules section; it lists layers that represent the same kind of material. If an equivalentLayers subsection does not exist, this function creates one with the specified data. If the technology database already defines equivalent layers, this function deletes and replaces them with the specified data.
For more information about the equivalentLayers subsection of the technology file, see
Arguments
Value Returned
|
|
|
Example
techSetEquivLayers(tfID list(
list("metal1" "metal2")
list("via1" "via2" "via3")
list(list("metal3" "pin") "pinMetal")
)
Re-creates the equivalentLayers subsection of the technology database identified by tfID to define the specified equivalent layers
Return to top