Hi all,

I managed to instantiate a CommMonitor between tol2bus and L2 cache
modifying the CachesConfig.py as follows :

system.L2monitor = CommMonitor(trace_file = "L2_trace_tr.tr")
system.tol2bus.master = system.L2monitor.slave
#system.l2.cpu_side = system.tol2bus.master
system.l2.cpu_side = system.L2monitor.master

I got the generated traces in m5out folder in L2_trace_tr.tr file
However, I cannot read the file because it is encoded.
I used the decode_packet_trace.py to have an ASCII trace format. But I
learned this ASCII trace format actually does not contain all
information contained in L2_trace_tr.tr.

Does someone managed to read out all information contained in the
encoded traces ?

Thanks for your help.

-- 
Cordialement / Best Regards

SENNI Sophiane
Ph.D. candidate - Microelectronics
LIRMM - www.lirmm.fr

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to