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

pkgMaxBondwireLength

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

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

Values

f_length

The maximum length.

Parameters

'profileName t_profileName

The constraint applies to bond wires of this profile.

Example

The maximum length for the bond wires of the prf2 profile is 0.13.

spacings(
    ( pkgMaxBondwireLength 
     'profileName "prf2" 
0.13
)
) ;spacings

Return to top
 ⠀
X