summaryrefslogtreecommitdiff
path: root/tests/configs/tsunami-o3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/tsunami-o3.py')
-rw-r--r--tests/configs/tsunami-o3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/configs/tsunami-o3.py b/tests/configs/tsunami-o3.py
index ee60ea8ae..34fa235bd 100644
--- a/tests/configs/tsunami-o3.py
+++ b/tests/configs/tsunami-o3.py
@@ -63,8 +63,8 @@ class IOCache(BaseCache):
mshrs = 20
size = '1kB'
tgts_per_mshr = 12
- mem_side_filter_ranges=[AddrRange(0, Addr.max)]
- cpu_side_filter_ranges=[AddrRange(0x8000000000, Addr.max)]
+ addr_range=AddrRange(0, size='8GB')
+ forward_snoops = False
#cpu
cpu = DerivO3CPU(cpu_id=0)