microprobe.utils.mpt.MicroprobeTestDefinitionDefault¶
-
class
MicroprobeTestDefinitionDefault[source]¶ Bases:
microprobe.utils.mpt.MicroprobeTestDefinitionClass to represent a Microprobe Test configuration (default impl.)
Methods
__init__()register_dat_mapping(definition)Register a new DAT mapping. register_dat_property(prop, value)Register a new DAT property. register_instruction_definitions(definitions)Register new instruction definitions. register_raw_definition(name, value)Register a 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(trace)Set memory access trace Attributes
codeList of declared variables ( listofMicroprobeInstructionDefinition)cycle_countdat_mappingsdat_propertiesdefault_code_addressDefault code section address (: int).default_data_addressDefault data section address (: int).instruction_countrawregistersList of declared variables ( listofMicroprobeTestRegisterDefinition)roi_cycroi_insroi_memory_access_tracevariablesList of declared variables ( listofMicroprobeTestVariableDefinition)version
-
version= 0¶
-
variables¶ List of declared variables (
listofMicroprobeTestVariableDefinition)
-
code¶ List of declared variables (
listofMicroprobeInstructionDefinition)
-
registers¶ List of declared variables (
listofMicroprobeTestRegisterDefinition)
-
raw¶
-
dat_mappings¶
-
dat_properties¶
-
roi_ins¶
-
roi_cyc¶
-
roi_memory_access_trace¶
-
instruction_count¶
-
cycle_count¶
-