QSFP module on Stratix10 MX dev kit
Hi
I am trying to have a 1Gbit Ethernet communication between my laptop and the S10 MX devkit, over QSFP.
I already have the RJ45 to QSFP converters connectors, and I have (hopefully) configured well the PHY and MAC IPs.
Spying on the GMII signals I can't see anything arriving: valid signal from PHY to MAC remains at zero when I send ping requests. The ping is done from the linux PC specifing the right port where the Eth cable is connected to the FPGA. And on the PC side I see Host Unreachable.
Question: is the QSFP connector enabled by default? Is there a way to check that?
In theory the Board System Tool should show a tab dedicated to QSFP. But When the S10 MX devkit is connected via Jtag, I can't access that specific tab.
Let me know if you have suggestions.
Thanks and best regards,
Alessandra
Hi Alessandra,
Sorry for late respond.
Dev kit BTS software required user to use the exact Quartus version as specified in dev kit web site to avoid software compatibility issue.
- I can see you are using v19.2 while dev kit website is advertising Quartus version which is either v18.1.1 or v18.1.2
- https://www.intel.com/content/www/us/en/programmable/products/boards_and_kits/dev-kits/altera/kit-s10-mx.html
Another suggestion for you is you can cross check with Intel FPGA example design that utilize 10G MAc and Multirate PHY IP as well. checkout below design example
The only catch is the example design is developed to work on another Intel FPGA S10 SI kit board, not S10 MX dev kit but it's still a good reference for you.
Thanks.
Regards,
dlim