Ruby.py (10118:5e1f04b4d5e4) Ruby.py (10120:f5ceb3c3edb6)
1# Copyright (c) 2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 186 unchanged lines hidden (view full) ---

195 if piobus != None:
196 for cpu_seq in cpu_sequencers:
197 cpu_seq.pio_master_port = piobus.slave
198 cpu_seq.mem_master_port = piobus.slave
199
200 if buildEnv['TARGET_ISA'] == "x86":
201 cpu_seq.pio_slave_port = piobus.master
202
1# Copyright (c) 2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 186 unchanged lines hidden (view full) ---

195 if piobus != None:
196 for cpu_seq in cpu_sequencers:
197 cpu_seq.pio_master_port = piobus.slave
198 cpu_seq.mem_master_port = piobus.slave
199
200 if buildEnv['TARGET_ISA'] == "x86":
201 cpu_seq.pio_slave_port = piobus.master
202
203 ruby._cpu_ruby_ports = cpu_sequencers
203 ruby._cpu_ports = cpu_sequencers
204 ruby.num_of_sequencers = len(cpu_sequencers)
205 ruby.random_seed = options.random_seed
204 ruby.num_of_sequencers = len(cpu_sequencers)
205 ruby.random_seed = options.random_seed