diff options
Diffstat (limited to 'tests/configs/o3-timing-checker.py')
-rw-r--r-- | tests/configs/o3-timing-checker.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/configs/o3-timing-checker.py b/tests/configs/o3-timing-checker.py index 0bbe9b00a..866d57851 100644 --- a/tests/configs/o3-timing-checker.py +++ b/tests/configs/o3-timing-checker.py @@ -42,7 +42,8 @@ m5.util.addToPath('../configs/common') class MyCache(BaseCache): assoc = 2 block_size = 64 - latency = '1ns' + hit_latency = '1ns' + response_latency = '1ns' mshrs = 10 tgts_per_mshr = 5 |