coreEOLBlockage
spacings( ( coreEOLBlockagetx_layer{'horizontal | 'vertical} ['sideExtensiong_sideExtension] (f_outwardSizef_inwardSize) )
) ;spacings
(Virtuoso Layout Suite EXL and higher tiers) Specifies the size and direction of end-of-line blockages from core edges. Wires starting in the core interior and ending with an end-of-line edge in the blockage violate the constraint. On the other hand, wires with no end-of-line edge in the blockage or those that start in the edge but end in the blockage do not violate the constraint.

Values
Parameters
Example
Specifies that the blockage area is orthogonal to the vertical direction by 0.06 microns outward from the core edge and 0.08 microns inward from the core edge. Line-end blockages are extended by 0.04 along the direction of the core edge.
spacings(
(coreEOLBlockage "Metal1"
'vertical
'sideExtension 0.04
(0.06 0.08))
) ;spacings
Return to top