summaryrefslogtreecommitdiff
path: root/tests/configs/tsunami-inorder.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/tsunami-inorder.py')
-rw-r--r--tests/configs/tsunami-inorder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/tsunami-inorder.py b/tests/configs/tsunami-inorder.py
index 0c3323f62..41df45fab 100644
--- a/tests/configs/tsunami-inorder.py
+++ b/tests/configs/tsunami-inorder.py
@@ -64,7 +64,7 @@ class IOCache(BaseCache):
mshrs = 20
size = '1kB'
tgts_per_mshr = 12
- addr_range=AddrRange(0, size='8GB')
+ addr_ranges = [AddrRange(0, size='8GB')]
forward_snoops = False
is_top_level = True