A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_dcmd_dni_ver_1_0_cmd_dni__get_designs
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_dcmd_dni_ver_1_0_cmd_dni__get_designs
Ixiasoft
4.1.4.18. dni::get_designs (::quartus::dcmd_dni)
The following table displays information for the dni::get_designs Tcl command:
Tcl Package and Version | Belongs to ::quartus::dcmd_dni |
||
Syntax | dni::get_designs [-h | -help] [-long_help] [-exact <exact> ] [-filter <expression> ] [-nocase] [-quiet] [ <patterns> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-exact <exact> | exact patterns to search for object. Exact patterns cannot include wildcard characters "*" or "?" and escaped characters "\". | ||
-filter <expression> | filter search by expression | ||
-nocase | perform case insensitive search | ||
-quiet | Suppress error, warning, or information messages | ||
<patterns> | patterns to search for object. Patterns can include wildcard characters "*" or "?". Wildcard characters do not match with hierarchy separator | ||
Description | Creates a collection of one or more modules in the design. |
||
Example Usage | # Create a collection of all modules dni::get_designs # Lookup by prefix name dni::get_designs auto* |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |