33#ifndef TTA_SIMULATION_EVENT_HANDLER_HH
34#define TTA_SIMULATION_EVENT_HANDLER_HH
@ SE_NEW_INSTRUCTION
Generated before executing a new instructon.
@ SE_MEMORY_ACCESS
Genereated when memory read or write is initiated.
@ SE_RUNTIME_ERROR
Sent when a runtime error is detected in the simulated program.
@ SE_CYCLE_END
Generated before advancing the simulator clock at the end of a simulation cycle.
@ SE_SIMULATION_STOPPED
Generated after simulation has stopped, temporarily or permantently, and control is being returned to...
enum SimulationEventHandler::@2 SimulationEvent
simulation specific event codes
virtual ~SimulationEventHandler()