what is core going to do after cache miss or data dependecy ? #210
syncmanner
started this conversation in
General
Replies: 1 comment
-
Nothing blocks. The arbiter chooses a new thread from the ready ones every cycle. If there is no thread available, it will basically issue a "bubble" or empty instruction. Each thread is in-order issue. |
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
-
According to the doc description , core will issue next thread after current thread . Is arbiter be blocked by current thread ? Is pipeline like instruction cache tag blocked by current thread ? what is the interface of adiacent pipeline, it has any conceptions like outstanding ?
Beta Was this translation helpful? Give feedback.
All reactions