projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316e0fa
)
Give physical memory some latency to stress the system
author
Ron Dreslinski
<rdreslin@umich.edu>
Fri, 20 Oct 2006 17:36:26 +0000
(13:36 -0400)
committer
Ron Dreslinski
<rdreslin@umich.edu>
Fri, 20 Oct 2006 17:36:26 +0000
(13:36 -0400)
--HG--
extra : convert_revision :
3ca32ff9140770d0774cac5e82807a0574db09dd
configs/example/memtest.py
patch
|
blob
|
history
diff --git
a/configs/example/memtest.py
b/configs/example/memtest.py
index ae2bf5b5566cd5a79bb3eec77c1da2c02dd5c1fe..141ecfd8e867b978c7a0c9169d083135f733fe79 100644
(file)
--- 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: