Dear gem5 community,

I have a system with two cache levels, L1 and L2. L2 cache is my memory
under test (a prototype). The system is working correctly and the aim is to
write information inside the L2 memory. While running a binary, all the
data is handled inside the L1 cache (data cache), and L2 cache is always
receiving "WritebackDirty_accesses".

I was wondering... is it possible to know how many bytes were used in my L1
cache, directly from the output by reading the write accesses? So I can
periodically increase the workload of my binaries and test the write
request/response in my L2 memory prototype. (I guess I have to obtain a
"WriteReq_accesses" in my stats.txt output file)



best regards,
Esteban Garzon
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to