polyFillRegion
layoutXL.APAssist polyFillRegion cyclic { "CellView" | "RowRegion" | "CustomArea" }
Description
Specifies the region in which poly fill are to be inserted. The available options are:
-
CellView: Selects the current cellview to insert poly fill. -
RowRegion: Selects the current region for inserting poly fill. -
CustomArea: Lets you specify a custom area for inserting poly fill.
GUI Equivalent
Examples
envGetVal("layoutXL.APAssist" "polyFillRegion")
envSetVal("layoutXL.APAssist" "polyFillRegion" 'cyclic "CellView")
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top