52,53c52,55
< DramGen::DramGen(BaseTrafficGen &gen, Tick _duration,
< Addr start_addr, Addr end_addr, Addr _blocksize,
---
> DramGen::DramGen(SimObject &obj,
> MasterID master_id, Tick _duration,
> Addr start_addr, Addr end_addr,
> Addr _blocksize, Addr cacheline_size,
61,62c63,65
< : RandomGen(gen, _duration, start_addr, end_addr,
< _blocksize, min_period, max_period, read_percent, data_limit),
---
> : RandomGen(obj, master_id, _duration, start_addr, end_addr,
> _blocksize, cacheline_size, min_period, max_period,
> read_percent, data_limit),