checkerLogDir
APR.stdcell.route checkerLogDir string "directory"
Description
Specifies the path to the directory that saves the checker log file from the Check tab of the standard cell router.
The default directory is ./checkerLogs.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "checkerLogDir")
envSetVal("APR.stdcell.route" "checkerLogDir" 'string "log1")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top