retagged by
676 views
0 votes
0 votes
ADD R1,R2,R3

SUB R2,R1,R7

BNEQZ R5,L1

MUL R8,R9,R3

DIV R6,R8,R7

L1:-

LOAD R4, 2(R6)

SUB R10,R4,R11

 

for the above sequence of instructions draw time and space diagram to find out total number of clock cycles required to complete execution without operand forwarding and if branch is not taken
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
kathan Mistry asked Aug 9, 2022
631 views
In a pipelined architecture Static branch prediction is used with branch taken assumption. Assume that 30% of the instructions executed for a program are branch instructi...
0 votes
0 votes
1 answer
3
1 votes
1 votes
2 answers
4