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

Artix Ultrasacle XCAU20P support #444

Open
sergforce opened this issue Mar 14, 2024 · 2 comments
Open

Artix Ultrasacle XCAU20P support #444

sergforce opened this issue Mar 14, 2024 · 2 comments

Comments

@sergforce
Copy link

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

@trabucayre
Copy link
Owner

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!

@trabucayre
Copy link
Owner

any news?

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

2 participants