Give physical memory some latency to stress the system
authorRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 17:36:26 +0000 (13:36 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 17:36:26 +0000 (13:36 -0400)
--HG--
extra : convert_revision : 3ca32ff9140770d0774cac5e82807a0574db09dd

configs/example/memtest.py

index ae2bf5b5566cd5a79bb3eec77c1da2c02dd5c1fe..141ecfd8e867b978c7a0c9169d083135f733fe79 100644 (file)
@@ -85,7 +85,7 @@ else:
               for i in xrange(options.numtesters) ]
 # system simulated
 system = System(cpu = cpus, funcmem = PhysicalMemory(),
-                physmem = PhysicalMemory(), membus = Bus(clock="500GHz", width=16))
+                physmem = PhysicalMemory(latency = "50ps"), membus = Bus(clock="500GHz", width=16))
 
 # l2cache & bus
 if options.caches: