sdTrackMode
layoutXL.autoWSPGen sdTrackMode cyclic { "byCount" | "byWidth" }
Description
Specifies whether the number of S/D tracks is based on the absolute count (byCount) or must be calculated based on the specified S/D track width (byWidth).
The default is "byCount". In this mode, use numSDTracks to specify the absolute count.
GUI Equivalent
Examples
envGetVal("layoutXL.autoWSPGen" "sdTrackMode")
envSetVal("layoutXL.autoWSPGen" "sdTrackMode" 'cyclic "byCount")
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