techGetTrimLayer
techGetTrimLayer(d_techFileIDtx_layer[t_colort_colorState] ) =>l_trimLayer/ nil
Description
(Virtuoso Advanced Node for Layout Only) Returns the trim layer that trims 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 trim layers that trim tx_layer for all valid color and color state combinations.
Arguments
|
The metal, poly, or local interconnect layer name or number. |
|
Value Returned
Examples
techGetTrimLayer(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 trim layers that trim metal layer Metal1.
techGetTrimLayer(techfileId "Metal1" "mask2Color" "locked")
=>("trimMetal2" "mask2Color" "locked")
Returns the trim layer that trims layer Metal1 with color mask2Color and color state locked.
Return to top