Hi, I want to trace memory requests from CPU to various levels of cache. I am using x86 architecture with SE mode and classic memory system. Could anyone give an example of commMonitor() call that needs to be used or some pointers for the same.
>From various posts to the mailing lists, I understand I need to add commMonitor in /config/common/CacheConfig.py, I added a commMonitor there but it resulted in core-dump or fatal : system.membus has two ports with the same range: system.monitor2 = CommMonitor(trace_file="cachetrace.txt") system.monitor2.master = system.tol2bus.slave system.monitor2.slave = system.membus.master Regards, Aditya
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
