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 Attributes
code
List of declared variables ( list
ofMicroprobeInstructionDefinition
)cycle_count
dat_mappings
dat_properties
default_code_address
Default code section address (: int
).default_data_address
Default data section address (: int
).instruction_count
raw
List of declared raw definition ( list
ofstr
)registers
List of declared variables ( list
ofMicroprobeTestRegisterDefinition
)roi_cyc
roi_ins
roi_memory_access_trace
variables
List of declared variables ( list
ofMicroprobeTestVariableDefinition
)
-
variables
¶ List of declared variables (
list
ofMicroprobeTestVariableDefinition
)
-
code
¶ List of declared variables (
list
ofMicroprobeInstructionDefinition
)
-
registers
¶ List of declared variables (
list
ofMicroprobeTestRegisterDefinition
)
-
dat_mappings
¶
-
dat_properties
¶
-
roi_ins
¶
-
roi_cyc
¶
-
roi_memory_access_trace
¶
-
instruction_count
¶
-
cycle_count
¶
-