Calculate the average instruction execution time of the pipelined CPU.
Question 1 A non-pipelined CPU with a clock frequency of 2 GHz has instruction latencies with relative frequencies of instructions as shown in the following table. Instruction Type Instruction Latency Relative Frequency Loads 5 30% Stores 4 15% Branches 3 10% Jumps 2 5% ALU/Logic 4 40% a. Calculate the average CPI. b. Calculate the […]