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