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

maxDiagonalEdgeLength

spacings(
( maxDiagonalEdgeLength tx_layer f_length )
) ;spacings

Specifies the maximum edge length for a diagonal shape.

Values

tx_layer

The layer on which the constraint is applied.

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

f_length

The maximum length of a diagonal edge.

Parameters

None

Example

The maximum diagonal edge length must be 3.0 on Metal1 and equal to the value of the technology parameter diaglength2 on Metal2.

spacings(
    ( maxDiagonalEdgeLength "Metal1" 3.0 )
    ( maxDiagonalEdgeLength "Metal2" techParam("diaglength2") )
) ;spacings

Return to top
 ⠀
X