SourcePoint AMD Help

Table of Contents

disconnect

Disconnect the emulator from the target.

Syntax

disconnect

Discussion

The disconnect command disconnects the emulator from the target.  The emulatorstate control variable transitions to state 0 (disconnected).  This command has the same effect as pressing the Disconnect button in the Processor toolbar.

A common use of the disconnect command is when changing to a different target.  This forces the emulator to discard its current target configuration and either scan the target for a new one or have SourcePoint download a new configuration.

Example

Command Input:

disconnect        // disconnect from target

reconnect         // reconnect to target

Related Topics