Update HCLK_IOI offset to match tilegrid

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-07-26 17:18:48 -07:00
parent 2c7b64ea22
commit 6c4e6aa718
1 changed files with 1 additions and 1 deletions

View File

@ -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