techIsLxExtractLayer
techIsLxExtractLayer(
d_techFileID
tx_layer
)
=> t / nil
Description
Indicates whether the specified layer is listed as an extract layer in the virtuosoDefaultExtractorSetup constraint group in the specified technology file. The extract layers are listed under validLayers in the interconnect subsection of the constraint group.
Arguments
|
The layer to be checked. |
Value Returned
|
The technology file does not exist, the |
Example
techIsLxExtractLayer(techFileID"metal1" )
=> t
Confirms that the metal1 layer is listed in the interconnect(validLayers) subsection in the virtuosoDefaultExtractorSetup constraint group in the technology file identified by techFileID.
Return to top