-
Notifications
You must be signed in to change notification settings - Fork 240
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
Enidanness inconsistency #50
Labels
bug
Something isn't working as expected
Comments
stnolting
added a commit
that referenced
this issue
Jun 1, 2021
stnolting
added a commit
that referenced
this issue
Jun 1, 2021
stnolting
added a commit
that referenced
this issue
Jun 1, 2021
stnolting
added a commit
that referenced
this issue
Jun 1, 2021
stnolting
added a commit
that referenced
this issue
Jun 1, 2021
fixed 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some parts of the project use little-endian byte order while others use big-endian byte order.
However, the processor is intended to be little-endian.
Parts that need fixing:
neorv32_exe.bin
executables are big-endianmstatush
CSR states the CPU is big-endian (but it is not!)The text was updated successfully, but these errors were encountered: