establish_connection (::quartus::external_memif_toolkit)
The following table displays information for the establish_connection Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::external_memif_toolkit 1.0 |
|||
| Syntax |
establish_connection [-h | -help] [-long_help]
[-connection_name
<name>
]
-id
<name>
|
|||
| Arguments |
-h | -help
|
Short help | ||
-long_help
|
Long help with examples and possible return values | |||
-connection_name
<name>
|
Optional nickname to use for a connection. | |||
-id
<name>
|
The connection ID to communicate with | |||
| Description |
|
|||
| Example Usage |
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: Could not establish a connection to target <string>. | ||
| TCL_ERROR | 1 | ERROR: The specified connection ID <string> is illegal. Please specify a valid connection ID. | ||
| TCL_ERROR | 1 | ERROR: The specified connection name <string> is illegal as a connection already exists with that name. Please specify a valid connection name. | ||
| TCL_ERROR | 1 | ERROR: The currently opened project has not been linked to a device. Run link_project_to_device to link a project to a device. | ||
| TCL_ERROR | 1 | ERROR: Toolkit has not been initialized. Use initialize_connections to initialize the toolkit. | ||