check_overwriteLog
APR.stdcell.route check_overwriteLog boolean { t | nil }
Description
Controls the overwriting of the last log file. When set to nil, the existing log file is retained.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "check_overwriteLog")
envSetVal("APR.stdcell.route" "check_overwriteLog" 'boolean nil)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top