diff options
Diffstat (limited to 'configs/common')
-rw-r--r-- | configs/common/Caches.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/common/Caches.py b/configs/common/Caches.py index e6cbb1a75..6f1aff443 100644 --- a/configs/common/Caches.py +++ b/configs/common/Caches.py @@ -60,8 +60,8 @@ class L2Cache(BaseCache): block_size = 64 hit_latency = 20 response_latency = 20 - mshrs = 92 - tgts_per_mshr = 16 + mshrs = 20 + tgts_per_mshr = 12 write_buffers = 8 class IOCache(BaseCache): |