route_displayLog
APR.stdcell.route route_displayLog boolean { t | nil }
Description
Controls the display of the log window when standard cell routing is run. When set to nil, the log window is not displayed.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "route_displayLog")
envSetVal("APR.stdcell.route" "route_displayLog" 'boolean nil)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top