summaryrefslogtreecommitdiff
path: root/configs/example/rubytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/rubytest.py')
-rw-r--r--configs/example/rubytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/rubytest.py b/configs/example/rubytest.py
index a4daf6b82..ddd6a53af 100644
--- a/configs/example/rubytest.py
+++ b/configs/example/rubytest.py
@@ -90,7 +90,7 @@ tester = RubyTester(checks_to_complete = options.checks,
# actually used by the rubytester, but is included to support the
# M5 memory size == Ruby memory size checks
#
-system = System(physmem = PhysicalMemory())
+system = System(tester = tester, physmem = PhysicalMemory())
system.ruby = Ruby.create_system(options, system)