Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/29/2025
Public
Document Table of Contents

4.1.25.8. set_connections (::quartus::noceq)

The following table displays information for the set_connections Tcl command:

Tcl Package and Version

Belongs to ::quartus::noceq

Syntax set_connections [-h | -help] [-long_help] [-connect] [-disconnect] [-dont_update] -nius <nius>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-connect If this option is specified, the command will connect the initiator and the target
-disconnect If this option is specified, the command will disconnect the initiator and the target
-dont_update If this option is specified, the command will not update the GUI
-nius <nius> A list of initiator and target pairs
Description
This command connects or disconnects all the initiator and the target pair in the list.
Example Usage
::noceq::set_connections -nius {{myInit_1 myTarget_1} {myInit_2 myTarget_2}} -connect
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful