If you generate the debug trace or log file for the transaction, you would
observe all the ReadReq, ReadResp, WriteReq, WriteResp packets. You can do
that by adding following flags to your execution commands

--debug-start=<start_time> --debug-file=<filename.txt.gz>
--debug-flags=Cache

Use the .gz option as the file size gets very large. Or you can define your
custom flags and reduce the filesize.

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

Reply via email to