Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If the instruction execution is pipelined, each pipeline stage requires additional 2 0 ps for the registers between the pipeline stages. Cycle time refers to
If the instruction execution is pipelined, each pipeline stage requires additional ps for the
registers between the pipeline stages. Cycle time refers to the time an instructions needs for
execution. Latency is the number of clock cycles it takes for an individual instruction to have
its data available for use by another instruction after it starts its execution. Throughput is the
number of instructions completed per time unit.
i The processors are implemented in a nonpipelined, singlecycle fashion. Determine cycle
time, latency of an instruction, and throughput for each processor.
ii The processors are implemented in a pipelined fashion. Determine cycle time, latency of
an instruction, and throughput for each processor.
iii If you could split one of the pipeline stages into two equal halves, which one would you
choose? What is the new cycle time, latency, and throughput for each processor?
iv Assume the distribution of instructions that run on the processor is:
ALU
BEQ
LW
SW
Assuming there are no stalls or hazards, what is the utilization of the data memory and
the register blocks write port? We consider the utilization in percentage of clock cycles
used.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started