I have a Devkit - MK-A5E065BB32AES1. I downloaded the examples from the following link: https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/agilex/a5e065b-modular.html I...
Thanks a lot for the info and help. It turned out the issue was on Quartus’ or Windows’ side – I solved the problem last night.
Specifically, on a clean Windows installation, I installed Quartus 24.3.1, and synthesis completed successfully without any errors. So I started looking for the issue on my PC.
Since we have different projects, we also use different versions of Quartus, namely 13.0, 18.1, 21, 22, and the latest 24. I checked the Windows PATH, and it pointed to the newest version.
However, I began removing older versions from the system one by one, and only after removing version 21 did the synthesis finally go through correctly in version 24.3.1.
Apparently, some references were assigned to a path they shouldn’t have been.
The main thing is that the problem is solved. Thanks again for your help!
I downloaded your project and ran it on my device.
I connected the Dev-Kit to the motherboard, uploaded the program, but unfortunately, Windows does not detect any device – the same issue occurs on Linux, no device is detected.
I also have a devkit from Arrow (Arrow AXE5-Eagle FPGA Dev Kit). Using the same project – only changing the pin assignments – Windows detected the connected device, and so did Linux.
According to the documentation (GTS AXI Streaming Intel® FPGA IP for PCI Express Design Example User Guide), I installed the driver:
I ran the test program: ./software/user/example – and got the following results:
Even when performing individual read and write operations, the result is the same.
From the Ubuntu side, I checked:
robert@robert-Z590:~$ lspci -d 1172:
02:00.0 Unassigned class [ff00]: Altera Corporation Device 0000 (rev 01)
So the link between the device and the computer exists – but there is still a problem with reading and writing.
I checked the signal assignments according to the documentation (GTS AXI Streaming Intel® FPGA IP for PCI Express User Guide) – all pins match the values from the table.
I enabled the debug toolkit and got the following results:
Do you have any idea where the issue or error might be?
It seen unusual to me that from your lspci command, it seen like the speed and width is in expected way. However, the debug toolkit show it stuck at recovery_rcvrlock.. Is this happen during the transition or before the transition ? Can you please try to redo the equalization ?
Perhaps, you can try to refer the document under Appendix C, D and E. (in case you missing any step) Although it is targeted Agilex 7 but overall step will be the same.
Hi @robertzab , apologies for the the appearance of freeloading but...
You said, "I also have a devkit from Arrow (Arrow AXE5-Eagle FPGA Dev Kit. Using the same project – only changing the pin assignments – Windows detected the connected device, and so did Linux."
I have the same kit and also attempted to do the same (TEI0185-03 rev). Unfortunately, that board is connected up to a different bank for PCIe compared to the Intel Dev Kit and the clocking architecture is also different. After much experimentation with different versions of Quartus PRO (up to 25.1) and playing with the pin outs, modifying the pcie_ed example and building up a simple PCIe design from scratch etc., I can now compile the design cleanly and program the board but the PCIe just stays in reset.
I also have access to an Intel Modular Dev Kit (which works, although, the ES series board has some issues with the PCIe lane connectivity which makes <4x configs not to work) but it seems like a waste not to use the AXE5-Eagle so I'm keen to get it going. PCIe is a must have for my project. It's of some concern that as far as I can tell, there are no PCIe example designs published for the AXE5-Eagle, even after quite a bit of time and with PCIe being one of its core features (it even has the edge connector) - I thought it may be a sign of problems.
Anyway, if you (or anybody) didn't mind sharing some details of how you got PCIe working on the AXE5-Eagle, it would be greatly appreciated!
I also have the same board Arrow AXE5-Eagle (Rev-3).
I tried to follow the documentation (GTS AXI Streaming Intel® FPGA IP for PCI Express Design Example User Guide) along with the board schematics but I cannot get it to work. I am getting an invalid assignment error for the pin PIN_AY120.
Can you share your constraints with me? It seems like I am missing something. Thanks in advance.