Visible to Intel only — GUID: reference_TCL_tcl_pkg_sdc_ext_ver_2_0_cmd_get_partitions
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sdc_ext_ver_2_0_cmd_get_partitions
Ixiasoft
3.1.28.10. get_partitions (::quartus::sdc_ext)
The following table displays information for the get_partitions Tcl command:
Tcl Package and Version | Belongs to ::quartus::sdc_ext |
||
Syntax | get_partitions [-h | -help] [-long_help] [-cell] [-hierarchical] [-nocase] [ <filter> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-cell | Returns a cell collection inside the partitions matching the <filter> | ||
-hierarchical | Specifies if hierarchical searching method should be used | ||
-nocase | Specifies the matching of node names to be case-insensitive | ||
<filter> | Valid partitions (string patterns are matched using Tcl string matching) | ||
Description | Returns a collection of partitions matching the filter by default. All partition names in the collection match the specified pattern. Wildcards can be used to select multiple partitions at once. The -cell option creates and returns the collection of cells found inside the partitions matching the <filter> instead of returning a partition collection. There are three Tcl string matching schemes available with this command: default, -hierarchical, and -no_case. When using the default matching scheme, pipe characters separate one hierarchy level from the next. They are treated as special characters and are taken into account when string matching with wildcards is performed. The default matching scheme does not force the search to proceed recursively down the hierarchy. Using the hierarchical matching scheme forces the search to proceed recursively down the hierarchy. The -nocase matching scheme uses case-insensitive matching behavior. The filter for the collection is a Tcl list of wildcards, and must follow standard Tcl or Timing Analyzer-extension substitution rules. See the help for use_timing_analyzer_style_escaping for details. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |