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