-
Notifications
You must be signed in to change notification settings - Fork 72
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
Unspecified I/O Standard: [...] Problem ports: code[2:0], clk, led, and ok. #59
Comments
https://github.com/RHSResearchLLC/NiteFury-and-LiteFury/issues/56 I now see the same topic listed under Closed issues. Unfortunately, poster doesnt remember how exactly this issue was solved. So, someone please share their ideas. Big thanks |
I faced the same issue with Vivado 2024.1. The CodeBlinker project in this repo contains multiple bugs.
The IO standard for the Bank 14 should probably be LVCMOS33, not LVCMOS18. But the PDF schematics in this repo are not correct, it shows different connections than the connections configured in Vivado. Also, the Nitefury-II board contains Don't use the Vivado constraint editor to make changes. Because when you save the changes, it will remove most of constraints from the xdc file and you will have to restore the missing parts from the xdc file in this repo. Anyway, if you also edit the
|
Hello,
Ubuntu 20.04.x + Vivado 2022.1 user here (same result on Vivado 2023.1 as well)
I recently bought Nitefury board and I am having problems regenerating bitstream from sample project from this repo.
Does anyone have an idea how to get over this? How can I add additional constraints to solve this?
Here is the location of mentioned ports:
Clock comes from MIG
Existing constraints are default constraints from this repo, no changes.
https://github.com/RHSResearchLLC/NiteFury-and-LiteFury/tree/master/Sample-Projects/Project-0/FPGA/common/Constraints
Thank you for your help.
The text was updated successfully, but these errors were encountered: