From 6596059d058d783205f6570206c1088fad18817d Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 27 Sep 2012 08:59:25 -0400 Subject: 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. --- configs/example/memtest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/example') diff --git a/configs/example/memtest.py b/configs/example/memtest.py index e337fe2b1..b29a612e9 100644 --- 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 -- cgit v1.2.3