Recall that our 5stage MIPS pipeline is sometimes referred t
Recall that our 5-stage MIPS pipeline is sometimes referred to as a “scalar” pipeline since at most one instruction can occupy any stage at one time. Which of the following types of hazards would this pipeline never experience and why?
a) Resource Hazard
b) Data Hazard
c) Control Hazard
d) Branch Hazard
Solution
Answer :-
b) Data Hazard.
Explanation :-
Hazards refer to conflicts in the execution of a pipeline.
Example :
The resource name same in two concurrent actions. This is called structural hazard to avoid it we have to replicate resources. The first instruction complete loaded and this is also known as data hazard .
