From eaa994e7f6c12f6dc3e17836052f76a5ce9bdc01 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 9 Mar 2012 09:59:25 -0500 Subject: cache: Allow main memory to be at disjoint address ranges. --- tests/configs/tsunami-o3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/configs/tsunami-o3.py') diff --git a/tests/configs/tsunami-o3.py b/tests/configs/tsunami-o3.py index ce64c497f..c5a3236a5 100644 --- a/tests/configs/tsunami-o3.py +++ b/tests/configs/tsunami-o3.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 -- cgit v1.2.3