ChipScope Pro Software and Cores User Guide
139
UG029 (v14.3) October 16, 2012
CseJtag Tcl Commands
::chipscope::csejtag_session destroy
This command destroys an existing session and free all resources previously used by that
session.
Syntax
::chipscope::csejtag_session destroy handle
Arguments
Returns
An exception is thrown if the command fails.
Example
Destroy the specified session
%::chipscope::csejtag_session destroy $handle
Back to list of all CseJtag Tcl Commands
::chipscope::csejtag_session get_api_version
This command retrieves the version of the CseJtag API library.
Syntax
::chipscope::csejtag_session get_api_version
Arguments
There are no arguments for this command.
Returns
A Tcl list containing API version information. List elements are in the format:
{apiVersion versionString}
The
apiVersion
is the API version number and
versionString
is the build version
number. An exception is thrown if command fails.
Example
Obtain a list containing the API version number and the build number version string
%set api_info [::chipscope::csejtag_session get_api_version]
Back to list of all CseJtag Tcl Commands
Table 5-11:
Arguments for Subcommand ::chipscope::csejtag_session create
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create.