28 #ifndef __SYSTEMC_KERNEL_HH__ 29 #define __SYSTEMC_KERNEL_HH__ 31 #include "params/SystemC_Kernel.hh" 75 #endif // __SYSTEMC_KERNEL_H__ void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
SystemC_KernelParams Params
EventWrapper< Kernel, &Kernel::t0Handler > t0Event
void regStats() override
Callback to set stat parameters.
static bool endOfSimulationComplete()
static sc_core::sc_status status()
static bool startOfSimulationComplete()
void startup() override
startup() is the final initialization call before simulation.
const Params * params() const
Abstract superclass for simulation objects.