Question 2: Execution Time - For the above code, compute the execution time for each
instruction and for the complete code for multi-cycle implementation. (1 points)
(i) Given the following access times for the critical functional units, compute the time taken to
execute each instruction. You may group the instructions with the same execution time. (0.5
points)
Memory Access =0.3ns;
Register Access =0.1ns;
ALU execution =0.2ns
(ii) Assuming all instructions are executed using a fixed clock cycle length. What is the execution time
for the complete cod(e)/(p)rogram using multi-cycle implementation? (include loop execution) (0.5
points)