lithoMacroHalo
spacings( ( lithoMacroHalotx_layer'wireSpacingf_wireSpacing['noSameMetalJog] (f_horizontalHalof_verticalHalo) )
) ;spacings
(Virtuoso Advanced Node for Layout Standard) Specifies a routing halo for litho purpose on a block macro. Only planar connections to macro pins are allowed inside this routing halo. Any other wires or via insertions above or below are not allowed.
Values
Parameters
Example
The routing halo on a block macro must extend 0.1 in the horizontal direction and 0.3 in the vertical direction. The wires connected to the macro pins must have spacing greater than or equal to 0.05. Also, same layer and same metal jogs and layer change are not allowed in the halo.
spacings( ( lithoMacroHalo "Metal1" 'wireSpacing 0.05
'noSameMetalJog
(0.1 0.3)
)
) ;spacings
Return to top