diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-08-24 13:20:31 -0700 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-08-24 13:20:31 -0700 |
commit | 8572d8fd9190884dc70e9db60f80e4778f65c44b (patch) | |
tree | f7077d1443edbf51d0279df6b9c16ce5e95f8238 /configs/example | |
parent | e983ef9e8c6749c1cd0bf083a2092cb4683d0346 (diff) | |
download | gem5-8572d8fd9190884dc70e9db60f80e4778f65c44b.tar.xz |
config: fixed ruby dma device connections
Diffstat (limited to 'configs/example')
-rw-r--r-- | configs/example/ruby_fs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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)] |