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_logic_analyzer_interface_ver_1_0_cmd_change_bank_to_output_pin
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_logic_analyzer_interface_ver_1_0_cmd_change_bank_to_output_pin
Ixiasoft
4.1.22.2. change_bank_to_output_pin (::quartus::logic_analyzer_interface)
The following table displays information for the change_bank_to_output_pin Tcl command:
Tcl Package and Version | Belongs to ::quartus::logic_analyzer_interface |
||
Syntax | change_bank_to_output_pin [-h | -help] [-long_help] [-bank_index <bank index> ] [-bank_name <bank name> ] -instance_name <instance name> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-bank_index <bank index> | Index of the bank on the mux to be used as the source of the output pins | ||
-bank_name <bank name> | Name of the bank to be used as the source of the output pins | ||
-instance_name <instance name> | Name of the Logic Analyzer Interface instance to change | ||
Description | Change the Logic Analyzer Interface output pin's source on the specified instance to use the specified bank. |
||
Example Usage |
|
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: No Logic Analyzer Interface control sequence has been started. | |
TCL_ERROR | 1 | ERROR: The specified device is not found. | |
TCL_ERROR | 1 | ERROR: The specified hardware is not found. | |
TCL_ERROR | 1 | ERROR: The specified Logic Analyzer Interface instance in the file is not compatible with the instance in the device. | |
TCL_ERROR | 1 | ERROR: JTAG communication error is detected. It can be caused by the hardware failure or poor signal integrity in the JTAG chain. | |
TCL_ERROR | 1 | ERROR: The specified bank cannot be found in the Logic Analyzer Interface instance. | |
TCL_ERROR | 1 | ERROR: The specified Logic Analyzer Interface instance cannot be found. | |
TCL_ERROR | 1 | ERROR: The version of the specified Logic Analyzer Interface instance is not supported in this release of software. |