vgFillSpaceSpecifyUnit
APR.device.fill vgFillSpaceSpecifyUnit cyclic { "Poly pitches" | "User Unit" }
Description
Sets the unit in which fill extensions are to be specified. The valid values are:
-
Poly pitches: Specifies the extension value in terms of the number of poly pitches. -
User Unit: Specifies the extension value in terms of user units.
Use vgFillSpacePitchesOrUserUnit to specify the number of poly pitches or user units. vgFillSpaceSpecifyUnit and vgFillSpacePitchesOrUserUnit work only when dummyFillEnableFillEmptyRow is set to true or Extend Fill is selected on the Fill tab of the Auto P&R assistant.
The default value is Poly pitches.
GUI Equivalent
Examples
envGetVal("APR.device.place" "vgFillSpaceSpecifyUnit")
envSetVal("APR.device.place" "vgFillSpaceSpecifyUnit" 'cyclic "User Unit")
Related Topics
Placing Devices Automatically in the Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top