From b5cc4c760478240bf8c5f7de977bf2b56fd8dfd4 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Thu, 20 Mar 2014 09:14:14 -0500 Subject: config: ruby: rename _cpu_ruby_ports to _cpu_ports --- configs/example/se.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/example/se.py') 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 -- cgit v1.2.3