619 views
2 votes
2 votes

2 Answers

2 votes
2 votes

Inpipelining NOP phase is the phase where no productive work is done.

Our aim is to do some useful work in NOP phase. Actually it is the phase, where some cycles are wasted.

In this phase, pipeline work same with data dependency.

Though , no operand forwarding is used in this phase , but due to data dependency, it produce some stalls and also some NOP phase.

Number of stalls are 8 among them 4 are NOP phase.

0 votes
0 votes

Here, Case 2 is applicable because it is explicitly mentioned in the question that WB Stage is divided into 2 parts- 1st Part is Write2nd Part is Read

Related questions

0 votes
0 votes
0 answers
3
Mrityudoot asked Jan 14
135 views
In it’s solution how are they obtaining x with the given operation? Should we not have 1 more register to keep x separate?