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

pkgMinBondwireWidth

spacings(
( pkgMinBondwireWidth
 'profileName t_profileName 
 f_width 
)
) ;spacings

(Virtuoso Layout Suite MXL Only) Specifies the minimum width for bond wires of the specified profiles.

Values

f_width

The minimum width.

Parameters

'profileName t_profileName

The constraint applies to bond wires with this profile.

Example

The minimum width for the bond wires of the prf2 profile is 0.1.

spacings(
    ( pkgMinBondwireWidth 
     'profileName "prf2" 
0.1
)
) ;spacings

Return to top
 ⠀
X