Following the instructions in that email works fine. I'm not sure why you've had an issue as it's configured exactly as every other object is in gem5.
--- a/configs/example/se.py Wed Mar 28 11:10:50 2012 -0500 +++ b/configs/example/se.py Thu Mar 29 03:49:06 2012 -0500 @@ -204,6 +203,7 @@ system.system_port = system.membus.slave system.physmem.port = system.membus.master CacheConfig.config_cache(options, system) + system.l2.prefetcher = StridePrefetcher(degree = 3, latency = '10ns', size = 30) root = Root(full_system = False, system = system) Simulation.run(options, root, system, FutureClass) Ali On 29.03.2012 07:07, Mahmood Naderan wrote: > the only information available is > http://www.mail-archive.com/[email protected]/msg03370.html > > seems that no one has successfully configured yet. > > On 3/28/12, biswabandan panda <[email protected]> wrote: > >> Hi all, how to configure the prefetcher in the latest gem5 version? -- *thanks®ards * *BISWABANDAN*
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
