Ruby: Connect system port in Ruby network test

This patch moves the connection of the system port to create_system in
Ruby.py. Thereby it allows the failing Ruby test (and other Ruby
systems) to run again.
This commit is contained in:
Andreas Hansson
2012-01-30 09:37:06 -05:00
parent cfc268ad9e
commit ade53def92
9 changed files with 11 additions and 15 deletions

View File

@@ -47,6 +47,8 @@ for cpu in cpus:
# connect memory to membus
system.physmem.port = system.membus.port
# Connect the system port for loading of binaries etc
system.system_port = system.membus.port
# -----------------------
# run simulation