From 6cd187e1f066b084740b4b202f1de644ba06f299 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Wed, 18 Oct 2006 08:16:22 -0700 Subject: Get rid of obsolete in-cache copy support. --HG-- extra : convert_revision : a701ed9d078c67718a33f4284c0403a8aaac7b25 --- src/python/m5/objects/BaseCache.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/python/m5') 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") -- cgit v1.2.3