preserveRows
layoutXL preserveRows boolean { t | nil }
Description
Specifies that any existing rows and custom placement areas in the layout are preserved when you run the Generate All From Source command.
preserveRows also preserves rowRegionSpec and row regions in the layout when Generate All From Source is run. For more information on row regions, see
GUI Equivalent
|
Preserve Floorplanning Objects – Rows and Custom Placement Areas |
Examples
envGetVal("layoutXL" "preserveRows")
envSetVal("layoutXL" "preserveRows" 'boolean t)
envSetVal("layoutXL" "preserveRows" 'boolean nil)
Related Topics
Return to top