Problem Description:
Given Machine Instruction
1. LD R1, 50(R2)
2. ADD R3, R1, R4
3. LD R5, 100(R3)
4. MUL R6, R5, R7
5. ADD R1, R1, #100
6. SUB R2, R2, #8
Font type: Times New Roman and Size 12
Task to do:
a) Draw the four-stage pipeline for the above Instruction.
b) Calculate the total clock cycles for all the above-mentioned
instructions need to be completed.
c) Explain how to handle structural hazards the pipeline
instruction.
d) Explain...