Give physical memory some latency to stress the system
--HG-- extra : convert_revision : 3ca32ff9140770d0774cac5e82807a0574db09dd
This commit is contained in:
parent
316e0fa879
commit
ad783962c5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue