Question: Given the following code: A = B + C L = A + C D = A + E F = D + E M
Given the following code:
A BC
L AC
D AE
F DE
M AD
G AD
N FM
a List all dependencies using the first letter of an instruction to identify the instruction
For example: RAW AB if B was calculated before A could read it; only list the dependencies between the instructions shown, B instruction is just an example and is not shown in the code
b Compute the total execution time if the code is executed on its original sequence in a stage processor fetch decode, fetch operands, execution execution writeback working at MHz
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
