jameyhicks / fpga-drive-aximm-pcie

Example design for FPGA Drive using the AXI Memory Mapped to PCI Express Bridge IP

Home Page:http://fpgadrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fpga-drive-aximm-pcie

Example design for FPGA Drive using the AXI Memory Mapped to PCI Express Bridge IP.

Supported carrier boards

Description

This project demonstrates using the AXI Memory Mapped to PCIe Bridge IP to interface an FPGA with a PCIe end-point device. The bridge IP is configured as a PCIe Root Port, using 1 to 4 lanes, Gen2 depending on target hardware.

The bare metal software application reports on the status of the PCIe link and performs enumeration of the detected PCIe end-points.

Requirements

In order to test this design on hardware, you will need the following:

  • Vivado 2016.2
  • FPGA Drive - for connecting a PCIe SSD
  • M.2 PCIe Solid State Drive
  • One of the supported carriers listed above

Board Specific Notes

VC709 and KCU105

Note that there is no standalone SDK application for these eval boards in this repository. The reason is that those designs are based on the AXI Bridge for PCI Express Gen3 Subsystem v2.1, for which Xilinx does not presently provide a driver. If you use these designs from this repository, you must write your own drivers for standalone and Linux use.

PicoZed

Installation of PicoZed board definition files

To use this project on the PicoZed, you must first install the board definition files for the PicoZed into your Vivado installation.

The following folders contain the board definition files and can be found in this project repository at this location:

https://github.com/fpgadeveloper/fpga-drive-aximm-pcie/tree/master/Vivado/boards/board_files

  • picozed_7015_fmc2
  • picozed_7030_fmc2

Copy those folders and their contents into the C:\Xilinx\Vivado\2016.2\data\boards\board_files folder (this may be different on your machine, depending on your Vivado installation directory).

PicoZed FMC Carrier Card V2

On this carrier, the GBTCLK0 of the LPC FMC connector is routed to a clock synthesizer/MUX, rather than being directly connected to the Zynq. In order to use the FPGA Drive FMC on the PicoZed FMC Carrier Card V2, you will need to reprogram the configuration EEPROM for the clock synthesizer. See the Hardware User Guide for the PicoZed FMC Carrier Card V2 more information about this.

License

Feel free to modify the code for your specific application.

Fork and share

If you port this project to another hardware platform, please send me the code or push it onto GitHub and send me the link so I can post it on my website. The more people that benefit, the better.

About the author

I'm an FPGA consultant and I provide FPGA design services to innovative companies around the world. I believe in sharing knowledge and I regularly contribute to the open source community.

Jeff Johnson FPGA Developer

About

Example design for FPGA Drive using the AXI Memory Mapped to PCI Express Bridge IP

http://fpgadrive.com


Languages

Language:Tcl 57.9%Language:C 34.1%Language:CartoCSS 5.4%Language:Makefile 2.3%Language:Batchfile 0.2%