Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong tile type in LIOB33 in at least Kintex #2082

Open
hansfbaier opened this issue Jan 4, 2023 · 2 comments
Open

Wrong tile type in LIOB33 in at least Kintex #2082

hansfbaier opened this issue Jan 4, 2023 · 2 comments

Comments

@hansfbaier
Copy link
Collaborator

Vivado shows this:
image

But tilegrid.json shows this:

    "LIOI3_X0Y33": {
        "bits": {
            "CLB_IO_CLK": {
                "baseaddr": "0x00440000",
                "frames": 42,
                "offset": 67,
                "words": 4
            }
        },
        "clock_region": "X0Y0",
        "grid_x": 1,
        "grid_y": 225,
        "pin_functions": {},
        "prohibited_sites": [],
        "sites": {
            "IDELAY_X0Y33": "IDELAYE2",
            "IDELAY_X0Y34": "IDELAYE2",
            "ILOGIC_X0Y33": "ILOGICE3",
            "ILOGIC_X0Y34": "ILOGICE3",
            "OLOGIC_X0Y33": "OLOGICE3",
            "OLOGIC_X0Y34": "OLOGICE3"
        },
        "type": "LIOI3"
    },
@hansfbaier
Copy link
Collaborator Author

hansfbaier commented Jan 5, 2023

It looks like the type actually is switchable in Vivado, so all of those three types represent the same tile
image

@hansfbaier
Copy link
Collaborator Author

Ah, the handbook gives more insight
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant