summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/configs/base_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/configs/base_config.py b/tests/configs/base_config.py
index 2ec041cfc..732d537ea 100644
--- a/tests/configs/base_config.py
+++ b/tests/configs/base_config.py
@@ -170,8 +170,9 @@ class BaseSystem(object):
options.num_cpus = self.num_cpus
options.num_dirs = 2
+ bootmem = getattr(system, 'bootmem', None)
Ruby.create_system(options, True, system, system.iobus,
- system._dma_ports)
+ system._dma_ports, bootmem)
# Create a seperate clock domain for Ruby
system.ruby.clk_domain = SrcClockDomain(