route_overwriteLog
APR.stdcell.route route_overwriteLog boolean { t | nil }
Description
Specifies whether to overwrite or keep the existing log. When set to t, the existing log is overwritten.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "route_overwriteLog")
envSetVal("APR.stdcell.route" "route_overwriteLog" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top