Instruction-execution related variables.
The AbstractCore transfers metaevent information between the AbstractProcessor and AbstractCore when a meta-instruction is executed
| Public Attributes | |
| SC_ADDRESS_TYPE | Address | 
| The address involved in the operation. | |
| ClusterAddress_t | CA | 
| The cluster address of the physical core (includes HThread!) | |
| short int | Code | 
| The code of the meta-event. | |
| sc_time | ExecutionTime | 
| The simulation length of the operation. | |
| short | Param | 
| A link register mask (a byte+1 flag bit) | |
| SC_ADDRESS_TYPE | PC | 
| The program counter the event relates to. | |