You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thebeq
is branching indeed. But instead of loading the good line (corresponding to the label), it reloaded the lines after thebeq
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.The text was updated successfully, but these errors were encountered: