From: Nilay Vaish Date: Wed, 17 Apr 2013 21:06:24 +0000 (-0500) Subject: config: ruby network test: remove piobus check X-Git-Tag: stable_2013_06_16~6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=407b1a77c8ee4b3ed1a45bd9f29fad49f6ba90c4;p=gem5.git config: ruby network test: remove piobus check --- diff --git a/configs/ruby/Network_test.py b/configs/ruby/Network_test.py index de38e72fb..c1a1f9509 100644 --- a/configs/ruby/Network_test.py +++ b/configs/ruby/Network_test.py @@ -93,11 +93,8 @@ def create_system(options, system, piobus, dma_ports, ruby_system): ruby_system = ruby_system) l1_cntrl.sequencer = cpu_seq - - if piobus != None: - cpu_seq.pio_port = piobus.slave - exec("ruby_system.l1_cntrl%d = l1_cntrl" % i) + # # Add controllers and sequencers to the appropriate lists #