Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/12/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.5.14. 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