This project is currently under active development and may undergo significant changes.
This project demonstrates the use of the Opsero Ethernet FMC Max and it supports several FPGA/MPSoC development boards. The design contains 4 AXI Ethernet blocks configured with DMAs.
Important links:
- The user guide for these reference designs is hosted here: AXI Ethernet for Ethernet FMC Max docs
- To report a bug: Report an issue.
- For technical support: Contact Opsero.
- To purchase the mezzanine card: Ethernet FMC Max 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
- Vitis 2024.1
- PetaLinux Tools 2024.1
- Ethernet FMC Max
- One of the target platforms listed below
- Xilinx Soft TEMAC 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 number of ports supported by the design and the FMC connector on which to connect the Ethernet FMC Max. Some of the target designs require a license to generate a bitstream with the AMD Xilinx tools.
Target board | Target design | Ports | FMC Slot | License required |
---|---|---|---|---|
KCU105 | kcu105_hpc |
4x | HPC | YES |
UltraZed-EV carrier | uzev |
4x | HPC | NO |
VCK190 | vck190_fmcp1 |
4x | FMCP1 | YES |
VCK190 | vck190_fmcp2 |
4x | FMCP2 | YES |
VEK280 | vek280 |
4x | FMCP | YES |
VMK180 | vmk180_fmcp1 |
4x | FMCP1 | YES |
VMK180 | vmk180_fmcp2 |
4x | FMCP2 | YES |
VPK120 | vpk120 |
4x | FMCP | YES |
VCU118 | vcu118_fmcp |
4x | FMCP | YES |
ZCU102 | zcu102_hpc0 |
4x | HPC0 | YES |
ZCU102 | zcu102_hpc1 |
4x | HPC1 | YES |
ZCU104 | zcu104 |
1x | LPC | NO |
ZCU106 | zcu106_hpc0 |
4x | HPC0 | NO |
ZCU111 | zcu111 |
4x | FMCP | YES |
ZCU208 | zcu208 |
4x | FMCP | YES |
ZCU216 | zcu216 |
4x | FMCP | YES |
Clone the repo:
git clone https://github.com/fpgadeveloper/ethernet-fmc-max-axi-eth.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 ethernet-fmc-max-axi-eth/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.