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

pkgMinLineWidth

spacings(
( pkgMinLineWidth tx_layer
 f_width
)
) ;spacings

(Virtuoso Layout Suite MXL Only) Specifies the minimum 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 minimum width.

Parameters

None.

Example

The minimum line width for traces on the Metal1 layer is 0.001.

spacings(
    ( pkgMinLineWidth "Metal1"  
     0.001 
)
) ;spacings


Return to top
 ⠀
X