techGetLxExtractLayers
techGetLxExtractLayers(d_techFileID) =>l_extractLayers/ nil
Description
Returns the list of extract layers from the virtuosoDefaultExtractorSetup constraint group in the specified technology file. These layers are listed as validLayers in the interconnect subsection of the constraint group.
Arguments
Value Returned
Example
techGetLxExtractLayers(techFileID)
=> ( pWell nDiff pDiff poly1 cont metal1 via1 metal2 via2 metal3 )
Returns the list of layers from the interconnect(validLayers) subsection in the virtuosoDefaultExtractorSetup constraint group in the technology file identified by techFileID.
Return to top