From 6c4e6aa718fd741e32d4b38de7d648fae6c2fe62 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 26 Jul 2019 17:18:48 -0700 Subject: [PATCH] Update HCLK_IOI offset to match tilegrid Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- minitests/litex/src.yosys/missing_bit_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minitests/litex/src.yosys/missing_bit_report.py b/minitests/litex/src.yosys/missing_bit_report.py index 9fce9091..df5dd9f6 100644 --- a/minitests/litex/src.yosys/missing_bit_report.py +++ b/minitests/litex/src.yosys/missing_bit_report.py @@ -50,7 +50,7 @@ def main(): if word == 50: group = 'HCLK_IOI' - offset = 50 + offset = 45 elif word < 50: group = 'IOI3' offset = ((word - INITIAL_OFFSET) // SIZE) * SIZE + INITIAL_OFFSET