Stratix 10 Transceiver toolkit
Hello Intel forums,
I'm trying to use the Transceiver toolkit on my Stratix 10 GX H-tile devkit, but I'm having problems making it work. I'm following this video for instructions:
https://www.youtube.com/watch?app=desktop&v=bwhyJuphy8I
This tutorial seems to be for Quartus 18.1, but I'm using 22.4.
I have implemented a 25GBps transceiver with these settings in the dynamic reconfiguration tab:
I'm not sure if the "Use AVMM clock and reset ports only" is correct. If that's not selected, there's a bunch of ports that I don't know how or what to connect to.
In the ATX pll, I use these settings:
I connect the `reconfig_clk` ports on both IPs to a 100MHz clock and the reset to my global reset (not sure if this is correct; it's not mentioned in the video). After successfully compiling the design and programming the board, I opened the "System debugging toolkits" (the transceiver toolkit seems to not be seperate anymore.) and loaded my design there. Here's what I see:
From what I can tell, the system console can connect to the device, but it can't communicate with the PHY. Do I need a NIOS for this? I'd prefer to do without if possible.
Can you help me solve this? I'd like to produce eye diagrams for my transceiver as well as get the BER and optimum analog settings for my implementation.
If it's helpful, I can provide a qar archive of my project.
Thank you for your assistance.
Hi,
I have a look into your IP design. I found that your IP design not meet below requirement. In the user guide, it has mentioned about that to enable Intel® Stratix® 10 transceiver toolkit capability in the Native PHY IP core, you must enable the following options:
- Enable dynamic reconfiguration
- Enable Native PHY Debug Master Endpoint
- Enable capability registers
- Enable control and status registers
- Enable PRBS (Pseudo Random Binary Sequence) soft accumulators
For further information, you may refer to link below, Section 2.3.10, https://www.intel.com/content/www/us/en/docs/programmable/683621/current/dynamic-reconfiguration-parameters.html
Please do try enable the above options and compile the design again. Please do try run the system console again to see the error still exist anot.
Best regards,
zying