projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9b71e
)
Configs: Fix memtest cache latency to match new parameters
author
Andreas Hansson
<andreas.hansson@arm.com>
Thu, 27 Sep 2012 12:59:25 +0000
(08:59 -0400)
committer
Andreas Hansson
<andreas.hansson@arm.com>
Thu, 27 Sep 2012 12:59:25 +0000
(08:59 -0400)
This patch changes the memtest config to use the new response latency
of the cache model.
configs/example/memtest.py
patch
|
blob
|
history
diff --git
a/configs/example/memtest.py
b/configs/example/memtest.py
index e337fe2b1db35ad89e3c7bd481d6d6468a1bd46d..b29a612e9c1f4be5befe1704602bf95d709b8b5f 100644
(file)
--- a/
configs/example/memtest.py
+++ b/
configs/example/memtest.py
@@
-110,7
+110,8
@@
if len(treespec) < 1:
# define prototype L1 cache
proto_l1 = BaseCache(size = '32kB', assoc = 4, block_size = block_size,
- latency = '1ns', tgts_per_mshr = 8)
+ hit_latency = '1ns', response_latency = '1ns',
+ tgts_per_mshr = 8)
if options.blocking:
proto_l1.mshrs = 1