summaryrefslogtreecommitdiff
path: root/python/m5/objects/BaseCache.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/BaseCache.py')
-rw-r--r--python/m5/objects/BaseCache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/m5/objects/BaseCache.py b/python/m5/objects/BaseCache.py
index d311969fa..79d21572a 100644
--- a/python/m5/objects/BaseCache.py
+++ b/python/m5/objects/BaseCache.py
@@ -11,7 +11,7 @@ class BaseCache(BaseMem):
block_size = Param.Int("block size in bytes")
compressed_bus = Param.Bool(False,
"This cache connects to a compressed memory")
- compression_latency = Param.Latency(0,
+ 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")