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

Multicast XBAR #239

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft

Multicast XBAR #239

wants to merge 26 commits into from

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    9dc5a41 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    9678051 View commit details
    Browse the repository at this point in the history
  2. docs: Correct typos

    colluca committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ed24e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e10e67e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    115dff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de1fc31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7131cb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02d3910 View commit details
    Browse the repository at this point in the history
  8. axi_mcast_xbar: Cut valid->ready->commit combinational path

    To be improved:
    - 50% multicast AW throughput
    - Potential for combinational loops in mux
    colluca committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cbe3402 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21222e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60542d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7da0430 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    137b19c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f7191a View commit details
    Browse the repository at this point in the history
  14. axi_mcast_xbar: Add to CI

    colluca committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    31fcf1f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56396c1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d302b39 View commit details
    Browse the repository at this point in the history
  17. common_cells: Bump to v1.29.0

    colluca committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    17cee0a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b423b2d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    84f60fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fccb294 View commit details
    Browse the repository at this point in the history
  21. axi_mcast_xbar: Tie signals to 0 when Connectivity matrix is sparse

    Corrects a bug due to the Xs on these undriven signals propagating.
    Bug was not caught in testbench as it uses a dense Connectivity matrix.
    colluca committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6f8a25a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    425d140 View commit details
    Browse the repository at this point in the history
  23. axi_mcast_xbar: Allow multiple outstanding multicast transactions

    Multiple outstanding multicast transactions are allowed only if
    the slaves selected by these transactions are the same.
    colluca committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c303a0d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e4862ec View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fed6a2f View commit details
    Browse the repository at this point in the history