Re: [gem5-users] CPU and L1-d Cache Trace

2015-08-15 Thread Hamed Ghadimi
med Ghadimi Reply-To: Hamed Ghadimi , gem5 users mailing list Date: Thursday, 13 August 2015 07:04 To: "gem5-users@gem5.org" Subject: [gem5-users] CPU and L1-d Cache Trace Hi, I want to add the CommMonitor between CPU and L1d-cache in SE mode to trace all the memory operation

Re: [gem5-users] CPU and L1-d Cache Trace

2015-08-13 Thread Andreas Hansson
ly-To: Hamed Ghadimi mailto:hamed_ghad...@yahoo.com>>, gem5 users mailing list mailto:gem5-users@gem5.org>> Date: Thursday, 13 August 2015 07:04 To: "gem5-users@gem5.org<mailto:gem5-users@gem5.org>" mailto:gem5-users@gem5.org>> Subject: [gem5-users] CPU and L1-d C

[gem5-users] CPU and L1-d Cache Trace

2015-08-13 Thread Hamed Ghadimi
Hi, I want to add the CommMonitor between CPU and L1d-cache in SE mode to trace all the memory operation requests in the system. I added following lines in the /src/cpu/BaseCPU.py file: cpu.monitor = CommMonitor(trace_file='cpu.ptrc',trace_enable=True) cpu.dcache_port = cpu.monitor.slave cpu.mon