On May 2, 2013, at 7:02 PM, Rodrigo Reynolds Ramírez <[email protected]> 
wrote:

> I have continued trying to understand how gem5 manage a writeback, but I am 
> block in one function. 
> 
> The chain of calls is this, recvTimingReq (CacheImpl.hh) -> 
> allocateWriteBuffer (base.hh) -> allocateBufferInternal (base.hh) ->  
> allocate (mshr.hh) -> add (TargetList in mshr.hh) -> push_back (???)
> 
The TargetList inherits from std::list, so it's the containers push_back method 
that is being called. Some other code will come around and get targets off the 
MSHR when it can.


Ali



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

Reply via email to