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.
This commit is contained in:
Andreas Hansson 2012-09-27 08:59:25 -04:00
parent 9d9b71e485
commit 6596059d05

View 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