From aa07f071aa538ad67ad8aab1ffe43247d3fa0df5 Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Thu, 13 Apr 2023 11:34:27 +0200 Subject: [PATCH] Update AddressDecoderTest --- tests/tests_dramsys/AddressDecoderConfigs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests_dramsys/AddressDecoderConfigs.h b/tests/tests_dramsys/AddressDecoderConfigs.h index 17e18d79..1b3585cc 100644 --- a/tests/tests_dramsys/AddressDecoderConfigs.h +++ b/tests/tests_dramsys/AddressDecoderConfigs.h @@ -56,7 +56,8 @@ inline constexpr std::string_view memSpecJsonString = R"( "memoryId": "JEDEC_1Gbx16_BG_LPDDR5-6400", "memoryType": "LPDDR5", "memtimingspec": { - "RCD": 15, + "RCD_L": 15, + "RCD_S": 15, "PPD": 2, "RPab": 17, "RPpb": 15,