We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm looking to add support for xcau20p. When I tried to just detect I got this error
empty try to open 403 6014 0 0 iProduct : Digilent USB Device 88 8b 20 30 Jtag frequency : requested 6.00MHz -> real 6.00MHz presc : 4 input freq : 60000000 requested freq : 6000000 real freq : 6000000.000000 writeTMS 6 1 writeTMS 4 1 Raw IDCODE: writeTDI len : 32 32 4 0 last: 0 4 a6 50 93 - 0 -> 0x04a65093 JTAG init failed with: Unknown device with IDCODE: 0x04a65093 (manufacturer: 0x049 (Xilinx), part: 0x25 vers: 0x0
I checked src/xilinx.hpp and it looked like ARTIXUSP_FAMILY is supported but I'm lost how to add specific IDOCDE.
I really appreciate any advise
The text was updated successfully, but these errors were encountered:
IDCODE's list is in part.hpp.
You have to add a line similar to this one but adapted to your version to have openFPGALoader supporting this variant.
You have also (but it's for documentation purpose) to update FPGAs.yml to reference this variant as a known model.
Thanks!
Sorry, something went wrong.
any news?
No branches or pull requests
I'm looking to add support for xcau20p. When I tried to just detect I got this error
I checked src/xilinx.hpp and it looked like ARTIXUSP_FAMILY is supported but I'm lost how to add specific IDOCDE.
I really appreciate any advise
The text was updated successfully, but these errors were encountered: