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

maxLength

spacings(
( maxLength tx_layer ['width f_width] f_length )
) ;spacings

Sets the maximum orthogonal length for a shape 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)

f_length

The length of the shape must be less than or equal to this value.

Parameters

'width f_width

(Virtuoso Layout Suite EXL and higher tiers) The constraint applies only when the width of the shape is less than this value.

Example

The maximum length of a shape of width less than 0.08 on Metal1 must be 7.0.

spacings(
    ( maxLength "Metal1" 
     'width 0.08 
7.0 )
) ;spacings

Return to top
 ⠀
X