Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyzxinyizhang/FPGA-SFP-communication-with-Aurora
https://github.com/xyzxinyizhang/FPGA-SFP-communication-with-Aurora
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xyzxinyizhang/FPGA-SFP-communication-with-Aurora
- Owner: xyzxinyizhang
- Created: 2018-08-13T19:01:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T20:54:32.000Z (over 6 years ago)
- Last Synced: 2024-08-02T01:25:17.208Z (6 months ago)
- Language: C++
- Size: 38.1 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FPGA SFP High Speed Transceiver Communication (ZCU102)
This project provides a basic high speed transceiver design through "DDR-DMA-buffer-AURORA-SFP-AURORA-buffer-DMA-DDR" in one board.
This project is based on Xilinx Aurora IP (64/66b).
The SFP+ connector and Xilinx IP Aurora is used in this project.
This design is aiming at test the communication of two SFP connector. Two Aurora Ip are instantiated in the design and data is looped back
via a 10G SFP+ Passive Direct Attach Copper Twinax Cable.
Data streaming and DMA are adopted in this project. The IO for streaming data to FPGA can be found in ./SW...
The design block diagram can be found in the ./HW/block_diagram.pdf.