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/ruby_fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example/ruby_fs.py') diff --git a/configs/example/ruby_fs.py b/configs/example/ruby_fs.py index b6d9a6c0a..a4ae1c76b 100644 --- a/configs/example/ruby_fs.py +++ b/configs/example/ruby_fs.py @@ -113,7 +113,7 @@ CPUClass.clock = options.clock system = makeLinuxAlphaRubySystem(test_mem_mode, bm[0]) system.ruby = Ruby.create_system(options, - system.physmem, + system, system.piobus, system.dma_devices) -- cgit v1.2.3