You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ibex RISC-V core currently lacks support for the direct mode in the
mtvec (#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.
0 commit comments