Give physical memory some latency to stress the system
--HG-- extra : convert_revision : 3ca32ff9140770d0774cac5e82807a0574db09dd
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user