81c81,84
< system = System(tester = tester, physmem = SimpleMemory(null = True))
---
> # We set the testers as cpu for ruby to find the correct clock domains
> # for the L1 Objects.
> system = System(cpu = tester, physmem = SimpleMemory(null = True))
>