summaryrefslogtreecommitdiff
path: root/configs/splash2
diff options
context:
space:
mode:
Diffstat (limited to 'configs/splash2')
-rw-r--r--configs/splash2/cluster.py2
-rw-r--r--configs/splash2/run.py2
2 files changed, 0 insertions, 4 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
diff --git a/configs/splash2/run.py b/configs/splash2/run.py
index 6880f8db5..10c9a7f61 100644
--- a/configs/splash2/run.py
+++ b/configs/splash2/run.py
@@ -160,7 +160,6 @@ class Water_spatial(LiveProcess):
class L1(BaseCache):
latency = options.l1latency
- block_size = 64
mshrs = 12
tgts_per_mshr = 8
@@ -169,7 +168,6 @@ class L1(BaseCache):
# ----------------------
class L2(BaseCache):
- block_size = 64
latency = options.l2latency
mshrs = 92
tgts_per_mshr = 16