Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiteEthMAC: remove logic loop in hybrid mode #115

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 29, 2022

  1. LiteEthMAC: remove logic loop in hybrid mode

    The hardware and cpu ports' valid signals can not be made dependent on
    their own ready signals, since this creates combinatorial loops. This
    should be unnecessary anyway though, the only thing that matters is that
    the valid signal is not asserted while the other sink is not ready.
    Xiretza committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0f78f12 View commit details
    Browse the repository at this point in the history