Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Stall 对转发的影响 #5

Closed
Wonicon opened this issue Dec 26, 2015 · 0 comments
Closed

Memory Stall 对转发的影响 #5

Wonicon opened this issue Dec 26, 2015 · 0 comments

Comments

@Wonicon
Copy link
Member

Wonicon commented Dec 26, 2015

比如WB段写回寄存器的数据可以转发给EX段,但是此时发生了Memory Stall,WB的写回操作虽然有充分的时间执行完成,但是由于WB段在接下来的周期里被MEM段的气泡填充,导致转发单元认为不需要转发,使用原来的值,但是这个原来的值存在IDEX寄存器里,而不是GPR里那个已经被写回的正确的值。

Wonicon added a commit that referenced this issue Dec 26, 2015
See Issue #5
@Wonicon Wonicon closed this as completed Dec 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant