Searched refs:connectBus (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/gem5/cpu_tests/
H A Drun.py46 def connectBus(self, bus): member in class:L1Cache
146 system.cpu.l1d.connectBus(system.l1_to_l2)
148 system.cpu.l1i.connectBus(system.l1_to_l2)
/gem5/configs/learning_gem5/part1/
H A Dtwo_level.py110 system.cpu.icache.connectBus(system.l2bus)
111 system.cpu.dcache.connectBus(system.l2bus)
H A Dcaches.py65 def connectBus(self, bus): member in class:L1Cache

Completed in 6 milliseconds