Branch prediction #230
Answered
by
mortbopet
iTheodoros
asked this question in
Q&A
-
Is there any branch prediction implemented on Ripes? |
Beta Was this translation helpful? Give feedback.
Answered by
mortbopet
Sep 30, 2022
Replies: 1 comment 2 replies
-
Nope! But i've always been interested in having it. It's something which could be implemented somewhat agnostically of which processor model is currently loaded (much like how cache simulation is done). So if you'd like to try and implement branch prediction support, the cache work would probably be a good source of reference. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
iTheodoros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope! But i've always been interested in having it. It's something which could be implemented somewhat agnostically of which processor model is currently loaded (much like how cache simulation is done). So if you'd like to try and implement branch prediction support, the cache work would probably be a good source of reference.