Giter VIP home page Giter VIP logo

ethernet-physical-layer's Introduction

RTL Ethernet Physical Layer

Parametrisable implementation of the Ethernet physical layer's PCS for 10GBASE-R and 40GBASE-R.

RTL is platform agnostic but current synthesis flow target's the Intel Cyclone 10 GX FPGA series.

Quickstart

Pre-requisite : Have quartus installed, and set in PATH.

This quickstart will create test project for the 10CX150YF780E5G part with a 10GBASE-R PCS and 40GBASE-R PCS in loop-back mode on transceiver bank 1D.

Basic shematics of loopback!

To create a new quartus project, and run lint, synthesize, and check timing and then assemble; in the tcl directory run :

make build 

A project named PCS.qsf will be created in the tcl directory and all logs, including timing will be in the tcl/PCS directory.

Quartus versions other then 22.3

This project was build for quartus 22,3, compatibility issues with the intel IP might arise with other versions, to force compatibility use the compat argument.

make build compat=1

Roadmap

10GBASE-R:

  • 16b wide data path, very low latency

  • 64b wide data path, low latency requirement

40GBASE-R:

  • 4 lanes, 256b wide data path, no latency requirement

Features not supported

  • MDIO

  • RS - Reconciliation Sublayer

  • WIS - WAN Interface Sublayer

  • EEE - Ethernet Energy Efficiency

Testing

For more information on the testbenches and how to run them see the README in the tb director.

License

This code uses the MIT license, all rights belong to Julia Desmazes.

ethernet-physical-layer's People

Contributors

essenceia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.