>you can use the util/tracediff script 
>(http://www.m5sim.org/Debugging#tracediff).
It seems that I can not pass all parameters to command line.
Currently, in my cmp.py, I have

system.l2.prefetcher = Prefetcher()

However in Caches.py, I have
class Prefetcher(BasePrefetcher):
    type = 'StridePrefeter'
    ...

And I don't know how to pass the prefetcher type to Caches.py

tracediff works with different arguments so I wonder how can I pass
the prefetcher type to command line. Something like this which has not
correct syntax

build/X86/m5.debug configs/cmp/py ... --caches --prefetcher
StridePrefetcher ....

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

Reply via email to