SourcePoint Intel Help

Table of Contents

msgdump

Display all scan operations defined in a JTAG message.

Syntax

[result =] msgdump([msg-handle])

Where:

result

is an nstring debug variable that contains the string representations of each scan operation.

msg-handle

is the name of a previously defined debug variable of type handle. This is the variable that was passed in to msgopen when the JTAG message was created

Discussion

Use the msgdump command to display a textual form of the contents of the specified message including any scan results. If msg-handle is not specified, then all existing messages are displayed.

Example

Command input:

define handle h

msgopen(h)

msgir(h, 4, 2)

msgclose(h)

msgdump(h)

Result:

State: ย ย Open

Scanned: No

Scan Operations:

Register Type: IR

Length: ย ย ย ย ย ย ย 4 bits

Read/Write: ย ย ย WriteOnly

Write Data: ย ย ย MSB 0010 LSB

ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย 02

Scan Chain: ย ย ย 0

Related Topics

ย