techGetLayerFunctions
techGetLayerFunctions(d_techID) =>l_layerFunctions/ nil
Description
Returns a list of the functions (materials) and mask numbers assigned to the user-defined layers in the specified technology database. Returns function unknown for layers without an assigned function.
Arguments
Value Returned
Example
techGetLayerFunctions(tfID)
=> (("Oxide" "poly" 1)
("Nwell" "nwell" 2)
("Poly" "poly" 3)
("Nimp" "ndiff" 4)
…
("Metal5_slot" "unknown" 94)
)
Returns a list of the user-defined layers in the technology database identified by tfID along with the functions and mask numbers assigned to them; returns unknown for layers without functions assigned to them.
Return to top