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
Value Returned
|
The layer has a function that supports layer analysis attributes. |
|
|
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