99,101c99
< cpus = [ MemTest(atomic = False,
< max_loads = options.maxloads,
< issue_dmas = False,
---
> cpus = [ MemTest(max_loads = options.maxloads,
109,110d106
< funcmem = SimpleMemory(in_addr_map = False),
< funcbus = IOXBar(),
115,117c111
< dmas = [ MemTest(atomic = False,
< max_loads = options.maxloads,
< issue_dmas = True,
---
> dmas = [ MemTest(max_loads = options.maxloads,
153,154c147
< cpu.test = system.ruby._cpu_ports[i].slave
< cpu.functional = system.funcbus.slave
---
> cpu.port = system.ruby._cpu_ports[i].slave
162,171d154
< for (i, dma) in enumerate(dmas):
< #
< # Tie the dma memtester ports to the correct functional port
< # Note that the test port has already been connected to the dma_sequencer
< #
< dma.functional = system.funcbus.slave
<
< # connect reference memory to funcbus
< system.funcbus.master = system.funcmem.port
<