set_connection (::quartus::noceq)

The following table displays information for the set_connection Tcl command:

Tcl Package and Version

Belongs to ::quartus::noceq 1.0

Syntax set_connection [-h | -help] [-long_help] [-connect] [-disconnect] [-dont_update] -initiator <initiator> -target <target>
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
-initiator <initiator> The initiator name
-target <target> The target name
Description
This command connects or disconnects the initiator and the target.
Example Usage
::noceq::set_connection -initiator myInit -target myTarget -connect
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful