From 8572d8fd9190884dc70e9db60f80e4778f65c44b Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Tue, 24 Aug 2010 13:20:31 -0700 Subject: config: fixed ruby dma device connections --- configs/example/ruby_fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example') diff --git a/configs/example/ruby_fs.py b/configs/example/ruby_fs.py index a4ae1c76b..017b24d9d 100644 --- a/configs/example/ruby_fs.py +++ b/configs/example/ruby_fs.py @@ -115,7 +115,7 @@ system = makeLinuxAlphaRubySystem(test_mem_mode, bm[0]) system.ruby = Ruby.create_system(options, system, system.piobus, - system.dma_devices) + system._dma_devices) system.cpu = [CPUClass(cpu_id=i) for i in xrange(options.num_cpus)] -- cgit v1.2.3