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