diff options
Diffstat (limited to 'tests/configs/o3-timing-mp-ruby.py')
-rw-r--r-- | tests/configs/o3-timing-mp-ruby.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/configs/o3-timing-mp-ruby.py b/tests/configs/o3-timing-mp-ruby.py index cff511bf8..3e5e34e71 100644 --- a/tests/configs/o3-timing-mp-ruby.py +++ b/tests/configs/o3-timing-mp-ruby.py @@ -44,10 +44,10 @@ for cpu in cpus: cpu.clock = '2GHz' # connect memory to membus -system.physmem.port = system.membus.port +system.physmem.port = system.membus.master # Connect the system port for loading of binaries etc -system.system_port = system.membus.port +system.system_port = system.membus.slave # ----------------------- # run simulation |