Searched hist:13351 (Results 1 - 3 of 3) sorted by relevance
/gem5/src/mem/cache/ | ||
H A D | mshr_queue.hh | diff 13351:1d456a63bfbc Mon Oct 10 08:48:00 EDT 2016 Nikos Nikoleris <nikos.nikoleris@arm.com> mem: Delay servicing an MSHR after its allocation An MSHR is allocated and the computed latency determines when the MSHR will be ready and can be serviced by the cache. This patch adds a function that allows changing the time that an MSHR is ready and adjusts the queue such that other MSHRs can be serviced first if they are ready. Change-Id: Ie908191fcb3c2d84d4c6f855c8b1e41ca5881bff Reviewed-on: https://gem5-review.googlesource.com/c/12906 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
H A D | mshr_queue.cc | diff 13351:1d456a63bfbc Mon Oct 10 08:48:00 EDT 2016 Nikos Nikoleris <nikos.nikoleris@arm.com> mem: Delay servicing an MSHR after its allocation An MSHR is allocated and the computed latency determines when the MSHR will be ready and can be serviced by the cache. This patch adds a function that allows changing the time that an MSHR is ready and adjusts the queue such that other MSHRs can be serviced first if they are ready. Change-Id: Ie908191fcb3c2d84d4c6f855c8b1e41ca5881bff Reviewed-on: https://gem5-review.googlesource.com/c/12906 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
H A D | mshr.hh | diff 13351:1d456a63bfbc Mon Oct 10 08:48:00 EDT 2016 Nikos Nikoleris <nikos.nikoleris@arm.com> mem: Delay servicing an MSHR after its allocation An MSHR is allocated and the computed latency determines when the MSHR will be ready and can be serviced by the cache. This patch adds a function that allows changing the time that an MSHR is ready and adjusts the queue such that other MSHRs can be serviced first if they are ready. Change-Id: Ie908191fcb3c2d84d4c6f855c8b1e41ca5881bff Reviewed-on: https://gem5-review.googlesource.com/c/12906 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
Completed in 24 milliseconds