ch14.1.htm
来自「介绍asci设计的一本书」· HTM 代码 · 共 352 行
HTM
352 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML EXPERIMENTAL 970324//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe FrameMaker 5.5/HTML Export Filter">
<TITLE> 14.1 The Importance of Test</TITLE></HEAD><!--#include file="top.html"--><!--#include file="header.html"-->
<DIV>
<P>[ <A HREF="CH14.htm">Chapter start</A> ] [ <A HREF="CH14.htm">Previous page</A> ] [ <A HREF="CH14.2.htm">Next page</A> ]</P><!--#include file="AmazonAsic.html"--><HR></DIV>
<H1 CLASS="Heading1">
<A NAME="pgfId=71561">
</A>
14.1 <A NAME="36678">
</A>
The Importance of Test</H1>
<P CLASS="BodyAfterHead">
<A NAME="pgfId=1986">
</A>
One measure of <A NAME="marker=1978">
</A>
<SPAN CLASS="Definition">
product quality</SPAN>
is the <A NAME="marker=1981">
</A>
<SPAN CLASS="Definition">
defect level</SPAN>
. If the ABC Company sells 100,000 copies of a product and 10 of these are defective, then we say the defect level is 0.1 percent or 100 ppm. The <A NAME="marker=1983">
</A>
<SPAN CLASS="Definition">
average quality level</SPAN>
(<A NAME="marker=1985">
</A>
<SPAN CLASS="Definition">
AQL</SPAN>
<A NAME="marker=10060">
</A>
) is equal to one minus the defect level (ABC’s AQL is thus 99.9 percent).</P>
<P CLASS="Body">
<A NAME="pgfId=1990">
</A>
Suppose the semiconductor division of ABC makes an ASIC, the bASIC, for the PC division. The PC division buys 100,000 bASICs, tested by the semiconductor division, at $10 each. The PC division includes one surface-mounted bASIC on each PC motherboard it assembles for the aPC computer division. The aPC division tests the finished motherboards. Rejected boards due to defective bASICs incur an average $200 board repair cost. The board repair cost as a function of the ASIC defect level is shown in <A HREF="CH14.1.htm#25163" CLASS="XRef">
Table 14.1</A>
. A defect level of 5 percent in bASICs costs $1 million dollars in board repair costs (the same as the total ASIC part cost). Things are even worse at the system level, however. </P>
<TABLE>
<TR>
<TD ROWSPAN="1" COLSPAN="3">
<P CLASS="TableTitle">
<A NAME="pgfId=124828">
</A>
TABLE 14.1 <A NAME="25163">
</A>
Defect levels in printed-circuit boards (PCB).<A HREF="#pgfId=124897" CLASS="footnote">
1</A>
</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableFirst">
<A NAME="pgfId=124834">
</A>
<SPAN CLASS="TableHeads">
ASIC defect level</SPAN>
</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableFirst">
<A NAME="pgfId=124836">
</A>
<SPAN CLASS="TableHeads">
Defective ASICs</SPAN>
</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableFirst">
<A NAME="pgfId=124838">
</A>
<SPAN CLASS="TableHeads">
Total PCB repair cost</SPAN>
</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124840">
</A>
5%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124842">
</A>
5000</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124844">
</A>
$1million</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124846">
</A>
1%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124848">
</A>
1000</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124850">
</A>
$200,000</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124852">
</A>
0.1%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124854">
</A>
100</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124856">
</A>
$20,000</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124858">
</A>
0.01%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124860">
</A>
10</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=124862">
</A>
$2,000</P>
</TD>
</TR>
</TABLE>
<P CLASS="Body">
<A NAME="pgfId=2015">
</A>
Suppose the ABC Company sells its aPC computers for $5,000, with a profit of $500 on each. Unfortunately the aPC division also has a defect level. Suppose that 10 percent of the motherboards that contain defective bASICs that passed the chip test also manage to pass the board tests (10 percent may seem high, but chips that have hard-to-test faults at the chip level may be very hard to find at the board level—catching 90 percent of these rogue chips would be considered good). The system-level repair cost as a function of the bASIC defect level is shown in <A HREF="CH14.1.htm#32494" CLASS="XRef">
Table 14.2</A>
. In this example a 5 percent defect level in a $10 bASIC part now results in a $5 million cost at the system level. From <A HREF="CH14.1.htm#32494" CLASS="XRef">
Table 14.2</A>
we can see it would be worth spending $4 million (i.e., $5 million – $1 million ) to reduce the bASIC defect density from 5 percent to 1 percent.</P>
<TABLE>
<TR>
<TD ROWSPAN="1" COLSPAN="4">
<P CLASS="TableTitle">
<A NAME="pgfId=113">
</A>
TABLE 14.2 <A NAME="32494">
</A>
Defect levels in systems.<A HREF="#pgfId=38183" CLASS="footnote">
2</A>
</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableFirst">
<A NAME="pgfId=129">
</A>
<SPAN CLASS="TableHeads">
ASIC defect level</SPAN>
</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableFirst">
<A NAME="pgfId=131">
</A>
<SPAN CLASS="TableHeads">
Defective ASICs</SPAN>
</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableFirst">
<A NAME="pgfId=133">
</A>
<SPAN CLASS="TableHeads">
Defective boards</SPAN>
</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableFirst">
<A NAME="pgfId=135">
</A>
<SPAN CLASS="TableHeads">
Total repair cost at </SPAN>
</P>
<P CLASS="TableFirst">
<A NAME="pgfId=75570">
</A>
<SPAN CLASS="TableHeads">
system level</SPAN>
</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=153">
</A>
5%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=155">
</A>
5000</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=157">
</A>
500</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=159">
</A>
$5 million</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=169">
</A>
1%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=171">
</A>
1000</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=173">
</A>
100</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=175">
</A>
$1 million</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=185">
</A>
0.1%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=187">
</A>
100</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=189">
</A>
10</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=191">
</A>
$100 ,000</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=201">
</A>
0.01%</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=203">
</A>
10</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=205">
</A>
1</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Table">
<A NAME="pgfId=207">
</A>
$10,000</P>
</TD>
</TR>
</TABLE>
<HR>
<DIV CLASS="footnotes">
<DIV CLASS="footnote">
<P CLASS="TableFootLast">
<SPAN CLASS="footnoteNumber">
1.</SPAN>
<A NAME="pgfId=124897">
</A>
Assumptions: The number of parts shipped is 100,000; part price is $10; total part cost is $1 million; the cost of a fault in an assembled PCB is $200.</P>
</DIV>
<DIV CLASS="footnote">
<P CLASS="TableFootLast">
<SPAN CLASS="footnoteNumber">
2.</SPAN>
<A NAME="pgfId=38183">
</A>
Assumptions: The number of systems shipped is 100,000; system cost is $5,000; total cost of systems shipped is $500 million; the cost of repairing or replacing a system due to failure is $10,000; profit on 100,000 systems is $50 million.</P>
</DIV>
</DIV>
<HR><P>[ <A HREF="CH14.htm">Chapter start</A> ] [ <A HREF="CH14.htm">Previous page</A> ] [ <A HREF="CH14.2.htm">Next page</A> ]</P></BODY>
<!--#include file="Copyright.html"--><!--#include file="footer.html"-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?