Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ou are working at Hal Inc. designing the next generation CPU. The CPU is implemented using CMOS transistor technology, and its ISA contains three types

ou are working at Hal Inc. designing the next generation CPU. The CPU is implemented using CMOS
transistor technology, and its ISA contains three types of instructions. Some information about your system
follows:
Compiler C1 Output Mix
Instr. Type Mix
Arithmetic 50%
Memory 30%
Control 20%
(the above is on benchmark B)
CPU Cycle Count
Type CPI
Arithmetic 2
Memory 3
Control 4
CPU clock rate: 2GHz
1. The current [CMOS] chip requires 80W of power. The packaging team tells you that they can dissipate
at most 50W. What clock rate do you tell your VLSI team to change the clock rate to?
2. A certain program P requires 5 s. of CPU time, but must also do I/O of k bytes. I/O is of course
slower, and an I/O transfer of b bytes requires b +10 ms.(the 10 corresponds to a fixed startup time).
You may split I/O into any number of transfers for example, k transfers of 1 byte each, k/2 transfers
of 2 bytes each, ...,1 transfer of k bytes. The customer requires that you take at most 8 s.(total)
but the architecture team would prefer smaller transfers to avoid hogging the I/O bus. Determine
the best transfer size to satisfy all constraints. You may assume that k ranges over values for which
your results make sense and also do not need to use floor and ceiling functions (so your answer is an

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions