Example design: Agilex I-series devkit not detected by lspci (stuck in S_CFG_LINKWD_START)
I've been trying to compile a PCI Express example design for the Agilex I-series devkit.
1. Nothing works on the projects provided here ES (21.2 or higher)
Found here: https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/agilex/i-series.html
Programming the sof present in the zip using Quartus Pro 21.2, rebooting the server, board not detected by lspci
pcie_ed_inst0|dut|p0_ltssm_state_delay_o[5..0] seems to be stuck to 0x07=S_CFG_LINKWD_START
The motherboard has no issues with any other PCIe cards.
2. Using Quartus Pro 22.1, I followed UG-20330 to generate from scratch the example design.
The compilation ends successfully but the board isn't detected either.
Could you please provide a working example design for the intel devkit already compiled to be sure the problem isn't on the project?
Also what is S_CFG_LINKWD_START?
Regards,
I found the issue.
The default position for the SW3 is defined in the UG as OFF/ON/ON/OFF, to use the refclk from the connector.
The board was received with OFF/OFF/OFF/OFF, to use the on-board refclk.
I set the SW3 as documented and it's now enumerated by the bios and seen in lspci.
Why it doesn't work using the on-board refclks?
Devkit: DK-DEV-AGI027RES
Serial number: AGIPCIE8000248
Regards,