>l2.prefetcher = StridePrefecher(degree = 3, latency = '10ns', size = 30)

I think you are saying that this line should be added to the main
configuration python script. If yes, I added that line to cmp.py

system.l2 = L2Cache()
l2.prefetcher = StridePrefecher(degree = 3, latency = '10ns', size = 30)

Also tried

system.l2 = L2Cache()
system.l2.prefetcher = StridePrefecher(degree = 3, latency = '10ns', size = 30)

for both, I get this error:
NameError: name 'StridePrefecher' is not defined

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

Reply via email to