config: ruby network test: remove piobus check
This commit is contained in:
parent
c704b7be16
commit
407b1a77c8
1 changed files with 1 additions and 4 deletions
|
@ -93,11 +93,8 @@ def create_system(options, system, piobus, dma_ports, ruby_system):
|
||||||
ruby_system = ruby_system)
|
ruby_system = ruby_system)
|
||||||
|
|
||||||
l1_cntrl.sequencer = cpu_seq
|
l1_cntrl.sequencer = cpu_seq
|
||||||
|
|
||||||
if piobus != None:
|
|
||||||
cpu_seq.pio_port = piobus.slave
|
|
||||||
|
|
||||||
exec("ruby_system.l1_cntrl%d = l1_cntrl" % i)
|
exec("ruby_system.l1_cntrl%d = l1_cntrl" % i)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add controllers and sequencers to the appropriate lists
|
# Add controllers and sequencers to the appropriate lists
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue