74c74,75
< * @param gen Traffic generator owning this sequence generator
---
> * @param obj SimObject owning this sequence generator
> * @param master_id MasterID related to the memory requests
78a80
> * @param cacheline_size cache line size in the system
84,85c86,89
< LinearGen(BaseTrafficGen &gen, Tick _duration,
< Addr start_addr, Addr end_addr, Addr _blocksize,
---
> LinearGen(SimObject &obj,
> MasterID master_id, Tick _duration,
> Addr start_addr, Addr end_addr,
> Addr _blocksize, Addr cacheline_size,
88,90c92,94
< : StochasticGen(gen, _duration, start_addr, end_addr,
< _blocksize, min_period, max_period, read_percent,
< data_limit),
---
> : StochasticGen(obj, master_id, _duration, start_addr, end_addr,
> _blocksize, cacheline_size, min_period, max_period,
> read_percent, data_limit),