SourcePoint Intel Help

Table of Contents

uncoreconfigure

Synchronize the uncore configuration between SourcePoint and the emulator.

Syntax

[result =] uncoreconfigure([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 uncore configuration should be forced into the emulator when the existing emulator configuration differs. ย Default = true.

Discussion

The uncoreconfigure function synchronizes the uncore configuration between SourcePoint and the emulator. If the "forceโ€ flag is true, SourcePointโ€™s uncore 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.

Example

Command Input:

uncoreConfigure() ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // send uncore configuration to emulator

ย 

Result:

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

Related Topics