Dear all,
Since L2 cache is defined like
system.l2 = L2Cache()

the prefetcher is then attached like:
system.l2.prefetcher = L2Prefetcher()

where L2Prefetcher() is a class defined in Caches.py

However the L1cache is defined differently within the cpu:
cpu.addPrivateSplitL1Caches(L1Cache(), L1Cache())

Now how can I attach prefetcher to that? The prefetcher is part of
cache however I don't know how can I access L1Cache after defining
that within the cpu.

Please let me know

--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to