Previous - Up - Next
9.2 Supported Python API
The cli, sim_core and sim_commands Python modules
export several functions that may be used by Simics module commands. The
following functions and symbols are supported.
Python module cli:
- number_str()
- str_t(), int_t(), range_t(), float_t(), flag_t(), addr_t(),
filename_t(), obj_t(), int64_t(), sint64_t(), uint64_t(), int32_t(),
sint32_t(), uint32_t(), integer_t() (used by
new_command())
- object_expander()
- new_command()
- arg()
- eval_cli_line()
- run_command(), quiet_run_command()
- get_available_object_name()
- simenv
- CliError
Python module sim_commands:
- new_info_command()
- new_status_command()
Python module sim_core:
Previous - Up - Next