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/ruby/Network_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/ruby/Network_test.py') diff --git a/configs/ruby/Network_test.py b/configs/ruby/Network_test.py index bbe7fe844..768b14677 100644 --- a/configs/ruby/Network_test.py +++ b/configs/ruby/Network_test.py @@ -96,7 +96,7 @@ def create_system(options, system, piobus, dma_devices, ruby_system): l1_cntrl.sequencer = cpu_seq if piobus != None: - cpu_seq.pio_port = piobus.port + cpu_seq.pio_port = piobus.slave exec("system.l1_cntrl%d = l1_cntrl" % i) # -- cgit v1.2.3