SourcePoint Intel Help

Table of Contents

uncorescan

Syntax

[result =] uncorescan([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 uncorescan command causes the emulator to scan the target JTAG chain for uncore devices. If the chain argument is omitted, all chains are scanned. ย A return value of true indicates the command was successful.

ย This command is acceptable only when the emulatorstate control variable is set to 1, ย following a jtagconfigure operation.

Example

Command Input:

uncorescan( ) ย ย ย ย ย ย ย ย ย ย // scan all JTAG chains for uncore devices

Result:

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

Related Topics