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

pkgMinBondwireSpacing

spacings(
( pkgMinBondwireSpacing
 'profileName t_profileName 
 'bondWire | 'bondFinger | 'pad
 f_spacing 
)
) ;spacings

(Virtuoso Layout Suite MXL Only) Specifies the minimum spacing for bond wires to objects of the specified type.

Values

f_spacing

The minimum spacing.

Parameters

'profileName t_profileName

The constraint applies to bond wires with this profile.

'bondWire | 'bondFinger | 'pad

The spacing is applied to objects of this type.

Example

The minimum spacing for the bond wires of the prf1 profile and bondWire object type is 0.11.

spacings(
    ( pkgMinBondwireSpacing 
     'profileName "prf1" 
'bondWire
0.11
)
) ;spacings

Return to top
 ⠀
X