Searched refs:connectAllPorts (Results 1 - 15 of 15) sorted by relevance

/gem5/tests/configs/
H A Do3-timing-ruby.py50 cpu.connectAllPorts(system.membus)
H A Do3-timing-mp-ruby.py50 cpu.connectAllPorts(system.membus)
H A Dsimple-atomic-mp-ruby.py48 cpu.connectAllPorts(system.membus)
H A Dt1000-simple-atomic.py48 cpu.connectAllPorts(system.membus)
H A Dtwosys-tsunami-simple-atomic.py48 test_sys.cpu.connectAllPorts(test_sys.membus)
83 drive_sys.cpu.connectAllPorts(drive_sys.membus)
H A Dsimple-timing-ruby.py92 cpu.connectAllPorts(system.ruby._cpu_ports[0])
H A Dsimple-timing-mp-ruby.py88 cpu.connectAllPorts(system.ruby._cpu_ports[i])
H A Dbase_config.py131 cpu.connectAllPorts(sha_bus if sha_bus != None else system.membus,
H A Dgpu-ruby.py296 cpu.connectAllPorts(system.ruby._cpu_ports[0])
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py121 def connectAllPorts(self, cached_bus, uncached_bus = None): member in class:BaseTrafficGen
/gem5/configs/common/
H A DCacheConfig.py176 # Make sure connectAllPorts connects the right objects.
199 system.cpu[i].connectAllPorts(system.tol2bus, system.membus)
203 system.cpu[i].connectAllPorts(system.membus)
/gem5/configs/example/arm/
H A Ddevices.py158 cpu.connectAllPorts(self.toL2Bus)
167 cpu.connectAllPorts(bus)
/gem5/configs/splash2/
H A Drun.py222 cpu.connectAllPorts(system.toL2bus, system.membus)
/gem5/src/cpu/
H A DBaseCPU.py239 def connectAllPorts(self, cached_bus, uncached_bus = None): member in class:BaseCPU
/gem5/configs/example/
H A Dfs.py274 drive_sys.cpu.connectAllPorts(drive_sys.membus)

Completed in 19 milliseconds