vfpPACPlacementTopology
layoutXL.pinAccessChecker vfpPACPlacementTopology cyclic { "Left_Right" | "Top_Bottom" }
Description
Specifies the placement topology for standard cells. The supported placement topologies are:
-
Left_Right: Places six instances of a cell inR0andMYorientations. -
Top_Bottom: Places six instances of a cell inR0,R180, andMXorientations.
GUI Equivalent
Examples
envGetVal("layoutXL.pinAccessChecker" "vfpPACPlacementTopology")
envSetVal("layoutXL.pinAccessChecker" "vfpPACPlacementTopology" 'cyclic "Top_Bottom")
Related Topics
Pin Accessibility Checker Form
Running the Pin Accessibility Checker
Return to top