29#ifndef __LEARNING_GEM5_HELLO_OBJECT_HH__
30#define __LEARNING_GEM5_HELLO_OBJECT_HH__
35#include "params/HelloObject.hh"
const Tick latency
Latency between calling the event (in ticks)
const std::string myName
The name of this object in the Python config file.
void startup()
Part of a SimObject's initilaization.
int timesLeft
Number of times left to fire the event before goodbye.
GoodbyeObject * goodbye
Pointer to the corresponding GoodbyeObject. Set via Python.
void processEvent()
Example function to execute on an event trigger.
EventFunctionWrapper event
An event that wraps the above function.
Abstract superclass for simulation objects.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Tick
Tick count type.