58c58
< cpus = [ MemTest() for i in xrange(nb_cores) ]
---
> cpus = [ MemTest(clock = '2GHz') for i in xrange(nb_cores) ]
64c64
< membus = CoherentBus(clock="500GHz", width=16))
---
> membus = CoherentBus(clock="1GHz", width=16))
67c67
< system.toL2Bus = CoherentBus(clock="500GHz", width=16)
---
> system.toL2Bus = CoherentBus(clock="2GHz", width=16)