SourcePoint AMD Help

Table of Contents

autoconfigure

Automatically scan and configure target devices.

Syntax

[result =] autoconfigure([scan])

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.

scan

indicates whether the emulator should scan the JTAG chain.

Discussion

The autoconfigure command is used to automatically configure the target. ย It verifies the integrity of the JTAG chain, scans for JTAG devices and configures them. A return value of true indicates the command was successful.

Example

Command Input:

autoconfigure(true) // configure target (force a JTAG chain scan)

Related topics