routeMaxLength
Specifies the maximum route length that is used to fix lengths on individual nets.
routeMaxLength Quick Reference
Value Type
routeMaxLength constraints have a Value that represents the maximum route length, in user units.
Examples
This example set the maximum route length to 50.0.
set_constraint -constraint routeMaxLength -Value 50.0
Related Topics
Mixed-Signal Routing Constraints
routeMinLength
Specifies the minimum route length that is used to fix lengths on individual nets.
routeMinLength Quick Reference
Value Type
routeMinLength constraints have a Value that represents the minimum route length, in user units.
Examples
This example sets the minimum route length to 23.0.
set_constraint -constraint routeMinLength -Value 23.0
Related Topics
Mixed-Signal Routing Constraints
Return to top