Question: Consider the following program running on a MIPS Pipeline design add $1, $2, $9 lw $3, 10($30) sub $5, $1, $3 add $10, $3, $5
Consider the following program running on a MIPS Pipeline design
add $1, $2, $9
lw $3, 10($30)
sub $5, $1, $3
add $10, $3, $5
1. For each instruction identify any data hazards and describe how they would be resolved.
2. Are there any pipeline stalls in this program execution? If yes, can you reorder instruction to eliminate them?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
