maat.RegAccess class

Describes a register access

❱   Attributes

str reg
Name of the register being accessed

bool read
True if the register is being read

bool written
True if the register is being written

Value new_value
Value being written to the register (same as RegAccess.value if regiter is not written)

Value value
Current value of the register