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

pkgMaxLineWidth

spacings(
( pkgMaxLineWidth tx_layer
 f_width
)
) ;spacings

(Virtuoso Layout Suite MXL Only) Specifies the maximum line width for traces in a package design.

Values

tx_layer

The layer on which the constraint is applied.

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

f_width

The maximum width.

Parameters

None.

Example

The maximum line width for traces on the Metal1 layer is 0.02.

spacings(
    ( pkgMaxLineWidth "Metal1"  
     0.02 
)
) ;spacings

Return to top
 ⠀
X