Expand description
Simulator control APIs
Re-exports§
pub use breakpoints::*;
pub use callbacks::*;
pub use configuration::*;
pub use control::*;
pub use debugger::*;
pub use embed::*;
pub use hap_consumer::*;
pub use host_profiling::*;
pub use memory::*;
pub use modules::*;
pub use paths::*;
pub use processor::*;
pub use python::*;
pub use rev_exec::*;
pub use script::*;
pub use sim_caches::*;
pub use sim_conf_object::*;
pub use sim_get_class::*;
pub use snapshots::*;
Modules§
- Breakpoint APIs
- Callbacks from the simulator to user code
- Configuration APIs
- Control of the base simulator
- Debugger control
- Functionality for embedding SIMICS into a program or library. These functions are useful for creating alternate SIMICS frontends
- HAP APIs and HAP definitions
- Host machine profiling APIs
- Memory access APIs
- Module handling
- Path handling
- Processor control
- Direct Python interface
- Implements simulator reverse execution and micro checkpointing functions. This functionality is deprecated in Simics 7
- Script running and management
- Simulator cache control
- Simulator configuration object handling
- Simulator class control
- Experimental snapshot APIs