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

Attempt access on every byte of an unaligned access #23

Open
wants to merge 1 commit into
base: ibex_cosim
Choose a base branch
from

Commits on Nov 16, 2022

  1. Attempt access on every byte of an unaligned access

    To match Ibex behaviour this updates the spike unaligned load/store
    behaviour to try accessing all bytes rather than stopping as soon as an
    error is seen. If one or more errors are seen whilst accessing these
    bytes the first one is thrown.
    GregAC committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ed0d99f View commit details
    Browse the repository at this point in the history