vfpPACOutputDir
layoutXL.pinAccessChecker vfpPACOutputDir string "temp_PinDirectory"
Description
Specifies the directory in which all temporary files and topology views are to be stored.
The directory can store the following information:
- The standard cell extended pin views created by the Pin Accessibility Checker.
- The routed view created by Innovus. Innovus uses the standard cell extended pins view as the input, runs the router, and generates a routed view.
The default is "temp_PinChecker".
GUI Equivalent
Examples
envGetVal("layoutXL.pinAccessChecker" "vfpPACOutputDir")
envSetVal("layoutXL.pinAccessChecker" "vfpPACOutputDir" 'string "temp_PinDirectory")
Related Topics
Pin Accessibility Checker Form
Running the Pin Accessibility Checker
Return to top