Hi,

 

         I find that requests from CPU to Ruby are sent in sequential, which
means that next request can only be sent after the previous one giving its
response to CPU. Thus, if one request needs to access memory, no new request
can be sent to ruby during this period.  In this way, there no longer exist
parallel memory requests in Ruby which is not reasonable. 

 

         So, how to change this scheme to adopt multiple requests sent to
Ruby, where the number of outgoing requests limited by the resources, such
as MSHR?

 

 

--Yongbing Huang

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

Reply via email to