route_supplyNets
APR.stdcell.route route_supplyNets boolean { t | nil }
Description
Specifies whether to route power and ground (tieHi and tieLo) nets. When set to nil, the power and ground nets are not routed.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "route_supplyNets")
envSetVal("APR.stdcell.route" "route_supplyNets" 'boolean nil)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top