56c56
< cpus = [ MemTest(max_loads=1e12, percent_uncacheable=0) for i in xrange(nb_cores) ]
---
> cpus = [ MemTest(max_loads=1e12, percent_uncacheable=0, progress_interval=1000) for i in xrange(nb_cores) ]
60c60
< physmem = PhysicalMemory(), membus = Bus())
---
> physmem = PhysicalMemory(), membus = Bus(clock="500GHz", width=16))
63c63
< system.toL2Bus = Bus()
---
> system.toL2Bus = Bus(clock="500GHz", width=16)
93c93,95
< root.trace.flags="Cache"
---
> #root.trace.flags="Cache CachePort Bus"
> #root.trace.cycle=3810800
>