Replies: 1 comment
-
|
Hi @MrJake222, the interrupt handling logic comprises a small part of RVX. If you want to make RVX smaller, you can downsize the register file to 16 registers, effectively creating a RV32E implementation. This will reduce significantly the logic used for decoding the register file addresses. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've hardwired
0to interrupt inputs, however the logic didn't get much smaller.Beta Was this translation helpful? Give feedback.
All reactions