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

Priviledged instruction set #25

Open
BrunoLevy opened this issue Jan 12, 2021 · 1 comment
Open

Priviledged instruction set #25

BrunoLevy opened this issue Jan 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@BrunoLevy
Copy link
Owner

  1. fully implement instructions to manipulate the CSRs
  2. two levels of privilege, ECALL and EBREAK, implement FEMTOS syscalls, SDCard file access and terminal.
  3. three levels of privilege
  4. MMU
  5. run Linux
    Links:
    https://github.com/BrunoLevy/learn-fpga/blob/master/FemtoRV/TUTORIALS/priviledged.md
@BrunoLevy BrunoLevy added the enhancement New feature or request label Jan 12, 2021
@BrunoLevy
Copy link
Owner Author

Let us start with a very minimalistic implementation, that would fit in the miniRV32 as an option, with:

  • fixed exception handler address
  • only mepc
    Then implement RV32M and RV32C with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant