Design For Testability
Design For Testability
Outline
Testing Logic Verification Silicon Debug Manufacturing Test Fault Models Observability and Controllability Design for Test Scan BIST Boundary Scan
12: Design for Testability CMOS VLSI Design 4th Ed. 2
Testing
Testing is one of the most expensive parts of chips Logic verification accounts for > 50% of design effort for many chips Debug time after fabrication has enormous opportunity cost Shipping defective parts can sink a company Example: Intel FDIV bug (1994) Logic error not caught until > 1M units shipped Recall cost $450M (!!!)
12: Design for Testability CMOS VLSI Design 4th Ed. 3
Logic Verification
Does the chip simulate correctly? Usually done at HDL level Verification engineers write test bench for HDL Cant test all cases Look for corner cases Try to break logic design Ex: 32-bit adder Test all combinations of corner cases as inputs: 0, 1, 2, 231-1, -1, -231, a few random numbers Good tests require ingenuity
12: Design for Testability CMOS VLSI Design 4th Ed. 4
Silicon Debug
Test the first chips back from fabrication If you are lucky, they work the first time If not Logic bugs vs. electrical failures Most chip failures are logic bugs from inadequate simulation Some are electrical failures Crosstalk Dynamic nodes: leakage, charge sharing Ratio failures A few are tool or methodology failures (e.g. DRC) Fix the bugs and fabricate a corrected chip
12: Design for Testability CMOS VLSI Design 4th Ed. 5
Shmoo Plots
How to diagnose failures? Hard to access chips Picoprobes Electron beam Laser voltage probing Built-in self-test Shmoo plots Vary voltage, frequency Look for cause of electrical failures
12: Design for Testability CMOS VLSI Design 4th Ed. 6
Manufacturing Test
A speck of dust on a wafer is sufficient to kill chip Yield of any chip is < 100% Must test chips after manufacturing before delivery to customers to only ship good parts Manufacturing testers are very expensive Minimize time on tester Careful selection of test vectors
Manufacturing Failures
Stuck-At Faults
How does a chip fail? Usually failures are shorts between two conductors or opens in a conductor This can cause very complicated behavior A simpler model: Stuck-At Assume all failures cause nodes to be stuck-at 0 or 1, i.e. shorted to GND or VDD Not quite true, but works well in practice
Examples
10
Test Example
A3 A2 A1 A0 n1 n2 n3 Y SA1 {0110} {1010} {0100} {0110} {1110} {0110} {0101} {0110} SA0 {1110} {1110} {0110} {0111} {0110} {0100} {0110} {1110}
A3 A2 n2 n1 Y n3 A1 A0
14
Scan
Convert each flip-flop to a scan register SCAN Only costs one extra multiplexer SI D Normal mode: flip-flops behave as usual Scan mode: flip-flops behave as shift register
scan-in
CLK Flop
Flop Flop outputs Flop Flop scanout
Flop
Flop
inputs Flop
Flop
Flop
Logic Cloud
Flop
Flop
15
Scannable Flip-flops
SCAN SCAN CLK Flop D (a) SI D 0 1 Q SI (b) d SCAN d D d s SI s X Q Q X Q Q
s (c)
16
ATPG
Test pattern generation is tedious Automatic Test Pattern Generation (ATPG) tools produce a good set of vectors for each block of combinational logic Scan chains are used to control and observe the blocks Complete coverage requires a large number of vectors, raising the cost of test Most products settle for covering 90+% of potential stuck-at faults
17
Built-in Self-test
Built-in self-test lets blocks test themselves Generate pseudo-random inputs to comb. logic Combine outputs into a syndrome With high probability, block is fault-free if it produces the expected syndrome
18
PRSG
Linear Feedback Shift Register Shift register with input taken from XOR of state Pseudo-Random Sequence Generator
Step
CLK Flop Flop D D D Flop Q[0] Q[1] Q[2]
0 1 2 3
4 5 6 7
BILBO
Built-in Logic Block Observer Combine scan with PRSG & signature analysis
D[0] C[0] C[1] D[1] D[2]
Flop
Flop
SI
1 0
Q[0]
Q[1]
PRSG
Logic Cloud
Signature Analyzer
C[1] 0 0 1 1
Flop
Q[2] / SO
C[0] 0 1 0 1
20
Boundary Scan
Testing boards is also difficult Need to verify solder joints are good Drive a pin to 0, then to 1 Check that all connected pins get the values Through-hold boards used bed of nails SMT and BGA boards cannot easily contact pins Build capability of observing and controlling pins into each chip to make board test easier
21
CHIP B
CHIP C
CHIP A
CHIP D
22
24
TestosterICs
TestosterICs functional chip tester Designed by clinic teams and David Diaz at HMC Reads your test vectors, applies them to your chip, and reports assertion failures
25
Summary
Think about testing from the beginning Simulate as you go Plan for test after fabrication If you dont test it, it wont work! (Guaranteed)
26