wrongWayOK
Specifies whether the router can create wrong-way routes on a layer. By default, wrong-way routing is permitted. When wrongWayOk is set to false, the router will not create wrong-way routes on the layer.
Setting
wrongWayOk to false does not prevent fix_errors from adding a wrong-way segment to fix an error.wrongWayOK Quick Reference
Value Type
wrongWayOK constraints have a BoolValue.
Examples
This example prevents the router from creating wrong-way routes on layer Metal6.
set_layer_constraint -layer Metal6 -constraint wrongWayOK -BoolValue false
Related Topics
Return to top