retagged by
645 views
0 votes
0 votes
For Given machine instructions

LW R4 #400

L1:LW R1, 0,(R4)

LW R2 400(R4)

ADDI R3, R1, R2

SW R3, 0(R4)

SUB R4, R4, #4

BNZ R4, L1
on a 5 stage pipeline processor, 1 clock cycle per stage. how mAny clock cycles willtake execution of this segment on the regular architecture?
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
HeadShot asked Oct 4, 2018
363 views
I got Option D , and Are we saving 1 cycle by replacement ? ( if yes then may be solved it correct else i am wrong somewhere )
4 votes
4 votes
2 answers
3
Na462 asked Jul 31, 2018
2,242 views
A computer has 170 different operations. Word size is 4 bytes one word instructions requires two address fields. One address for register and one address for memory. If t...
12 votes
12 votes
3 answers
4