Govur University Logo
--> --> --> -->
...

When implementing a MIPS pipeline, which specific data hazard occurs when an instruction attempts to read a register before a preceding instruction has finished writing to it in the WB stage?



The specific data hazard described is a read-after-write hazard, commonly referred to as a RAW hazard. This occurs because the MIPS pipeline executes instructions in stages, meaning a subsequent instruction might reach its ID, or instruction decode stage, to read a register value before the earlier instruction has reached its WB, or write-back stage, to u....

Log in to view the answer



Redundant Elements