OpenCores

Details

Name: xge_mac
Created: May 19, 2008
Updated: Apr 20, 2013
SVN Updated: Mar 15, 2017
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 5 reported / 3 solved
Star22you like it: star it!

Other project properties

Category:Communication controller
Language:Verilog
Development status:Stable
Additional info:Design done, FPGA proven, Specification done
WishBone compliant: Yes
WishBone version: n/a
License: LGPL

Description

The 10GE MAC Core implements the Media Access Control functions for 10Gbps operation as defined in IEEE Std 802.3ae.

Features

1. Interfaces
- XGMII Interface (64-bit single clock edge)
- POS-L3 like Interface for core logic side
- Wishbone Interface for control
2. Inter-Frame GAP
- Deficit Idle Count per Clause 46
3. Pause Frames
- Received Pause Frames filtering
- Receive Indication
4. LAN mode operation
5. Link Status
- Local Fault Detection
- Remote Fault Detection/Indication
6. Latency
- Low-latency flow-through mode (120ns TX, 160ns RX)

Release Notes

1. Some issues reported with synthesis of FIFO's in Xilinx. Recommend using XIL define.

Status

- (05/31/2008) Verilog code completed
- (06/06/2008) SystemC and Verilog simulations completed
- (03/06/2009) Validated in Altera FPGA running traffic against other MAC
- (03/06/2009) Validated interfacing to external 10GE PHY using XAUI links
- (12/13/2009) Changed packet interface to big endian
- (12/13/2009) Added SERDES examples to tb_xge_mac.v
- (2/7/2012) Updates for Xilinx synthesis
- (2/15/2012) Core user reported passing traffic in Xilinx FPGA
- (11/23/2012) Design improvements for timing
- (11/23/2012) Added XIL define option for FIFO synthesis with Xilinx
- (11/23/2012) Added a prototype System Verilog testbench (not for general use)
- (11/25/2012) Added basic packet statistics. Timing improvements. Reduced FIFO size.

Future Developments

- RMON Statistics
- Store-and-forward mode