73,75d72
< /** Cache line size in the simulated system */
< const Addr cacheLineSize;
<
95c92
< * @param _name Name to use for status and debug
---
> * @param obj simobject owning the generator
99c96
< BaseGen(BaseTrafficGen &gen, Tick _duration);
---
> BaseGen(SimObject &obj, MasterID master_id, Tick _duration);
143,144c140,143
< StochasticGen(BaseTrafficGen &gen, Tick _duration,
< Addr start_addr, Addr end_addr, Addr _blocksize,
---
> StochasticGen(SimObject &obj,
> MasterID master_id, Tick _duration,
> Addr start_addr, Addr end_addr,
> Addr _blocksize, Addr cacheline_size,
157a157,159
> /** Cache line size in the simulated system */
> const Addr cacheLineSize;
>