[gem5-users] All requests sent from TimingSimpleCPU to Ruby are in sequential.

2011-08-24 Thread huangyongbing
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

[gem5-users] All requests sent from TimingSimpleCPU to Ruby are in sequential.

2011-08-23 Thread huangyongbing
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