preRouteCmds
APR.stdcell.route preRouteCmds string "filename"
Description
Specifies the path to the pre-route hook file that is sourced before the routing stage. The file can be placed anywhere and can be specified as an absolute path or a relative path from the current working directory.
The default is "". This means a filename is not specified.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "preRouteCmds")
envSetVal("APR.stdcell.route" "preRouteCmds" 'string "route1")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top