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

techSupportsLayerAnalysisAttributes

techSupportsLayerAnalysisAttributes(
d_techfileID
tx_layer
) 
=> t / nil

Description

Checks if the given layer has a function that supports layer analysis attributes.

Functions that support layer analysis attributes are: buriedN, buriedP, cut, deepNimplant, deepNwell, deepPimplant, deepPwell, dielectric, diestack, diff, li, metal, mimcap, ndiff, nimplant, nwell, padMetal, passivationCut, pdiff, pimplant, pipcap, poly, pwell, substrate, tsv, and tsvMetal.

Arguments

d_techfileID

The database identifier of the technology database.

tx_layer

The layer name or number.

Value Returned

t

The layer has a function that supports layer analysis attributes.

nil

The layer does not have a function that supports layer analysis attributes, or it does not exist in the technology database.

Example

techSupportsLayerAnalysisAttributes(tech "Metal1")
=> t

Returns t to indicate that Metal1 has a function that supports layer analysis attributes.


Return to top
 ⠀
X