30 #ifndef __SYSTEMC_KERNEL_HH__ 31 #define __SYSTEMC_KERNEL_HH__ 33 #include "params/SystemC_Kernel.hh" 77 #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()
const Params * params() const
void startup() override
startup() is the final initialization call before simulation.
Abstract superclass for simulation objects.