39c39
< mshrs = 4
---
> mshrs = 12
49c49
< latency = 100
---
> latency = 10
56c56
< cpus = [ MemTest(max_loads=1e12) for i in xrange(nb_cores) ]
---
> cpus = [ MemTest(max_loads=1e12, percent_uncacheable=0) for i in xrange(nb_cores) ]
64c64
< system.l2c = L2(size='4MB', assoc=8)
---
> system.l2c = L2(size='64kB', assoc=8)
93,94c93
< #root.trace.flags="InstExec"
< root.trace.flags="Bus"
---
> root.trace.flags="Cache"