Apparently missed updating the LRU python class, compiles fine now.
Disregard original message.

Thanks,
Mohammad

On Mon, Dec 5, 2016 at 3:30 PM, Mohammad A Khasawneh <
mkhas...@binghamton.edu> wrote:

> Hi everyone,
>
> I created a new class similar to BaseSetAssoc but instead uses a sectored
> cache design. I changed LRU to inherit from BaseSectored. When I proceed to
> compile the simulator I get this error: no matching function for call to
> 'BaseSectored::BaseSectored(const Params*&)' :BaseSectored(p)"
> and this note: "no known conversion for argument 1 from 'const Params*
> {aka const LRUParams*}' to 'const Params* {aka const
> BaseSectoredParams*}'", did I miss something I had to do?
> I made sure the way LRU is implemented is the same as with BaseSetAssoc.
>
> Thank you,
> Mohammad
>
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to