summaryrefslogtreecommitdiff
path: root/configs/example/se.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/se.py')
-rw-r--r--configs/example/se.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/example/se.py b/configs/example/se.py
index 34a3f045e..92a950319 100644
--- a/configs/example/se.py
+++ b/configs/example/se.py
@@ -233,10 +233,10 @@ if options.ruby:
null = True)
options.use_map = True
Ruby.create_system(options, system)
- assert(options.num_cpus == len(system.ruby._cpu_ruby_ports))
+ assert(options.num_cpus == len(system.ruby._cpu_ports))
for i in xrange(np):
- ruby_port = system.ruby._cpu_ruby_ports[i]
+ ruby_port = system.ruby._cpu_ports[i]
# Create the interrupt controller and connect its ports to Ruby
# Note that the interrupt controller is always present but only