diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-02-14 03:41:53 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-02-14 03:41:53 -0500 |
commit | 00978170f3b42ea83280c1b8f4b1610f5e352394 (patch) | |
tree | 347650c916f5625cfc7c8920a3aca6b99f36f0d3 /configs/example/ruby_mem_test.py | |
parent | 0d46708dc20c438d29bd724fb7d4b54d4d2f318a (diff) | |
download | gem5-00978170f3b42ea83280c1b8f4b1610f5e352394.tar.xz |
MEM: Fix master/slave ports in Ruby and non-regression scripts
This patch brings the Ruby and other scripts up to date with the
introduction of the master/slave ports.
Diffstat (limited to 'configs/example/ruby_mem_test.py')
-rw-r--r-- | configs/example/ruby_mem_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/ruby_mem_test.py b/configs/example/ruby_mem_test.py index 5b693f3f6..20c25e833 100644 --- a/configs/example/ruby_mem_test.py +++ b/configs/example/ruby_mem_test.py @@ -133,7 +133,7 @@ for (i, cpu) in enumerate(cpus): # # Tie the cpu memtester ports to the correct system ports # - cpu.test = system.ruby._cpu_ruby_ports[i].port + cpu.test = system.ruby._cpu_ruby_ports[i].slave cpu.functional = system.funcmem.port # |