359 views
0 votes
0 votes

1 Answer

0 votes
0 votes

In RISC 5 Stage pipeline Register read is done at 2nd stage. i.e Instruction decode.

Also WB stage has half cycle for write and other half for register read.

So, considering this we will get 19 clock cycles. 

Related questions

0 votes
0 votes
2 answers
1
1 votes
1 votes
1 answer
2
1 votes
1 votes
1 answer
3
LRU asked Jan 8, 2022
940 views
Consider the following sequence of instructions Add #20,R0,R1 Mul #3,R2,R3 And #$3A,R2,R4 Add R0, R2, R5 In all instructions, the destination operand is given last. Init...
0 votes
0 votes
1 answer
4
LRU asked Oct 23, 2021
2,823 views
Suppose that we are considering an enhancement that runs 10 times faster than the original machine but is usable only 40% of the time. What is the overall speedup gained ...