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.monitor.master = cache.cpu_side
Then I run: ./build/ALPHA/gem5.opt --debug-flags=CommMonitor
configs/example/se.py -c tests/test-progs/hello/bin/alpha/linux/helloThe code
executes but the trace file does not get generated. The CommMonitor also does
not get recorded in config.ini.
How to generate this trace?Best Regards,
Hamed
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users