Dear all,

I want to trace the instructions written to instruction cache. I added
commMonitor between the instruction cache and memory by modifying
CacheConfig.py as:

system.icachemonitor =
CommMonitor(trace_file='ICache_content.ptrc',trace_enable=True)
        icache.mem_side = system.icachemonitor.slave
        system.icachemonitor.master = system.membus.slave
I got the protoc file and I decode it using the decode script in util
directory. the decoded file looks like:

r,27840,64,768,912132500
r,18304,64,768,912189500
r,8302400,64,256,912260500
r,8302464,64,256,912438000
r,8302528,64,256,936300000
r,8302592,64,256,936383000

the question is how to identify the instructions from this file?
or is there another way of obtaining the the trace without using
commMonitor?

Any help is appreciated

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

Reply via email to