maxSingleCouplingPercent
Specifies the maximum allowed amount of coupling capacitance from all neighbor nets that only couple to one of the nets in a pair as a percentage value.
maxSingleCouplingPercent Quick Reference
Value Type
maxSingleCouplingPercent constraints have an IntValue that specifies the maximum allowed amount of coupling capacitance from all neighbor nets that only couple to one of the nets in a pair as a percentage value.
Examples
This example sets the maximum amount of coupling from all neighbor nets to a single net to 15%.
set_constraint -constraint maxSingleCouplingPercent -IntValue 15
Related Topics
Mixed-Signal Routing Constraints
minCoupling
Sets the minimum coupling capacitance (in Farads) required between the nets.
minCoupling Quick Reference
Value Type
minCoupling constraints have a FltValue representing the minimum required coupling capacitance in Farads.
Examples
This example sets the minimum amount of coupling between nets to 0.5 Farad.
set_constraint -constraint minCoupling -FltValue 0.5
Related Topics
Mixed-Signal Routing Constraints
minCouplingPercent
Sets the minimum coupling capacitance as a percentage required between the nets of a net pair or group.
minCouplingPercent Quick Reference
Value Type
minCouplingPercent constraints have an IntValue representing the minimum required coupling capacitance as a percentage.
Examples
This example sets the minimum amount of coupling between nets to 10%.
set_constraint -constraint minCouplingPercent -IntValue 10
Related Topics
Mixed-Signal Routing Constraints
msConnectSupplyDistance
Specifies the maximum distance between ties that must be inserted to tie the new shield wires to their respective shield nets. If this constraint is not specified, only minimal connections are inserted to tie shield wires to their respective nets.
msConnectSupplyDistance Quick Reference
Value Type
|
Specifies the maximum distance in user units between shield ties. |
Examples
This example sets the shield tie frequency to 2.0 user units.
set_constraint -constraint msConnectSupplyDistance -Value 2.0
Related Topics
Mixed-Signal Routing Constraints
Return to top