Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Assume a 15 cm diameter wafer has a cost of 12, contains 84 dies, and has 0.020 defects/cm2 . Assume a 20 cm diameter wafer has a cost of 15, contains 100 dies, and has 0.031 defects/cm2 .

1.10.1 Find the yield for both wafers.

1.10.2 Find the cost per die for both wafers.

1.10.3 If the number of dies per wafer is increased by 10% and the defects per area unit increases by 15%, find the die area and yield.

1.10.4 Assume a fabrication process improves the yield from 0.92 to 0.95. Find the defects per area unit for each version of the technology given a die area of 200 mm2

Short Answer

Expert verified

1.10.1 yield_1=0.959 and yield_2=0.909.

1.10.2. Cost per die of first wafer =0.148

Cost per die of second wafer =0.165.

1.10.3. New area per die=1.912 cm^2 and yield_1=0.957

New area per.die=2.85 cm^2 and yield_2=0.905.

1.10.4 Defects=0.042 per cm^2 and defects=0.026 per cm^2

Step by step solution

01

Determine the formula.

Write a formula for Die area

Diearea=WaferareaDiesperwafer=πr2Diesperwafer ……(1)

Write a formula for Total area

πr2 ……(2)

Write a formula for Radius

Diameter2

.…(3)

Write a formula for Cost per die

costperdie=costperwaferDiesperwafer ……(4)

Write a formula for yield

yield=11+defects×diearea/22 .…(5)

Write a formula for defects

defects=2*1sqrtyield-1diearea ' .…(6)

02

Find the yield for both wafers.

Given :defects=0.020

Diearea=3.14152284=2.1

role="math" localid="1650932782104" yield1=11+0.020×2.1/22=0.959

Wafer 2:Now yield of 2nd wafer is calculated similarly.

Radius=20/2=10cm

Total area=π×102=3.14×100=314.159

Area per die=314.159/100=3.14

role="math" localid="1650932903756" yield2=11+0.031×3.14/22=0.909

03

Calculate the per-die cost for each wafers

1.10.2

Wafer 1:

Cost_1=1284×0.959=0.148

Wafer 2:

Cost_2=15100×0.909=0.165

04

find the die area and yield if increased 

Wafer 1:

There is a 10% increase in the number of dies

10% of 84=8.4

New number of dies =84+8.4=92.4

There is a 15% increase in the defects per cm^2

15% of 0.020=0.003

New defects per area=0.020+0.003=0.023

New area per die=176.71/92.4 =1.912 cm2

yield1=11+0.023×1.91222=0.957

Wafer 2:

There is a 10% increase in the number of dies

10% of 100=10

New number of dies 100+10=110

There is a 15% increase in the defects per cm^2

15% of 0.031=0.0046

New defects per area=0.031+0.00465=0.0356 defects per cm2

New area per die=314.159/110=2.85 cm2

yield2=11+0.0356×2.8522=0.905

05

Find defects per unit area

1.10.4

Assuming a die area of 2 cm^2

For yields of 0.92 and 0.95, we must determine the faults per unit

area.Rearranging the yield equation,

defects=2*(1/sqrt(yield-1)/diearea

For 0.92 technology

defects=2*(1/sqrt(0.92)-1)/2=0.042 per cm2

For 0.95 technology

defects=2*(1/sqrt(0.95)-1)/2=0.026 per cm2

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

One logic function that is used for a variety of purposes(including within adders and to compute parity) is exclusive OR. The output of a two-input exclusive OR function is true only if exactly one of the inputs is true. Show the truth table for a two-input exclusive OR function and implement this function using AND gates, OR gates, and inverters

A.3 Is it ever safe for a user program to use registers \(k0 or \)k1?


Question: A friend would like you to build an “electronic eye” for use as a fake security device. The device consists of three lights lined up in a row, controlled by the outputs Left, Middle, and Right, which, if asserted, indicate that a light should be on. Only one light is on at a time, and the light “moves” from left to right and then from right to left, thus scaring away thieves who believe that the device is monitoring their activity. Draw the graphical representation for the finite-state machine used to specify the electronic eye. Note that the rate of the eye’s movement will be controlled by the clock speed (which should not be too great) and that there are essentially no inputs.

B.27 [15] <§B.6> Write the equations for the carry-lookahead logic for a 64- bit adder using the new notation from Exercise B.26 and using 16-bit adders as building blocks. Include a drawing similar to Figure B.6.3 in your solution.

Section A.7 contains code for a very simple exception handler. One serious problem with this handler is that it disables interrupts for a long time. This means that interrupts from a fast I/O device may be lost. Write a better exception handler that is interruptable and enables interrupts as quickly as possible.

See all solutions

Recommended explanations on Computer Science Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free