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

Enidanness inconsistency #50

Closed
stnolting opened this issue Jun 1, 2021 · 1 comment
Closed

Enidanness inconsistency #50

stnolting opened this issue Jun 1, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@stnolting
Copy link
Owner

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-endian
  • bootloader uses big-endian memory layout
  • mstatush CSR states the CPU is big-endian (but it is not!)
  • external memory interface states it used big-endian access by defualt (but it it not!)
@stnolting
Copy link
Owner Author

fixed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant