Intel® Quartus® Prime Pro Edition User Guide: Scripting
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_external_memif_toolkit_ver_1_0_cmd_get_connection_info
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_external_memif_toolkit_ver_1_0_cmd_get_connection_info
Ixiasoft
3.1.8.10. get_connection_info (::quartus::external_memif_toolkit)
The following table displays information for the get_connection_info Tcl command:
Tcl Package and Version | Belongs to ::quartus::external_memif_toolkit |
||
Syntax | get_connection_info [-h | -help] [-long_help] [-hpath] -id <name> [-sld_type] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-hpath | Queries the hierarchy name of the connection | ||
-id <name> | The connection ID to communicate with | ||
-sld_type | Queries SLD type of a connection | ||
Description | Queries information about a connection target. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: The specified connection ID <string> is illegal. Please specify a valid connection ID. | |
TCL_ERROR | 1 | ERROR: No information about the connection ID was queried. Please specify one query parameter. | |
TCL_ERROR | 1 | ERROR: Toolkit has not been initialized. Use initialize_connections to initialize the toolkit. |