The prefetchers for the classic memory system are located under src/mem/cache/prefetch.
You'll have to add your prefetcher to the listed classes in Prefetecher.py as well as add corresponding source files. Note: The "GHB" prefetcher class is effectively a misnomer and doesn't really work. So don' bother using that class (it should really just be deleted from the source tree). On Mon, Nov 4, 2013 at 5:08 AM, Li Jiakun <[email protected]> wrote: > Hi all! I am new to gem5. I need to implement different cache Prefetcher > policies with gem5, but I dont know where to modify it. I have successfully > added a StridePrefetcher to L1 cache, but I cant find out how to change the > existing Prefetchers? Thank you! > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
