techGetTrimLayers
techGetTrimLayers(d_techFileIDtx_layer[t_colort_colorState] ) =>l_trimLayers/ nil
Description
(Virtuoso Advanced Node for Layout Only) Returns a list of the trim layers that trim tx_layer (metal or poly layer) with the specified color and color state combination. If only d_techFileID and tx_layer are specified, it returns a list of the trim layers that trim tx_layer for all valid color and color state combinations. If all arguments are specified, it returns a list of the trim layers that trim tx_layer for the specified color and color state combinations.
Arguments
|
The metal, poly, or local interconnect layer name or number. |
|
Value Returned
Examples
techGetTrimLayers(tfid "Metal1")
=>((("mask1Color" "locked") ("trimMetal1" "mask1Color" "locked") ) (("mask1Color" "unlocked") ("trimMetal1" "mask1Color" "unlocked") ) (("mask2Color" "locked") ("trimMetal2" "mask2Color" "locked") ) (("mask2Color" "unlocked") ("trimMetal2" "mask2Color" "unlocked")
)
)
Returns a list of the trim layers that trim metal layer Metal1.
techGetTrimLayers(techfileId "Metal1" "mask2Color" "locked")
=>("trimMetal2" "mask2Color" "locked") ("trimMetal3" "mask2Color" "any")
Returns a list of the trim layers that trim metal layer Metal1 with color mask2Color and color state locked.
Return to top