config: fixed ruby dma device connections

This commit is contained in:
Brad Beckmann
2010-08-24 13:20:31 -07:00
parent e983ef9e8c
commit 8572d8fd91
5 changed files with 10 additions and 12 deletions

View File

@@ -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)]