Question

AziTech is considering the design of a new CPU for its new model of computer systems...

AziTech is considering the design of a new CPU for its new model of computer systems for
2021. It is considering choosing between two (2) CPU (CPUA and CPUB) implementations
based on their performance. Both CPU are expected to have the same instruction set
architecture. CPUA has a clock cycle time of 60 ns and CPUB has a clock cycle time of 75
ns. The same number of a particular instruction type is expected to be executed on both CPUs
in order to determine which CPU would executes more instructions. CPUA is able to execute
2MB of instructions in 5*106 clock cycles. CPUB executes the same number of instructions in
3*106 clock cycles.
a) Using the MIPS performance metric, which of the two (2) CPU should be selected to
be implemented in the new computer system. Justify your choice.
b) Compute the execution time for both CPUs. Which CPU is faster?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)

Here

MIPS = Instruction Count / (Execution time * 10^6)

Execution times of CPUA and CPUB are calculated in section b

MIPS of CPUA = 2 MB / (0.3 Seconds * 10^6) = 2*10^6 / (0.3 *10^6) = 6.67 MIPS

MIPS of CPUB = 2 MB / (0.225 Seconds* 10^6) = 2*10^6 / (0.225 *10^6) = 8.89 MIPS

Its clear from MIPS value of CPUB is higher than CPUA

So CPUB will be selected to implement the new computer system

============================================================

b)   

CPUExecutionTime = CPUClockCycles * ClockCycleTime

Excecution time of CPUA = 5*10^6 * 60*10^-9 = 300 * 10^-3 = 300 milliSeconds = 0.3 Seconds

   Excecution time of CPUB = 3*10^6 * 75*10^-9 = 225 * 10^-3 = 225 milliSeconds = 0.225 Seconds

Generally

Execution TimeA < Execution TimeB

Then, PerformanceA > PerformanceB [ Performance6 = 1 / (Execution Time) ]

Here, Execution Time of CPUB < Execution Time of CPUA, 0.225 Sec < 0.30 Sec

CPUB will be runs faster

Add a comment
Know the answer?
Add Answer to:
AziTech is considering the design of a new CPU for its new model of computer systems...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • CASE II AziTech is considering the design of a new CPU for its new model of...

    CASE II AziTech is considering the design of a new CPU for its new model of computer systems for 2021. It is considering choosing between two (2) CPU (CPUA and CPUB) implementations based on their performance. Both CPU are expected to have the same instruction set architecture. CPUA has a clock cycle time of 60 ns and CPUB has a clock cycle time of 75 ns. The same number of a particular instruction type is expected to be executed on...

  • Topics 1. MIPS instruction set architecture (ISA). 2. Performance. 3. MIPS datapath and control. Exercise 1...

    Topics 1. MIPS instruction set architecture (ISA). 2. Performance. 3. MIPS datapath and control. Exercise 1 Consider the memory and register contents shown below. Registers Ox0100 FFF8 13 ($t 5) 14 ($t6) 0x0100 FFFC 0x0101 0000 Memory 0x0000 0000 0x0001 1100 0x0A00 со00 0x1234 4321 OxBAOO OOBB 15 OXAAAA 0000 0x1111 1010 0x7FFF FFFD 0x0100 FFFO 0x0101 0008 (St7) Ox0101 0004 16 ($80) 0x0101 0008 17 ($sl) Show what changes and give the new values in hexadecimal after the following...

  • ) Answer the following questions: (10 points) Is it possible for one computer with a low...

    ) Answer the following questions: (10 points) Is it possible for one computer with a low MIPS rating to have a better performance in practice than a computer with a high MIPS rating? Explain a. What is the MIPS rating of this computer? Given that a program is run on a computer clock cycle time instructions with 1 cycle b. with the following parameters: 10 ns 70% 20% 1096 instructions with 2 cycles instructions with 3 cycles

  • Problem 4 (15pts): hines iom address oing MIPS memory with data shown in hex, which are located i...

    Problem 4 (15pts): hines iom address oing MIPS memory with data shown in hex, which are located in little-endian byte on rough 15. Show the result of the MIPS instruction "w Ss0, 4(Sa0)" for an byte orders, where $a0 4 Address Contents Address Contents 0a 1 b 2c 3d 8a 9b 10 b4 c5 6d 7e 8f 5f 13 14 15 70 (b) (10pts)Ass specified units. ume we have the following time, performance and architecture parameters in the Ec execution...

  • Problem 4 (15pts): (a) (5pts) Consider the following MIPS memory with data shown in hex, which ar...

    Problem 4 (15pts): (a) (5pts) Consider the following MIPS memory with data shown in hex, which are located in memory from address 0 through 15. Show the result of the MIPS instruction "lw Ss0,4(Sa0)" for machines in little-endian byte orders, where Sa0 4. Address Contents Address Contents 9b lb 2 4 6 10 b4 c5 12 13 14 15 3d 5f 70 7 8f (b) (10pts)Assume we have the following time, performance and architecture parameters in the specified units Ec-...

  • computer architecture and organization Figure Q20 shows a space time diagram to execute n instructions by...

    computer architecture and organization Figure Q20 shows a space time diagram to execute n instructions by CAOTM processor The instruction cycle comprises 4 steps; fetch (F), decode (D), execute (E), and write back (W). Assume 1 clock cycle= 10 ns. 10 20 30 40 50 60 70 80 90 100 110 120 130 Time, ns Cycle Instruction- 1 2 3 4 6 7 8 9 10 11 13 1 F D E E W 2 F E E W D...

  • Computer Architecture 14. Fill in the blanks below with the most appropriate term or concept discussed...

    Computer Architecture 14. Fill in the blanks below with the most appropriate term or concept discussed in this chapter: A. ---------------The time required for the first result in a series of computations to emerge from a pipeline. B. ---------------This is used to separate one stage of a pipeline from the next. C. ---------------Over time, this tells the mean number of operations completed by a pipeline per clock cycle. D. ---------------The clock cycles that are wasted by an instruction-pipelined processor due...

  • Design and implement a C Language program that measures the performance of given processors. There are...

    Design and implement a C Language program that measures the performance of given processors. There are several metrics that measure the performance of a processor. We will be using the following 3 measures: 1.CPI (clock cycles per instruction) = #clock cycles /#instructions 2.CPU execution time = #instructions x CPI x clock cycle time . cylce time = 1/CPU clock rate in hertz units 3.MIPS (mega instructions per second)= #instrucrions/ CPU X 1000000 Typically, processors’ performance is measured using a wide...

  • I need help with the following Computer Architecture question: Consider two different implementations, M1 and M2,...

    I need help with the following Computer Architecture question: Consider two different implementations, M1 and M2, of the same instruction set. There are three classes of instructions (A, B, and C) in the instruction set. M1 has a clock rate of 90 MHz and M2 has a clock rate of 80 MHz. The average number of cycles for each instruction class and their frequencies (for a typical program) are as follows: Instruction Class Machine M1 – Cycles/Instruction Class Machine M2...

  • Problem 4 (15pts): (a) (5pts) Consider the following MIPS memory with data shown in hex, which...

    Problem 4 (15pts): (a) (5pts) Consider the following MIPS memory with data shown in hex, which are located in memory from address 0 through 15. Show the result of the MIPS instruction "lw Ss0,4(Sa0)" for machines in little-endian byte orders, where Sa0 4. Address Contents Address Contents 9b lb 2 4 6 10 b4 c5 12 13 14 15 3d 5f 70 7 8f (b) (10pts)Assume we have the following time, performance and architecture parameters in the specified units Ec-...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT