Searched hist:10669 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/simple/
H A Dtiming.ccdiff 10669:aae98c1cf4a0 Tue Feb 03 14:25:00 EST 2015 Andreas Hansson <andreas.hansson@arm.com> cpu: Ensure timing CPU sinks response before sending new request

This patch changes how the timing CPU deals with processing responses,
always scheduling an event, even if it is for the current tick. This
helps to avoid situations where a new request shows up before a
response is finished in the crossbar, and also is more in line with
any realistic behaviour.

Completed in 46 milliseconds