summaryrefslogtreecommitdiff
path: root/configs/splash2/cluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/splash2/cluster.py')
-rw-r--r--configs/splash2/cluster.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/splash2/cluster.py b/configs/splash2/cluster.py
index 1b9397d6d..1ae9a6dd5 100644
--- a/configs/splash2/cluster.py
+++ b/configs/splash2/cluster.py
@@ -139,7 +139,6 @@ class Water_spatial(LiveProcess):
class L1(BaseCache):
latency = options.l1latency
- block_size = 64
mshrs = 12
tgts_per_mshr = 8
@@ -148,7 +147,6 @@ class L1(BaseCache):
# ----------------------
class L2(BaseCache):
- block_size = 64
latency = options.l2latency
mshrs = 92
tgts_per_mshr = 16