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

[rtl] Add support for direct mode in mtvec #2044

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

Commits on May 31, 2023

  1. [rtl] Add support for direct mode in mtvec

    The Ibex RISC-V core currently lacks support for the direct mode in the
    mtvec (lowRISC#1419). This commit make mtvec support both vectored and direct
    mode.
    
    To ensure compatibility with existing test programs, the initial value
    of mtvec.MODE is set to vectored mode.For both vectored mode and direct
    mode, mtvec.BASE must be 256-byte aligned.
    leesum1 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    2665328 View commit details
    Browse the repository at this point in the history