route_nets
APR.stdcell.route route_nets cyclic { "All" | "Selected" | "Open" | "Shorted }
Description
Specifies whether you want to route all nets, selected nets, or only nets with opens or shorts.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "route_nets")
envSetVal("APR.stdcell.route" "route_nets" 'cyclic "Selected")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top