Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 (1.5 points) The design team for a simple, single-issue processor is choosing between a pipelined or non-pipelined implementation. Here are some design parameters
Question 1 (1.5 points) The design team for a simple, single-issue processor is choosing between a pipelined or non-pipelined implementation. Here are some design parameters for the two possibilities: Parameter Pipelined Version Non Pipelined Version Clock Rate 3 GHz 2 GHz CPI for ALU instructions 1.5 1 CPI for Control instructions 1 3 CPI for Memory instructions 2 2 a) For a program with 20% ALU instructions, 10% control instructions and 70% memory instructions, which design will be faster? {Write either "Pipelined" or "Non Pipelined " in answer box 1} Give a quantitative CPI average for each case. {The answer box 2 is for CPI of Pipelined version and answer box 3 is for CPI of Non Pipelined version in format of d.d; e.g. 2.1}? b) Find execution time for each version when running a program with 1.00e+6(1 X 106) instructions. {The answer box 4 is for execution time of Pipelined version in "milliseconds(ms)" and answer box 5 is for execution time of Non Pipelined version in "milliseconds(ms)" in the format of d.dd; e.g 5.45}
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