summaryrefslogtreecommitdiff
path: root/configs/example/ruby_se.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/ruby_se.py')
-rw-r--r--configs/example/ruby_se.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/ruby_se.py b/configs/example/ruby_se.py
index 7a55e1513..a0e839bae 100644
--- a/configs/example/ruby_se.py
+++ b/configs/example/ruby_se.py
@@ -150,7 +150,7 @@ np = options.num_cpus
system = System(cpu = [CPUClass(cpu_id=i) for i in xrange(np)],
physmem = PhysicalMemory())
-system.ruby = Ruby.create_system(options, system.physmem)
+system.ruby = Ruby.create_system(options, system)
assert(options.num_cpus == len(system.ruby.cpu_ruby_ports))