This project demonstrates the use of the Opsero Quad SFP28 FMC (OP081) with 10G/25G Ethernet SFP+/SFP28 modules and it supports several FPGA/MPSoC development boards.
Important links:
- The user guide for these reference designs is hosted here: 10G/25G Ethernet for Quad SFP28 FMC docs
- To report a bug: Report an issue.
- For technical support: Contact Opsero.
- To purchase the mezzanine card: Quad SFP28 FMC order page.
This project is designed for version 2024.1 of the Xilinx tools (Vivado/Vitis/PetaLinux). If you are using an older version of the Xilinx tools, then refer to the release tags to find the version of this repository that matches your version of the tools.
In order to test this design on hardware, you will need the following:
- Vivado 2024.1
- PetaLinux Tools 2024.1
- Quad SFP28 FMC
- One of the target platforms listed below
- Xilinx 10G/25G Ethernet MAC/PCS (25GEMAC) License
This repo contains several designs that target various supported development boards and their FMC connectors. The table below lists the target design name, the SFP28 ports supported by the design and the FMC connector on which to connect the Quad SFP28 FMC. Some of the target designs require a license to generate a bitstream with the AMD Xilinx tools.
Target board | Target design | Link speeds supported |
SFP28 ports | FMC Slot | Vivado Edition |
---|---|---|---|---|---|
UltraZed-EV Carrier | uzev |
10G | 4x | HPC | Standard 🆓 |
VCK190 | vck190_fmcp1 |
10G | 4x | FMCP1 | Enterprise |
VCK190 | vck190_fmcp2 |
10G | 4x | FMCP2 | Enterprise |
VEK280 | vek280 |
10G | 4x | FMCP | Enterprise |
VHK158 | vhk158 |
10G | 4x | FMCP | Enterprise |
VMK180 | vmk180_fmcp1 |
10G | 4x | FMCP1 | Enterprise |
VMK180 | vmk180_fmcp2 |
10G | 4x | FMCP2 | Enterprise |
VPK120 | vpk120 |
10G | 4x | FMCP | Enterprise |
VPK180 | vpk180 |
10G | 4x | FMCP | Enterprise |
ZCU102 | zcu102_hpc0 |
10G | 4x | HPC0 | Enterprise |
ZCU102 | zcu102_hpc1 |
10G | 4x | HPC1 | Enterprise |
ZCU104 | zcu104 |
10G | 1x | LPC | Standard 🆓 |
ZCU106 | zcu106_hpc0 |
10G | 4x | HPC0 | Standard 🆓 |
ZCU106 | zcu106_hpc1 |
10G | 1x | HPC1 | Standard 🆓 |
ZCU111 | zcu111 |
10G | 4x | FMCP | Enterprise |
ZCU208 | zcu208 |
10G | 4x | FMCP | Enterprise |
ZCU216 | zcu216 |
10G | 4x | FMCP | Enterprise |
Target board | Target design | Link speeds supported |
SFP28 ports | FMC Slot | Vivado Edition |
---|---|---|---|---|---|
VCK190 | vck190_fmcp1_25g |
25G | 4x | FMCP1 | Enterprise |
VCK190 | vck190_fmcp2_25g |
25G | 4x | FMCP2 | Enterprise |
VEK280 | vek280_25g |
25G | 4x | FMCP | Enterprise |
VHK158 | vhk158_25g |
25G | 4x | FMCP | Enterprise |
VMK180 | vmk180_fmcp1_25g |
25G | 4x | FMCP1 | Enterprise |
VMK180 | vmk180_fmcp2_25g |
25G | 4x | FMCP2 | Enterprise |
VPK120 | vpk120_25g |
25G | 4x | FMCP | Enterprise |
VPK180 | vpk180_25g |
25G | 4x | FMCP | Enterprise |
ZCU111 | zcu111_25g |
25G | 4x | FMCP | Enterprise |
ZCU208 | zcu208_25g |
25G | 4x | FMCP | Enterprise |
ZCU216 | zcu216_25g |
25G | 4x | FMCP | Enterprise |
Notes:
- The Vivado Edition column indicates which designs are supported by the Vivado Standard Edition, the FREE edition which can be used without a license. Vivado Enterprise Edition requires a license however a 30-day evaluation license is available from the AMD Xilinx Licensing site.
- All of the 25G designs have the
_25g
postfix in the target label.
These reference designs can be driven within a PetaLinux environment. The repository includes all necessary scripts and code to build the PetaLinux environments. The table below outlines the corresponding applications available in each environment:
Environment | Availab 7CC1 le Applications |
---|---|
PetaLinux | Built-in Linux commands Additional tools: ethtool, phytool, iperf3 |
Clone the repo:
git clone https://github.com/fpgadeveloper/sfp28-fmc-xxv.git
Source Vivado and PetaLinux tools:
source <path-to-petalinux>/2024.1/settings.sh
source <path-to-vivado>/2024.1/settings64.sh
Build all (Vivado project and PetaLinux):
cd sfp28-fmc-xxv/PetaLinux
make petalinux TARGET=zcu106_hpc0
We strongly encourage community contribution to these projects. Please make a pull request if you would like to share your work:
- if you've spotted and fixed any issues
- if you've added designs for other target platforms
Thank you to everyone who supports us!
This project was developed by Opsero Inc., a tight-knit team of FPGA experts delivering FPGA products and design services to start-ups and tech companies. Follow our blog, FPGA Developer, for news, tutorials and updates on the awesome projects we work on.