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

Risc Pipeline simulator bug #7

Open
JulV94 opened this issue Mar 8, 2018 · 0 comments
Open

Risc Pipeline simulator bug #7

JulV94 opened this issue Mar 8, 2018 · 0 comments
Labels

Comments

@JulV94
Copy link

JulV94 commented Mar 8, 2018

After a lot of + and - half clock-cycles, when we came to a beq branching, the pipeline fills with the next lines and then correctly ditch them before execution since the beq is branching indeed. But instead of loading the good line (corresponding to the label), it reloaded the lines after the beq again (Then jumped to the first line of the code but maybe due to execution of the halt command). When we simulated the code again without messing with the half clock-cycles, the code was running fine.

@parastuffs parastuffs added the bug label Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants