diff options
Diffstat (limited to 'configs/ruby/Ruby.py')
-rw-r--r-- | configs/ruby/Ruby.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py index 1c9b65894..c9788b0a0 100644 --- a/configs/ruby/Ruby.py +++ b/configs/ruby/Ruby.py @@ -97,10 +97,7 @@ def create_system(options, system, piobus = None, dma_devices = []): # Create a port proxy for connecting the system port. This is # independent of the protocol and kept in the protocol-agnostic # part (i.e. here). - sys_port_proxy = RubyPortProxy(version = 0, - physMemPort = system.physmem.port, - physmem = system.physmem, - ruby_system = ruby) + sys_port_proxy = RubyPortProxy(ruby_system = ruby) # Give the system port proxy a SimObject parent without creating a # full-fledged controller system.sys_port_proxy = sys_port_proxy |