Arm Interview Question

What are hazards in pipeline?

Interview Answers

Anonymous

Nov 30, 2020

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).

1

Anonymous

Sep 21, 2020

Hjc