route_updatePinOption
APR.stdcell.route route_updatePinOption cyclic { "Snap to closest same edge track" | "Snap to any edge" }
Description
Specifies whether to snap IO pins to the closest track on the same layer and same edge or to any edge on any layer within the specified layer range. This variable is effective only if is set to t.
The default is "Snap to closest same edge track".
GUI Equivalent
|
Update Pins – Snap to closest same edge track, Snap to any edge |
Examples
envGetVal("APR.stdcell.route" "route_updatePinOption")
envSetVal("APR.stdcell.route" "route_updatePinOption" 'cyclic "Snap to any edge")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top