routerLogPrefix
APR.stdcell.route routerLogPrefix string "logprefixname"
Description
Specifies the prefix for the router log file name. The router log files follow the pattern of routerLogPrefix.libName.cellName.viewName.logxx where xx is a number.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "routerLogPrefix")
envSetVal("APR.stdcell.route" "routerLogPrefix" 'string "inn")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top