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

axi_dw_downsizer: Fix i_forward_b_beats_queue underflow #323

Merged
merged 6 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. tb_axi_dw_downsizer: Add initial stall to B and R

    Forces error fixed in #323
    micprog committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    165264b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d378616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33cc163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c37f95 View commit details
    Browse the repository at this point in the history
  5. axi_dw_downsizer: Only delay last W beat

    Ensures last W beat is not sent if B fifo is full, allowing all W beats
    except last to pass.
    micprog committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9a765c9 View commit details
    Browse the repository at this point in the history
  6. Update Changelog

    micprog committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1d04d88 View commit details
    Browse the repository at this point in the history