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 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ยง