changeset f8c85a7d109f in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=f8c85a7d109f
description:
Configs: Fix memtest cache latency to match new parameters
This patch changes the memtest config to use the new response latency
of the cache model.
diffstat:
configs/example/memtest.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 6ed55550d19e -r f8c85a7d109f configs/example/memtest.py
--- a/configs/example/memtest.py Thu Sep 27 03:24:21 2012 -0400
+++ b/configs/example/memtest.py Thu Sep 27 08:59:25 2012 -0400
@@ -110,7 +110,8 @@
# 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
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev