This repo contains the example designs for the Opsero FPGA Drive FMC Gen4 mated with several FPGA and MPSoC evaluation boards.
Important links:
- Datasheet for the FPGA Drive FMC Gen4
- The user guide for these reference designs is hosted here: Ref design for FPGA Drive FMC docs
- To report a bug: Report an issue.
- For technical support: Contact Opsero.
This project is designed for version 2022.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 2022.1
- Vitis 2022.1
- PetaLinux Tools 2022.1
- FPGA Drive FMC Gen4
- M.2 NVMe PCIe Solid State Drive
- One of the supported carriers listed here
This repo contains several designs that target various supported development boards and their FMC connectors. The table below lists the target design name, the M2 ports supported by the design and the FMC connector on which to connect the FPGA Drive FMC Gen4. Some of the target designs require a license to generate a bitstream with the AMD Xilinx tools.
Target board | Target design | M2 ports | FMC Slot | License required |
---|---|---|---|---|
KC705 | kc705_hpc |
SSD1 | HPC | YES |
KC705 | kc705_lpc |
SSD1 | LPC | YES |
KCU105 | kcu105_hpc |
SSD1 | HPC | YES |
KCU105 | kcu105_hpc_dual |
SSD1 & SSD2 | HPC | YES |
KCU105 | kcu105_lpc |
SSD1 | LPC | YES |
PicoZed 7015 | pz_7015 |
SSD1 | LPC | NO |
PicoZed 7030 | pz_7030 |
SSD1 | LPC | NO |
UltraZed-EV carrier | uzev_dual |
SSD1 & SSD2 | HPC | NO |
VC707 | vc707_hpc1 |
SSD1 | HPC1 | YES |
VC707 | vc707_hpc2 |
SSD1 | HPC2 | YES |
VC709 | vc709_hpc |
SSD1 | HPC | YES |
VCK190 | vck190_fmcp1 |
SSD1 & SSD2 | FMCP1 | YES |
VCK190 | vck190_fmcp2 |
SSD1 & SSD2 | FMCP2 | YES |
VMK180 | vmk180_fmcp1 |
SSD1 & SSD2 | FMCP1 | YES |
VMK180 | vmk180_fmcp2 |
SSD1 & SSD2 | FMCP2 | YES |
VCU118 | vcu118 |
SSD1 | FMCP | YES |
VCU118 | vcu118_dual |
SSD1 & SSD2 | FMCP | YES |
ZC706 | zc706_hpc |
SSD1 | HPC | YES |
ZC706 | zc706_lpc |
SSD1 | HPC | YES |
ZCU104 | zcu104 |
SSD1 | LPC | NO |
ZCU106 | zcu106_hpc0 |
SSD1 | HPC0 | NO |
ZCU106 | zcu106_hpc0_dual |
SSD1 & SSD2 | HPC0 | NO |
ZCU106 | zcu106_hpc1 |
SSD1 | HPC1 | NO |
ZCU111 | zcu111 |
SSD1 | FMCP | YES |
ZCU111 | zcu111_dual |
SSD1 & SSD2 | FMCP | YES |
ZCU208 | zcu208 |
SSD1 | FMCP | YES |
ZCU208 | zcu208_dual |
SSD1 & SSD2 | FMCP | YES |
Clone the repo:
git clone https://github.com/fpgadeveloper/fpga-drive-aximm-pcie.git
Source Vivado and PetaLinux tools:
source <path-to-petalinux>/2022.1/settings.sh
source <path-to-vivado>/2022.1/settings64.sh
Build all (Vivado project and PetaLinux):
cd fpga-drive-aximm-pcie/PetaLinux
make petalinux TARGET=uzev_dual
More comprehensive build instructions can be found in the user guide:
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
- if you've added software support for other devices
Thank you to everyone who supports us!
Opsero Inc. is a team of FPGA developers 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.