473 views
0 votes
0 votes
Although the following instructions do not make much sense but if such case occurs, is data forwarding from MA of I1 to MA of I2 allowed? Or will it result in some stall?

Please add some reference, I couldn't find any yet.

I1: Load A     //A<-Mem[address]

I2: Store Adress2, A   // Mem[Address2] <- A

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
1
0 votes
0 votes
0 answers
2
Na462 asked Nov 14, 2018
758 views
0 votes
0 votes
1 answer
3
2 votes
2 votes
1 answer
4
Mk Utkarsh asked Oct 23, 2018
2,237 views
Consider the below instructions executed on a 5 stage(IF,ID,EX,MA,WB) RISC pipeline with operand forwarding.I1: ADD R0,R1,R2 (R0=R1+R2)I2: SUB R3,R0,R2I3:MUL R4,R3,R0I4:D...