From c770dd62edc281c370f9e2c694fe4ac1525a0b4a Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 25 Oct 2022 08:58:20 +0200 Subject: [PATCH] test/test_lpddr5: Add tINIT2 as allowed warning. --- test/test_lpddr5.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_lpddr5.py b/test/test_lpddr5.py index f3e0829..52a1e5e 100644 --- a/test/test_lpddr5.py +++ b/test/test_lpddr5.py @@ -760,6 +760,7 @@ class VerilatorLPDDR5Tests(unittest.TestCase): allowed = [ ("WARN", "tPW_RESET violated: RESET_n held low for too short"), ("WARN", "tINIT1 violated: RESET deasserted too fast"), + ("WARN", "tINIT2 violated: CS LOW for too short before deasserting RESET (1/1 ck)"), ] self.run_test([ "--finish-after-memtest", "--log-level=warn",