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, 0 insertions, 2 deletions
diff --git a/tests/configs/tsunami-inorder.py b/tests/configs/tsunami-inorder.py
index fd62e252a..a08261533 100644
--- a/tests/configs/tsunami-inorder.py
+++ b/tests/configs/tsunami-inorder.py
@@ -79,8 +79,6 @@ system = FSConfig.makeLinuxAlphaSystem('timing')
system.cpu = cpu
#create the l1/l2 bus
system.toL2Bus = Bus()
-system.bridge.filter_ranges_a=[AddrRange(0, Addr.max)]
-system.bridge.filter_ranges_b=[AddrRange(0, size='8GB')]
system.iocache = IOCache()
system.iocache.cpu_side = system.iobus.port
system.iocache.mem_side = system.membus.port