cloningSearchInSelSetOnly
layoutXL cloningSearchInSelSetOnly boolean { t | nil }
Description
Controls the scope of the clone search.
When set to t and searching in:
- Schematic – The cloning engine searches for clone targets only within the selected set in the schematic.
- Layout – The cloning engine searches for clone targets only within the selected set in the layout. All the selected layout instances are added to the clone target search space, including the selected instances placed within the PR Boundary.
GUI Equivalent
|
Search – Selected Set Only (Generate Clones Form) |
Examples
envGetVal("layoutXL" "cloningSearchInSelSetOnly")
envSetVal("layoutXL" "cloningSearchInSelSetOnly" 'boolean t)
envSetVal("layoutXL" "cloningSearchInSelSetOnly" 'boolean nil)
Related Topics
Clone Source Selection and Target Search and Generation
List of Layout XL Environment Variables
Return to top