SourcePoint AMD Help

Table of Contents

jtagconfigure

Synchronize the JTAG configurations between SourcePoint and the emulator.

Syntax

[result =] jtagconfigure([force])

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.

force

indicates whether the JTAG configuration table should be forced into the emulator when the existing emulator configuration differs. ย Default = true.

Discussion

The jtagconfigure function synchronizes the JTAG configurations between SourcePoint and the emulator. If the "forceโ€ flag is true, SourcePointโ€™s JTAG configuration replaces any existing configuration in the emulator. If the "force" flag is false the configurations are verified for consistency. In the event of a mismatch, the configurations are presented to the user to select which configuration is to be used. If it succeeds, the emulatorState control variable transitions to state 1.

Example

Command Input:

jtagConfigure() ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // send JTAG configuration to emulator

ย 

Result:

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

Related Topics