Respuesta :
Answer:
Hello the loop required for your question is missing below is the loop
Loop: lw x1,0(x2)
addi x1,x1, 1
sw x1,0(x2)
addi x2,x2,4
sub x4,x3,x2
bnz x4,Loop
answer : attached below
Explanation:
Show the phases of each instruction per clock cycle for one iteration of the loop
loop length
loop
lw x1,0(x2)
addi x1,x1, 1 values attached below
sw x1,0(x2)
addi x2,x2,4
sub x4,x3,x2
bnz x4,Loop
Attached below are the phases of each instruction per clock cycle for one iteration of the loop

In this exercise we have to use the knowledge of computation and code in python to describe a looping, in this way we can write as:
The answer is attached and below.
So we can write this loop as:
loop length
loop
lw x1,0(x2)
x1,x1, 1 values attached below
sw x1,0(x2)
addi x2,x2,4
sub x4,x3,x2
bnz x4,Loop
See more about computation at brainly.com/question/950632
