SourcePoint AMD Help

Table of Contents

jtagscan

Syntax

[result =] jtagscan([chain])

Where:

result

specifies a boolean variable to which the function return value is assigned. If result is not specified, the return value is displayed on the next line of the screen.

chain

JTAG chain number {0 | 1 | -1 = all (default)}

ย 

Discussion

The jtagscan command causes the emulator to scan the target JTAG chain to determine the devices (e.g. processors) on the chain. ย If the chain argument is omitted, all chains are scanned. ย A return value of true indicates the command was successful.

The jtagchain command displays the results of the scan. ย 

Example

Command Input:

jtagscan( ) ย ย ย ย ย ย ย ย ย ย ย // scan all JTAG chains for devices

Result:

TRUE ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // scan succeeded

Related Topics