minJogLength
Specifies the minimum length, in user units, for a wire jog, measured center point to center point. If minWidth is not set, the default minimum jog length is 0; otherwise, the default is minWidth*2.
maximumLength Quick Reference
Value Type
minJogLength constraints have a Value that represents the minimum length for a wire jog, in user units, measured center point to center point.
Examples
This example sets the minimum length for wire jogs on Metal1 to 5.0 μm.
set_layer_constraint -constraint minJogLength -layer Metal1 -Value 15.0
Related Topics
Return to top