diffWidthPlusFactor
spacingTables( ( diffWidthPlusFactor (( "stack" nil nil ) ['insideLayers (tx_layer1tx_layer2…tx_layerN) ['insidePurposes (t_purpose1t_purpose2…t_purposeN)]] ] 'connectLayertx_connectLayer) ['backside]g_table)
) ;spacingTables
(Virtuoso Layout Suite EXL and higher tiers) Defines the factor used during antenna extraction by Abstract Generator when calculating the amount of protection that a protection device provides.
Values
Parameters
|
The constraint applies only to the specified layers of the protection device.
For more information, see |
|
|
The |
|
|
The layer to which the protection device is to be connected to provide protection. |
|
|
The constraint defines the protection factor associated with diffusion width. If |
|
Example
Defines the credit factors for a net. Both constraints specify the connect layer as Metal2 and credit factors indexed by the device stack number. The second constraint additionally defines layers and purposes and that the credit factors need to be considered for the metal backside.
spacingTables( (diffWidthPlusFactor (( "stack" nil nil ) 'connectLayer "Metal2"
)
(
1 1000.0
2 1700.0
)
)
(diffWidthPlusFactor
(( "stack" nil nil )
'insideLayers ("Metal2")
'insidePurposes ("fill" "pin")
'connectLayer "Metal2"
'backside)
(
1 2000.0
2 1800.0
)
)
); spacingTables
Return to top