postRouteCmds
APR.stdcell.route postRouteCmds string "filename"
Description
Specifies the post-route hook file that is sourced after 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" "postRouteCmds")
envSetVal("APR.stdcell.route" "postRouteCmds" 'string "postRoute1")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top