From d8e1e5abd0a560dfeb061f430bb2470a818ae5b0 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Sun, 21 Mar 2010 21:22:20 -0700 Subject: ruby: fixed how ruby_fs creates phsyical memory Now ruby_fs creates physical memory of the right size. --- configs/example/ruby_fs.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configs/example/ruby_fs.py') diff --git a/configs/example/ruby_fs.py b/configs/example/ruby_fs.py index 33f2fd0e5..5c508f6fe 100644 --- a/configs/example/ruby_fs.py +++ b/configs/example/ruby_fs.py @@ -116,12 +116,10 @@ FutureClass = None CPUClass.clock = options.clock -physmem = PhysicalMemory() - -system = makeLinuxAlphaRubySystem(test_mem_mode, physmem, bm[0]) +system = makeLinuxAlphaRubySystem(test_mem_mode, bm[0]) system.ruby = Ruby.create_system(options, - physmem, + system.physmem, system.piobus, system.dma_devices) -- cgit v1.2.3