state-assertion-simple-assert step-break – deprecated
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

state-assertion-simple-record

Synopsis

state-assertion-simple-record [file] ["compression"] object [steps] [type]

Description

Record the state of an object to file every x steps. You just have to run 'c' afterwards to begin the recording.

- file is the file to write to, default is /tmp/state-assertion-$USER.gz
- compression is the compression used on the file (none, gz), default is a guess based on file name
- object is the simics object whose state will be recorded, the object must implement the save_state interface
- steps is the number of steps between each state recording, default is 1.
- type is the type of state saved in the file (for devices that provide several, the most complete state is saved by default).

Provided By

state-assertion
state-assertion-simple-assert step-break – deprecated