route_deleteWiresAndVias
APR.stdcell.route route_deleteWiresAndVias boolean { t | nil }
Description
Specifies that wires, vias, and shield lines created by the router are automatically deleted.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" " route_deleteWiresAndVias")
envSetVal("APR.stdcell.route" " route_deleteWiresAndVias" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top