Download presentation
Presentation is loading. Please wait.
Published byEsther Gray Modified over 6 years ago
1
Hayri Uğur UYANIK Very Large Scale Integration II - VLSI II
Design for Testability Hayri Uğur UYANIK Devrim Yılmaz AKSIN ITU VLSI Laboratories Istanbul Technical University
2
Outline Product Testing Production and Testing Outputs
Production Yield Test Trade Offs Test Coverage Extremes Test Coverage Challenge Faults How to Detect Faults? Scan Flip Flop RTL Level Design Scan Chain How Scan Chain Works? Hard to Test Parts Cost of Test Time How to Test PCBs? References
3
Product Testing Product testing is an expensive process, consuming:
Time Resource Manpower Adding testability to design increases its Area Power Pin Count Design Time Production Time SO WHY DO WE NEED TESTING?
4
Production and Testing Outputs
Production and testing is never perfect
5
Production Yield
6
Test Trade Offs The only parameter that a test engineer can change is the Test Coverage Given infinite time and money, TC can be 100% Not practical TC is determined by the question: “How much does it cost to me if the design does not work?” The answer varies from one cent to million dollars
7
Test Coverage Extremes
8
Test Coverage Challenge
Test should find the production defects on paths, devices, vias etc.. Today the largest chip has more than 2 billion devices Which is approximately the number of sand grains in one cubic meter Good luck with that!
9
Test Coverage Challenge
Alternatively we can only search for problematic cells, rather than defects Decreases the number of things to search Eases the search by assigning faults to each defect Can be done automatically using simple Boolean Logic
10
Faults Stuck at zero Stuck at one
11
Faults IDDQ Bridging
12
Faults Transition
13
How to Detect Faults? Simple: First apply an input to a cell, then measure the cell output Controllability: Can we change the state of a node? Observability: Can we observe the state of a node? If we assign pins to each node, we can both control and observe all of the chip Resulting with one million pins!
14
Scan Flip Flop
15
RTL Level Design
16
Scan Chain
17
Combinational Block Evaluates
Scan Chain SE = 1 Combinational Block Evaluates SI Shifts to Q Result Arrives at D
18
Scan Chain SE = 0 Result Shifts to Q
19
Scan Chain SE = 1 Result Shifts to PO
20
How Scan Chain Works? With the scan chain added, flip flops can be used as a shift register when SE = 1 This way all D inputs become observable, all Q outputs become controllable
21
How Scan Chain Works? As a first step, the scan chain is tested by simply using it as a shift register Then in a shift register configuration (SE = 1), all Q outputs are loaded with a pattern Parallel Inputs (PI) are loaded (SE = 0) and all combinational logic evaluates using the pattern and PI. At the rising edge of clock input, (SE = 0) all D inputs take the result of the evaluation Then the scan chain returns to shift register configuration (SE = 1) and gives the results. Using this method, all combinational logic can be tested but is it worth it?
22
Hard to Test Parts Hard to Observe Hard to Control
23
Cost of Test Time Test patterns for scan chains are automatically generated by a tool called automatic test pattern generator (ATPG) For each fault type, ATPG can calculate the fault coverage Fault coverage approaches 100% if number of patterns goes to infinity 1 second of test time increases chip cost by 1 cent
24
Cost of Test Time Suppose that, in a design, there are 100K FFs, clocked at 5 MHz. For the selected fault coverage, ATPG gives 15K patterns and the DFT section added 100 scan inputs. For each scan chain, there are 100K/100 = 1K FFs It takes 1K * 200ns * 15K = 3 seconds to test Increases chip cost by 3 cents 3 cents is more expensive than you think! The tester needs to process 100K * 15K * 2 = 3Gb input / output data in 3 seconds
25
How to Test PCBs? Boundary Scan Insertion
26
How to Test PCBs?
27
How to Test PCBs? Boundary Scan Cell
28
How to Test PCBs? Boundary Scan Cell Transparent Mode: Capture Mode:
SHIFT = 0, MODE = 0, PI goes to PO Capture Mode: SHIFT = 0, MODE = 0, CLK ↑ Update Mode: SHIFT = 1, MODE = 1, CLK ↑, UPDATE ↑ Scan Mode: SHIFT = 1, MODE = 0, CLK ↑
29
How to Test PCBs? Boundary Scan Chain in a chip can be controlled by a state machine called Test Access Port (TAP) Controller With a Boundary Scan added PCB, using four inputs, one can.. detect PCB defects control and observe chip I/Os test the chip using internal scan chain program the chip send commands watch outputs
30
References Inan Erdem, Personal Talk, March 2010
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.