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 /src/mem/cache | |
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 'src/mem/cache')
-rw-r--r-- | src/mem/cache/BaseCache.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/cache/BaseCache.py b/src/mem/cache/BaseCache.py index 55b68f81f..86148f821 100644 --- a/src/mem/cache/BaseCache.py +++ b/src/mem/cache/BaseCache.py @@ -51,7 +51,6 @@ class BaseCache(MemObject): mshrs = Param.Int("number of MSHRs (max outstanding requests)") prioritizeRequests = Param.Bool(False, "always service demand misses first") - protocol = Param.CoherenceProtocol(NULL, "coherence protocol to use") repl = Param.Repl(NULL, "replacement policy") size = Param.MemorySize("capacity in bytes") split = Param.Bool(False, "whether or not this cache is split") |