From: Ron Dreslinski Date: Fri, 20 Oct 2006 17:36:26 +0000 (-0400) Subject: Give physical memory some latency to stress the system X-Git-Tag: m5_2.0_beta2~83^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad783962c5e9ab5ee69e8b42d6c1385ef9a3b42f;p=gem5.git Give physical memory some latency to stress the system --HG-- extra : convert_revision : 3ca32ff9140770d0774cac5e82807a0574db09dd --- diff --git a/configs/example/memtest.py b/configs/example/memtest.py index ae2bf5b55..141ecfd8e 100644 --- a/configs/example/memtest.py +++ b/configs/example/memtest.py @@ -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: