140
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5:
ChipScope Engine Tcl Interface
::chipscope::csejtag_session send_message
This subcommand sends a message to the message router function of the CseJtag library.
Syntax
::chipscope::csejtag_session send_message handle msgType msg
Arguments
Returns
An exception is thrown if the command fails.
Example
Send the message
"Hello World
!" to the message router function.
%::chipscope::csejtag_session send_message $handle $CSE_MSG_INFO
"Hello World!"
Back to list of all CseJtag Tcl Commands
Table 5-12:
Arguments for Subcommand ::chipscope::csejtag_session
send_message
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
.
msgType
The type of message that must be set to one of the following:
•
$CSE_MSG_ERROR
•
$CSE_MSG_WARNING
•
$CSE_MSG_STATUS
•
$CSE_MSG_INFO
•
$CSE_MSG_NOISE
•
$CSE_MSG_DEBUG
msg
The message string.