On Sat, 24 Nov 2012, pushkar nandkar wrote:

Hi,

Currently the classic memory system has a non-blocking cache which is
handled using MSHR and Write Buffer.
I want to implement a blocking cache and measure time/clock ticks for which
the CPU stalled. I am implementing a multicore system here.

Is there a way to implement that, like disabling the MSHR functionality
which handles the non-blocking access?

I parsed the files related in the *src/mem/cache/* *but could not get which
part of the code will help to implement that.

Has anyone implemented it(blocking cache)?

Any clues/ideas to implement that will be really helpful!


Why not set the number of mshrs to 1? That way only one miss can be outstanding at a time.

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

Reply via email to