SourcePoint Intel Help

Table of Contents

devicescan

Direct the emulator to perform device discovery on the target.

Syntax

[result =] devicescan()

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.

Discussion

The devicescan function directs the emulator to perform device discovery on the target. While the implementation varies on different target types, the results of this operation are used to populate the SourcePoint Device configuration table, which is the source for the deviceconfigure function.

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

The devicelist command can be used to display a list of discovered devices.

Example

Command Input:

devicescan()

Result:

TRUE ย ย ย ย ย ย ย // command succeeded

Related Topics