Closed liubenyuan closed 1 year ago
Hi @liubenyuan,
This board is not supported in this project. I suggest you seek support on the Xilinx forums.
Hi @liubenyuan,
This board is not supported in this project. I suggest you seek support on the Xilinx forums.
Thank you. One more question, is it ok to build a RTL only bitstream .bit like figure 1? Without configuration to the AXI4Lite registers of 100G-network-core and the CMAC?
One more question, is it ok to build a RTL only bitstream .bit like figure 1? Without configuration to the AXI4Lite registers of 100G-network-core and the CMAC?
Technically yes, but it is recommended to have the AXI4-Lite interface for debug and configuration.
Hi I tried to build a simple lookback example on ADM-PCIE-9V3, where only CMAC and network-stack-core are kept, the PCIE part are removed. The block diagram is as follows:
The mm2s and s2mm is connected in a loopback mode. We aim to first to test that a Mellanox MCX623106A 100Gbe card can have a link to ADM-PCIE-9V3.
The GTY configurations of ADM-PCIE-9V3 is
The is a freerunning clock, 125MHz, which is generated from onboard 300MHz clock via a MMCM. This MMCM also output an 250MHz clock (called cclk), which is for user modules, and in this simple example, cclk is connect to ap_clk of 100G-network-stack-core and CMAC core.
Note that the AXI4Lite interface of both 100G-network-stack-core and CMAC are not connected.
After I write this bitstream to ADM-PCIE-9V3, and connect an 100G-SR4 cable from ADM-PCIE-9V3 to Mellanox 623106A, the card shows no-link.
The configuration of mellanox card is as follows, where AN is diabled, 100G_4X is made default and RS-FEC is also disabled,
The IP address are set to 192.168.0.9, where the FPGA IP address is 192.168.0.5.
Any hint on this problem? Thanks!
Build Issues