List, open or close JTAG servers.
Syntax
jtag servers [options]
List, open, and close JTAG servers. JTAG servers are use to implement support for different types of JTAG cables. An open JTAG server will enumerate or connect to available JTAG ports.
Options
| Option | Description |
|---|---|
-list
|
List opened servers. This is the default if no other option is given. |
-format
|
Return the format of each supported server string. |
-open <server>
|
Specifies server to open. |
-close <server>
|
Specifies server to close. |
Returns
Depends on the options specified
<none>, -list: List of open Jtag servers.
-format: List of supported Jtag servers.
-close: Nothing if the server is closed, or an error string, if invalid server is specified.
Example(s)
jtag servers
List opened servers and number of associated ports.
jtag servers -open xilinx-xvc:localhost:10200
Connect to XVC server on host localhost port 10200
jtag servers -close xilinx-xvc:localhost:10200
Close XVC server for host localhost port 10200