48d47
< #include "mem/mem_object.hh"
50a50
> #include "sim/clocked_object.hh"
58c58
< class Walker : public MemObject
---
> class Walker : public ClockedObject
204c204
< MemObject(params), port(name() + ".port", this),
---
> ClockedObject(params), port(name() + ".port", this),