diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2016-03-17 09:51:22 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2016-03-17 09:51:22 -0400 |
commit | abcbc4e51e21c95fa241d19ed13978ea25b26982 (patch) | |
tree | 40dc2f9b3fa227212c2dde335451122fbf4e8411 /src/mem/DRAMSim2.py | |
parent | 7a40e7864a99140f18049a6f97163eebca2c891e (diff) | |
download | gem5-abcbc4e51e21c95fa241d19ed13978ea25b26982.tar.xz |
mem: Adjust cache queue reserve to more conservative values
The cache queue reserve is there as an overflow to give us enough
headroom based on when we block the cache, and how many transactions
we may already have accepted before actually blocking. The previous
values were probably chosen to be "big enough", when we actually know
that we check the MSHRs after every single allocation, and for the
write buffers we know that we implicitly may need one entry for every
outstanding MSHR.
* * *
mem: Adjust cache queue reserve to more conservative values
The cache queue reserve is there as an overflow to give us enough
headroom based on when we block the cache, and how many transactions
we may already have accepted before actually blocking. The previous
values were probably chosen to be "big enough", when we actually know
that we check the MSHRs after every single allocation, and for the
write buffers we know that we implicitly may need one entry for every
outstanding MSHR.
Diffstat (limited to 'src/mem/DRAMSim2.py')
0 files changed, 0 insertions, 0 deletions