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

pkgMinBondwireLength

spacings(
( pkgMinBondwireLength
 'profileName t_profileName 
 f_length 
)
) ;spacings

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

Values

f_length

The minimum length.

Parameters

'profileName t_profileName

The constraint applies to the bond wires with this profile.

Example

The minimum length for the bond wires of the prf2 profile is 0.05.

spacings(
    ( pkgMinBondwireLength 
     'profileName "prf2" 
0.05
)
) ;spacings

Return to top
 ⠀
X