69c69,70
< * @param gen Traffic generator owning this sequence generator
---
> * @param obj SimObject owning this sequence generator
> * @param master_id MasterID related to the memory requests
73a75
> * @param cacheline_size cache line size in the system
88,89c90,92
< DramRotGen(BaseTrafficGen &gen, Tick _duration,
< Addr start_addr, Addr end_addr, Addr _blocksize,
---
> DramRotGen(SimObject &obj, MasterID master_id, Tick _duration,
> Addr start_addr, Addr end_addr,
> Addr _blocksize, Addr cacheline_size,
97,98c100,102
< : DramGen(gen, _duration, start_addr, end_addr,
< _blocksize, min_period, max_period, read_percent, data_limit,
---
> : DramGen(obj, master_id, _duration, start_addr, end_addr,
> _blocksize, cacheline_size, min_period, max_period,
> read_percent, data_limit,