From 00978170f3b42ea83280c1b8f4b1610f5e352394 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 14 Feb 2012 03:41:53 -0500 Subject: 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. --- configs/example/ruby_network_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example/ruby_network_test.py') diff --git a/configs/example/ruby_network_test.py b/configs/example/ruby_network_test.py index 79e6365af..aa93acd2f 100644 --- a/configs/example/ruby_network_test.py +++ b/configs/example/ruby_network_test.py @@ -109,7 +109,7 @@ for ruby_port in system.ruby._cpu_ruby_ports: # # Tie the cpu test ports to the ruby cpu port # - cpus[i].test = ruby_port.port + cpus[i].test = ruby_port.slave ruby_port.access_phys_mem = False i += 1 -- cgit v1.2.3