Configs: Fix memtest cache latency to match new parameters
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 27 Sep 2012 12:59:25 +0000 (08:59 -0400)
committerAndreas 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

index e337fe2b1db35ad89e3c7bd481d6d6468a1bd46d..b29a612e9c1f4be5befe1704602bf95d709b8b5f 100644 (file)
@@ -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