snapOnlySelInstsToGrid
layoutXL.floorplan snapOnlySelInstsToGrid boolean { t | nil }
Description
Specifies which blocks are snapped to grid when Pin Optimizer is run in Selected mode.
When set to t, the soft block PR boundaries of either the selected blocks or the blocks containing the selected pins are snapped to their respective placement or manufacturing grids. When set to the default value, nil, all blocks are snapped to their respective placement or manufacturing grids.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "snapOnlySelInstsToGrid")
envSetVal("layoutXL.floorplan" "snapOnlySelInstsToGrid" 'boolean t)
Related Topics
Return to top