mirror of https://github.com/openXC7/prjxray.git
Update HCLK_IOI offset to match tilegrid
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
2c7b64ea22
commit
6c4e6aa718
|
|
@ -50,7 +50,7 @@ def main():
|
||||||
|
|
||||||
if word == 50:
|
if word == 50:
|
||||||
group = 'HCLK_IOI'
|
group = 'HCLK_IOI'
|
||||||
offset = 50
|
offset = 45
|
||||||
elif word < 50:
|
elif word < 50:
|
||||||
group = 'IOI3'
|
group = 'IOI3'
|
||||||
offset = ((word - INITIAL_OFFSET) // SIZE) * SIZE + INITIAL_OFFSET
|
offset = ((word - INITIAL_OFFSET) // SIZE) * SIZE + INITIAL_OFFSET
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue