From 10e25cb1d05bd04e177cfa44a0c529af01acfad8 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 20 Aug 2010 11:46:11 -0700 Subject: config: Improve ruby simobject names This patch attaches ruby objects to the system before the topology is created so that their simobject names read their meaningful variable names instead of their topology name. --- configs/example/rubytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example/rubytest.py') diff --git a/configs/example/rubytest.py b/configs/example/rubytest.py index 2a789c979..a4daf6b82 100644 --- a/configs/example/rubytest.py +++ b/configs/example/rubytest.py @@ -92,7 +92,7 @@ tester = RubyTester(checks_to_complete = options.checks, # system = System(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)) -- cgit v1.2.3