What are hazards in pipeline?
Sigiloso
CUrrent instruction depends one previous instructions. Usually have structural hazard (try to use the same resource), dada hazard (data depends on previous instruction), control hazard(action depends on previous instruction).