216 views
0 votes
0 votes
The following code is to be executed in a 3 stage pipelined processor with hazard detection and resolution at each stage.The stages are IF , OF(one or more as required) and execution(including writeback operation) What are the possible RAW , WAR ,WAW hazards

R0 <- (R0) + 1

ACC <- (ACC) * (R0)

R1<-ACC

ACC <-ACC + R0

M <-(ACC)

Please log in or register to answer this question.

Related questions

1 votes
1 votes
4 answers
1
1 votes
1 votes
0 answers
2
0 votes
0 votes
2 answers
4