Product Documentation
Virtuoso Technology Data Constraints Reference
Product Version IC23.1, November 2023

minDiagonalWidth

spacings(
( minDiagonalWidth tx_layer f_width )
) ;spacings

Sets the minimum width of diagonal shapes on the specified layer.

Values

tx_layer

The layer on which the constraint is applied.

Type: String (layer and purpose names) or Integer (layer number)

g_width

The minimum width.

Parameters

None

Example

The minimum width of diagonal shapes must be 1.0 on Metal1 and equal to the value of the technology parameter mindiagwidth1 on Metal2.

spacings(
    ( minDiagonalWidth "Metal1" 1.0 )
    ( minDiagonalWidth "Metal2" techParam("mindiagwidth1") )
) ;spacings

Return to top
 ⠀
X