Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

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

d_techID

The database identifier of the technology database.

Value Returned

l_layerFunctions

List of the functions assigned to a specified layer.

nil

The technology database does not exist.

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
 ⠀
X