setPinFixedWithinBoundary
APR.stdcell.route setPinFixedWithinBoundary boolean { t | nil }
Description
Changes the placement status of IO pins to fixed if they are contained within the PR boundary. The default is t.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "setPinFixedWithinBoundary")
envSetVal("APR.stdcell.route" "setPinFixedWithinBoundary" 'boolean nil)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top