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

Fix x-prop issue in ScratchpadSlavePort #2818

Merged
merged 2 commits into from
Apr 19, 2021
Merged

Commits on Apr 18, 2021

  1. Fix x-prop issue in ScratchpadSlavePort

    Don't let D$ req.cmd field become X, or else it'll make req.ready become X,
    which confuses the Rocket core.
    aswaterman authored and ingallsj committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    3f4c670 View commit details
    Browse the repository at this point in the history
  2. Fix regression introduced in fix

    Wrong D$ command was sent on first slave-port access.
    aswaterman authored and ingallsj committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    8c4a740 View commit details
    Browse the repository at this point in the history