range read-reg
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

read-configuration

Synopsis

read-configuration file ["prefix"]

Description

Restore simulation state from the state saved in file. We refer to such saved state as a checkpoint. Checkpoints can be created with the write-configuration Simics command.

The prefix argument can be used to add a name prefix to all objects loaded from the checkpoint file. The argument can be used to load the same checkpoint multiple times creating multiple copies of the target machine.

More information about checkpoints can be found in the Configuration and Checkpointing chapter in the Simics User's Guide manual.

The command returns FALSE if a recording was present in the configuration, and playback of it was started. If a recording was present but a playback is already in progress, the command returns NIL. If the configuration contained no recording, the command returns TRUE.

Provided By

Simics Core

See Also

write-configuration, load-persistent-state, record-session, save-recorded-session
range read-reg