microprobe.utils.mpt.MicroprobeTestDefinition
- class MicroprobeTestDefinition[source]
Bases:
object
Abstract class to represent a Microprobe Test configuration.
Methods
__init__
()register_dat_mapping
(mapping)Register new DAT mapping.
register_dat_property
(prop, value)Register new DAT property.
register_instruction_definitions
(definitions)Register new instruction definitions.
register_raw_definition
(name, value)Register new raw definition.
register_register_definition
(definition)Register a new register definition.
register_variable_definition
(definition)Register a new variable definition.
set_cycle_count
(value)Set cycle count
set_default_code_address
(value)Set the default code address to value
set_default_data_address
(value)Set the default code address to value
set_instruction_count
(value)Set instruction count
set_roi_cyc
(value)Set region of interest (in cycles)
set_roi_ins
(value)Set region of interest (in instruction)
set_roi_memory_access_trace
(value)Set memory access trace
set_state
(state)Set state file
update_register_definition
(definition)Update a register definition.
Attributes
List of declared variables (
list
ofMicroprobeInstructionDefinition
)Default code section address (:
int
).Default data section address (:
int
).List of declared variables (
list
ofMicroprobeTestRegisterDefinition
)State contents file (:
str
).List of declared variables (
list
ofMicroprobeTestVariableDefinition
)
- abstract property variables
List of declared variables (
list
ofMicroprobeTestVariableDefinition
)
- abstract property code
List of declared variables (
list
ofMicroprobeInstructionDefinition
)
- abstract property registers
List of declared variables (
list
ofMicroprobeTestRegisterDefinition
)
- abstract property dat_mappings
- abstract property dat_properties
- abstract property roi_ins
- abstract property roi_cyc
- abstract property roi_memory_access_trace
- abstract property instruction_count
- abstract property cycle_count