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

Adding umi_port and N x M umi_switch #155

Merged
merged 3 commits into from
Aug 23, 2024
Merged

Adding umi_port and N x M umi_switch #155

merged 3 commits into from
Aug 23, 2024

Commits on Aug 11, 2024

  1. Adding umi_port block

    - The crossbar is awkward, an N:1 output mux with an arbiter and ready pushback is easier to use
    - Can we replace umi_mux with this?
    aolofsson committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    c1f5c55 View commit details
    Browse the repository at this point in the history
  2. Adding an N input by M output switch

    - Many fabrics are assymetric, so NXN is not natural.
    - Usig the new umi_port
    aolofsson committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    58694dc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Name changr for clarity

    - Output is valid, so input should be valid as well for naming consistency
    aolofsson committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    76b5433 View commit details
    Browse the repository at this point in the history