Question
The classic five-stage pipeline MIPS architecture is used to execute thecode fragments. Assume the followings: Register write is done in the first half of the
The classic five-stage pipeline MIPS architecture is used to execute thecode fragments. Assume the followings:
Register write is done in the first half of the clock cycle; register read is performed in the second half of the clock cycle,
Branches are resolved in the fourth stage of the pipeline and the architecture does not utilize any branch prediction mechanism
Forwarding is not supported.
Assuming there is no dependence other than one(s) given in the code, show the pipeline diagram.
Clock Cycle | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
add R1, R2, R3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
add R1, R1, R4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
add R1, R1, R5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started