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

Add memory address offset param; Fix portmap signals; Fix cache driver issues. #594

Merged
merged 15 commits into from
Sep 22, 2023

Commits on Aug 14, 2023

  1. feat(extmem): Add memory address offset Verilog parameter for extmem.

    - Remove `iob_addr_zone_selector` modules, as they are no longer needed.
    arturum1 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b7142ae View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. feat(cache): Init cache drivers in boot; Disable USE_CTRL_CNT.

    - Disable USE_CTRL_CNT because drivers do not work well with it enabled.
      When it is enabled, we cannot invalidate cache via SWregs.
    arturum1 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7ca56e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7850f65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959f58f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edf1b0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6efbed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5164af3 View commit details
    Browse the repository at this point in the history
  7. chore(LIB): Update LIB)

    arturum1 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e731505 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2b593d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix(portmap): Fix internal representation of portmap signals.

    - Update internal representation of portmap signals to use if_name as
      prefix.
      This allows the system to distinguish between two signals with the
      same name by checking their prefix.
    arturum1 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    02731ff View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

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

Commits on Sep 14, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    6018354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f4d38 View commit details
    Browse the repository at this point in the history