-
Notifications
You must be signed in to change notification settings - Fork 88
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
Missing pins on LFE5UM5G-45F CABGA381 #138
Comments
Those are all dedicated pins to serdes and not usable as general purpose IO. Even in diamond, you don't setup any |
I'm a bit confused why this example doesn't run into the same problem:
Is it only Y11/Y12 causing the problem here? In my code, I am using If I just remove my explicit usage of pcie pins, I get:
|
The problem is that the "synthesis" comment is a horrible relic from the dark ages, that Yosys doesn't support. Use a proper Verilog 2001 attribute like |
Back to original issue: |
There are several pins that are missing from some devices such as
CABGA381
, namely Y11, Y12, W4, W5, Y5, and Y6, all of which are used for PCIe in e.g. https://github.com/enjoy-digital/litex/blob/master/litex/boards/platforms/versa_ecp5.py#L117-L125The text was updated successfully, but these errors were encountered: