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