diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2007-06-30 17:59:45 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2007-06-30 17:59:45 -0700 |
commit | 07f091d6ed63d9b54c0415eacc070c3ea67566fc (patch) | |
tree | e8b0fa781404e772d53883f14868d5c4c9068f24 /configs/common/Caches.py | |
parent | 2447abe5ce6c40e61eb09430c95a592aa2445349 (diff) | |
download | gem5-07f091d6ed63d9b54c0415eacc070c3ea67566fc.tar.xz |
Get rid of remaining traces of obsolete CoherenceProtocol object.
--HG--
extra : convert_revision : c5555b00bef1b304a84886188ad2c0dcb4d7c5b9
Diffstat (limited to 'configs/common/Caches.py')
-rw-r--r-- | configs/common/Caches.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/common/Caches.py b/configs/common/Caches.py index 4bff2c8a4..43a1c6378 100644 --- a/configs/common/Caches.py +++ b/configs/common/Caches.py @@ -35,7 +35,6 @@ class L1Cache(BaseCache): latency = '1ns' mshrs = 10 tgts_per_mshr = 5 - protocol = CoherenceProtocol(protocol='moesi') class L2Cache(BaseCache): assoc = 8 |