Dear all,

I am studying about write buffer in gem5 simulator.
I know that write buffer is victim buffer to improve cache performance.
Therefore, I want to trace whole behavior of write buffer.
It may include fill, read (as victim cache), write (to lower level memory),
or flush.
However, I can't find the exact location of these behaviors except fill
(allocateWriteBuffer function).

So, I hope that you help me trace the behaviors of write buffer.

Thank you for reading my questions.

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

Reply via email to