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

Enforce more consistent type naming #197

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

Enforce more consistent type naming #197

wants to merge 7 commits into from

Commits on Apr 10, 2023

  1. Enforce more consistent type naming

    Unify type naming across modules, using `axi_req_t` for AXI request and
    `axi_lite_req_t` for axi lite request. May fix some issues for vivado
    (see HERO). Similar for `resp` types.
    micprog committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    383c3c0 View commit details
    Browse the repository at this point in the history
  2. Align req and rsp types to #153

    micprog committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    da7d04d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e827f16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a603f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    573c281 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0f8e6f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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