Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1: A program with 520 M instructions is run on two different processors, CPU1 and CPU2 with the following specifications: CPU1 specifications: 4.6
Question 1: A program with 520 M instructions is run on two different processors, CPU1 and CPU2 with the following specifications: CPU1 specifications: 4.6 GHz clock and a CPI of 1.8 CPU2 specifications: 5.2 GHz clock and a CPI of 1.3 (a) How fast is CPU1 when compared to CPU2 while executing the above program? (5 points) (b) A designer decides to reduce the execution time of the program by 12%, by modifying the ISA. But the average CPI is increased by 18%. Thus, this requires a change in the clock rate. What clock rate is required on each of the CPUs to achieve this? (15 points) Question 2: The hardware implementation of a program uses different classes of instructions as shown in the Table below. This program is run on a Processor which has a clock rate 4.8 GHz. a. What is the CPI (cycles per instruction) for the program? (5 points) b. What is the performance of the Processor? (5 points) Instruction Class CPI Instruction Count ALU (A) 1 00 8 Unconditional Branch (B) 2 3 Conditional Branch (C) 3 6 Data transfer (D) 4 4
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