techGetEquivLayers
techGetEquivLayers(d_techID) =>l_equivLayersList/ nil
Description
Returns a list of the equivalent layers defined in the specified technology database. ASCII technology file location: equivalentLayers subsection in the layerRules section; it lists layers that represent the same kind of material.
For more information about the equivalentLayers subsection of the technology file, see
Arguments
Value Returned
Example
techGetEquivLayers(tfID)
=> (("metal1" "metal2")
("via1" "via2" "via3")
(("metal3" "pin") "pinMetal")
)
Returns the equivalent layers defined in the technology database identified by tfID.
Return to top