Coder Social home page Coder Social logo

tx parameters about verilog-ethernet HOT 4 CLOSED

alexforencich avatar alexforencich commented on May 23, 2024
tx parameters

from verilog-ethernet.

Comments (4)

alexforencich avatar alexforencich commented on May 23, 2024

If you have the checksum module enabled, then tx_udp_length can be set to 0. As far as the udp_hdr_valid/ready signals, these need to be driven from some sort of a state machine to source/sink the headers associated with each packet - you should have one transfer cycle on udp_hdr for every frame (delineated by tlast) on udp_payload. One of these days, I need to add some code to the example designs for how to send packets in addition to the loopback path.

from verilog-ethernet.

nitya261 avatar nitya261 commented on May 23, 2024

Thanks Alex. How about tuser?

from verilog-ethernet.

alexforencich avatar alexforencich commented on May 23, 2024

tuser[0] is used to indicate bad frames. Tie it low, unless you want to mark a frame as bad, which will then be dropped by the TX FIFO.

from verilog-ethernet.

nitya261 avatar nitya261 commented on May 23, 2024

Thanks Alex

from verilog-ethernet.

Related Issues (20)

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.