Is rv32i supported? #63
-
I took a brief look at the RTL file core_4t.sv and found the following definition:
If I understand the syntax correctly, it means each thread has 16 registers of 32 bits each. Is that indeed the case (for now), or am I looking at old code? |
Beta Was this translation helpful? Give feedback.
Answered by
amichai-bd
Jun 1, 2021
Replies: 1 comment
-
It should be a parameter. Will be updated. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DL8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be a parameter.
Currently it's "hard coded" to support only RV32E.
(16 register).
Will be updated.