matureOrAdvancedNode
APR.device.place matureOrAdvancedNode cyclic { "auto" | "mature" | "advanced" }
Description
Specifies the design process node for running the placer. The placement options displayed on the Constraints tab of the Auto P&R assistant vary depending on the selected design process node.
The available design process nodes are mature and advanced. When set to auto, the tool automatically identifies an appropriate node based on the constraint definitions in the design.
The default value is advanced.
GUI Equivalent
Examples
envGetVal("APR.device.place" "matureOrAdvancedNode")
envSetVal("APR.device.place" "matureOrAdvancedNode" 'cyclic "auto")
Related Topics
Auto P&R Assistant User Interface for Device-Level Placement
Return to top