Searched refs:GoodbyeObject (Results 1 - 5 of 5) sorted by relevance

/gem5/src/learning_gem5/part2/
H A Dgoodbye_object.hh36 #include "params/GoodbyeObject.hh"
39 class GoodbyeObject : public SimObject class in inherits:SimObject
72 GoodbyeObject(GoodbyeObjectParams *p);
73 ~GoodbyeObject();
H A Dgoodbye_object.cc36 GoodbyeObject::GoodbyeObject(GoodbyeObjectParams *params) : function in class:GoodbyeObject
45 GoodbyeObject::~GoodbyeObject()
51 GoodbyeObject::processEvent()
60 GoodbyeObject::sayGoodbye(std::string other_name)
73 GoodbyeObject::fillBuffer()
99 GoodbyeObject*
102 return new GoodbyeObject(this);
H A DHelloObject.py41 goodbye_object = Param.GoodbyeObject("A goodbye object")
43 class GoodbyeObject(SimObject): class in inherits:SimObject
44 type = 'GoodbyeObject'
H A Dhello_object.hh51 /// Pointer to the corresponding GoodbyeObject. Set via Python
52 GoodbyeObject* goodbye;
/gem5/configs/learning_gem5/part2/
H A Dhello_goodbye.py31 A simple run file that creates two SimObjects: HelloObject and GoodbyeObject
52 root.hello.goodbye_object = GoodbyeObject(buffer_size='100B')

Completed in 6 milliseconds