On Tue, January 22, 2013 9:34 am, Jia Zhan wrote: > Hey guys, > > Does anyone know how to find out the binary content of data packets (cache > lines) ? For example, for a L2 cache hit, how do I find out the binary > content of the data that are read out and ready to be transmitted to the > interconnect. >
Try looking at the files in src/mem/cache or src/mem/ruby/system directories. The file names are pretty informative. With some code exploration, I think you will be able to find the answer to your question. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
