vfpTopLevelRouteCreatePinOnRouteProp
layoutXL.floorplan vfpTopLevelRouteCreatePinOnRouteProp boolean { t | nil }
Description
Controls the creation of the PIN_ON_ROUTE property.
The PIN_ON_ROUTE property can be set when the pin placement edge is set to Top-Level Route. When a pin is placed on the top-level route edge and this property is set, the pin planner does not move this pin again to the top-level route edge.
When set to nil, the Pin Planner does not create a PIN_ON_ROUTE property for all pins. When a PIN_ON_ROUTE property is not created, you can apply the top-level routes on the pins.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "vfpTopLevelRouteCreatePinOnRouteProp")
envSetVal("layoutXL.floorplan" "vfpTopLevelRouteCreatePinOnRouteProp" 'boolean nil)
Related Topics
Return to top