Module simics::api::simulator::configuration
source ยท Expand description
Configuration APIs
Functionsยง
- _add_
configuration ๐Add a configuration - Get the current checkpoint (bundle) directory if called during loading of a checkpoint. May be absolute or relative.
- _read_
configuration ๐Read a configuration file into the simulator state - _set_
configuration ๐Set the current configuration from a value Note: It is recommended that the add_configuration function is used instead of set_configuration. This function is an alternative to reading the configuration from a file. A configuration is an attr_value_t which should have the following structure. - Save the current configuration to a file
- Add a configuration
- Get the current checkpoint (bundle) directory if called during loading of a checkpoint. May be absolute or relative.
- Read a configuration file into the simulator state
- Set the current configuration from a value Note: It is recommended that the add_configuration function is used instead of set_configuration. This function is an alternative to reading the configuration from a file. A configuration is an attr_value_t which should have the following structure.
- Save the current configuration to a file
Type Aliasesยง
- Alias for
pre_conf_object_set_t
- Alias for
save_flags_t