Discussion:
[gem5-users] Cache Trace Debugging
Tassneem Helal
2018-11-16 08:02:07 UTC
Permalink
Hello Everyone,

I was wondering if there is any cache trace debugging flag that I can use
to know the set and way of every time a cache block is a placed in a cache
line, and if there is not such a thing, how can I do this?

Sincerely,

Tassneem Helal
Jason Lowe-Power
2018-11-16 18:00:53 UTC
Permalink
Hi Tassneem,

There are a number of cache debug flags. See
https://gem5.googlesource.com/public/gem5/+/master/src/mem/cache/SConscript#44
or use gem5.opt --debug-help to see a list. There are likely more relevant
debug flags in src/mem/cache/tags, too.

Cheers,
Jason
Post by Tassneem Helal
Hello Everyone,
I was wondering if there is any cache trace debugging flag that I can use
to know the set and way of every time a cache block is a placed in a cache
line, and if there is not such a thing, how can I do this?
Sincerely,
Tassneem Helal
_______________________________________________
gem5-users mailing list
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
Loading...