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