summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/BaseCache.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/BaseCache.py')
-rw-r--r--src/python/m5/objects/BaseCache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/m5/objects/BaseCache.py b/src/python/m5/objects/BaseCache.py
index db58a177f..773a11bea 100644
--- a/src/python/m5/objects/BaseCache.py
+++ b/src/python/m5/objects/BaseCache.py
@@ -14,7 +14,6 @@ class BaseCache(MemObject):
"This cache connects to a compressed memory")
compression_latency = Param.Latency('0ns',
"Latency in cycles of compression algorithm")
- do_copy = Param.Bool(False, "perform fast copies in the cache")
hash_delay = Param.Int(1, "time in cycles of hash access")
lifo = Param.Bool(False,
"whether this NIC partition should use LIFO repl. policy")