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 bug in instruction-misaligned exception handling #734

Merged
merged 11 commits into from
Nov 23, 2023

Commits on Nov 21, 2023

  1. [rtl] update version ID

    stnolting committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c87b7ef View commit details
    Browse the repository at this point in the history
  2. [processor_check] check that an unaligned JALR destination does not a…

    …lter the link register
    stnolting committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9e1b314 View commit details
    Browse the repository at this point in the history
  3. [changelog] add v1.9.1.4

    stnolting committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    25b1561 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e20fd View commit details
    Browse the repository at this point in the history
  5. [!] disable C ext. for processor check

    to check for correct handling of misaligned instruction exception; C extension is still tested/verified in neorv32-riscof
    stnolting committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8b231cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1450026 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f5e83a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    d48cd5e View commit details
    Browse the repository at this point in the history
  2. mepc & dpc: hardwire bit 1 to zero if IALIGN = 32

    i.e. if the C ISA extension is disabled
    stnolting committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    776829b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. [sim] commet fix

    stnolting committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    07c8090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeb7ba3 View commit details
    Browse the repository at this point in the history