52
VLSI-1 Class Notes Lecture 17: Introduction to Design For Testability (DFT) & Manufacturing Test Mark McDermott Electrical and Computer Engineering The University of Texas at Austin 10/22/18

Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

  • Upload
    others

  • View
    22

  • Download
    3

Embed Size (px)

Citation preview

Page 1: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Lecture 17:Introduction to Design For Testability (DFT) & Manufacturing Test

Mark McDermottElectrical and Computer Engineering

The University of Texas at Austin

10/22/18

Page 2: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Agenda

§ Introduction to testing§ Logical faults corresponding to defects§ DFT

10/22/18 2

Page 3: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Outline

§ Testing– Logic Verification– Silicon Debug– Manufacturing Test

§ Fault Models§ Observability and Controllability§ Design for Test– Scan– BIST

§ Boundary Scan

310/22/18

Page 4: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Testing

§ Testing is everything when it comes to making $$$$$.– Selling bad silicon can bankrupt a company.

§ Three main categories– Functionality test or logic verification (before tapeout)

• Make sure functionality is correct– Silicon debug (on first batch of chips from fab)

• detective work• You don’t want to mass-produce bad chips

– Manufacturing test (on each mfg’d chip before shipping)• You don’t want to ship bad chips

410/22/18

Page 5: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes •5

The Manufacturing Process is Imperfect

10/22/18 Page 5

Page 6: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

The Manufacturing Process is Imperfect

10/22/18 Page 6

Page 7: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

The Manufacturing Process is Imperfect

10/22/18 Page 7

Page 8: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Testing

§ Testing and/or debugging a chip costs at various levels Wafer levelPackaged chip levelBoard levelSystem levelField level

§ Cost goes up exponentially if fault detected at later stages

10/22/18

$0.01-$0.10$0.10-$1$1-$10$10-$100$100-$1000

8

Page 9: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Testing

§ Testing is one of the most expensive parts of chips– Logic verification accounts for > 60% 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– Logic error not caught until > 1M units shipped– Recall cost >> $450M– Was this a verification problem or a testing problem?

910/22/18

Page 10: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Logic Verification

§ Does the chip simulate correctly?– Usually done at HDL level– Verification engineers write test bench for HDL

• Can t 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

1010/22/18

Page 11: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

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– But 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

1110/22/18

Page 12: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

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, temperature– Look for cause of

electrical failures

1210/22/18

Page 13: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

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

1310/22/18

Page 14: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Cheap Testers

§ Tester and test fixtures– Can be very expensive (e.g., $1-2M)

§ If you don t have a multimillion dollar tester:– Build a breadboard with LED s and switches– Hook up a logic analyzer and pattern generator– Or use a low-cost functional chip tester

1410/22/18

Page 15: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

TestosterICs

§ Ex: TestosterICs functional chip tester– Reads test vectors, applies them to your chip, and reports assertion failures– A low cost ditigal VLSI tester

1510/22/18

Page 16: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Stuck-At Faults

§ How does a chip fail?– Need fault model– 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

1610/22/18

Page 17: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes •1710/22/18 17

Examples

Page 18: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Observability & Controllability

§ Observability: ease of observing a node by watching external output pins of the chip

§ Controllability: ease of forcing a node to 0 or 1 by driving input pins of the chip

§ Combinational logic is usually easy to observe and control

§ Finite state machines can be very difficult, requiring many cycles to enter desired state– Especially if state transition diagram is not known to the test engineer

1810/22/18

Page 19: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Pattern Generation

§ Manufacturing test ideally would check every node in the circuit to prove it is not stuck.

§ Apply the smallest sequence of test vectors necessary to prove each node is not stuck.

§ Good observability and controllability reduces number of test vectors required for manufacturing test.– Reduces the cost of testing– Motivates design-for-test

1910/22/18

Page 20: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3§A2§A1§A0§ n1§ n2§ n3§ Y

§ Minimum set:

2010/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 21: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2§A1§A0§ n1§ n2§ n3§ Y

§Minimum set:

2110/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 22: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2 {1010} {1110}§A1§A0§ n1§ n2§ n3§ Y

§Minimum set:

2210/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 23: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2 {1010} {1110}§A1 {0100} {0110}§A0§ n1§ n2§ n3§ Y

§Minimum set:

2310/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 24: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2 {1010} {1110}§A1 {0100} {0110}§A0 {0110} {0111}§ n1§ n2§ n3§ Y

§Minimum set:

2410/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 25: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2 {1010} {1110}§A1 {0100} {0110}§A0 {0110} {0111}§ n1 {1110} {0110}§ n2§ n3§ Y

§Minimum set:

2510/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 26: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2 {1010} {1110}§A1 {0100} {0110}§A0 {0110} {0111}§ n1 {1110} {0110}§ n2 {0110} {0100}§ n3§ Y

§Minimum set:

2610/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 27: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2 {1010} {1110}§A1 {0100} {0110}§A0 {0110} {0111}§ n1 {1110} {0110}§ n2 {0110} {0100}§ n3 {0101} {0110}§ Y

§Minimum set:

2710/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 28: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Test Example

SA1 SA0§A3 {0110} {1110}§A2 {1010} {1110}§A1 {0100} {0110}§A0 {0110} {0111}§ n1 {1110} {0110}§ n2 {0110} {0100}§ n3 {0101} {0110}§ Y {0110} {1110}

§Minimum set: {0100, 0101, 0110, 0111, 1010, 1110}

2810/22/18

A3A2

A1A0

Y

n1

n2 n3

Page 29: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Design for Test

§ Design the chip to increase observability and controllability

§ If each register could be observed and controlled, test problem reduces to testing combinational logic between registers.

§ Better yet, logic blocks could enter test mode where they generate test patterns and report the results automatically.

2910/22/18

Page 30: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Scan

§ Convert each flip-flop to a scan register–Only costs one extra multiplexer

§Normal mode: flip-flops behave as usual§ Scan mode: flip-flops behave as shift register

§ Contents of flopscan be scannedout and new values scanned in

3010/22/18

Flop QD

CLK

SISCAN

scan out

scan-in

inputs outputs

Flop

Flop

Flop

Flop

Flop

Flop

Flop

Flop

Flop

Flop

Flop

Flop

LogicCloud

LogicCloud

Page 31: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Basics of Scan

10/22/18

A

B D

C F

G

HF5

F6

F4

F3

F2

F1

F0

F9

F7

F8E

SRAM

Page 31

Page 32: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Basics of Scan

A

B D

C F

G

HF5

F6

F4

F3

F2

F1

F0

F9

F7

F8E

SRAM

SCAN OUT

SCAN IN

10/22/18 Page 32

Page 33: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Scannable Flip-flops

0

1 Flop

CLK

D

SI

SCAN

Q

Df

f

f

f

X

Q

Qf

f

f

f

(a)

(b)

SCAN

SI

Df

f

X

Q

Qf

f

f

f

SI

fs

fs

(c)

f

fd

fd

fd

fs

SCAN

3310/22/18

Page 34: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Why Scan design?

10/22/18

• Makes internal circuit access much more direct to allow for controllability and observability

• Converts a sequential test generation problem into a combinational test generation problem

• Enables automatic test pattern generation (ATPG)

• Enables use of low-pincount, low cost testers (ATE)

34

Page 35: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Stuck-At Testing

A

B D

C F

G

HF5

F6

F4

F3

F2

F1

F0

F9

F7

F8E

SRAM

SCAN OUT

SCAN IN

Test for C stuck-at 1

10/22/18 Page 35

Page 36: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Stuck-At Testing

10/22/18

A

B D

C F

G

H

1

1

1

0

E

SRAM

SCAN OUT

SCAN IN

Test for C stuck-at 1

Load Scan Chain

Page 36

Page 37: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Stuck-At Testing

A

B D

C F

G

H

?

?

?

?

E

SRAM

SCAN OUT

SCAN IN

Test for C stuck-at 1

Pulse Clock

1

Test Result

10/22/18 Page 37

Page 38: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Stuck-At Testing

A

B D

C F

G

H

1

1

1

0

E

SRAM

SCAN OUT

SCAN IN

Test for C stuck-at 1

Unload Scan Chain

1

10/22/18 Page 38

Page 39: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Built-in Self-test

§ Built-in self-test lets blocks test themselves– Generate pseudo-random inputs to combinational logic– Combine outputs into a syndrome– With high probability, block is fault-free if it produces the expected

syndrome

3910/22/18

Page 40: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4010/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111234567

Page 41: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4110/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111 110234567

Page 42: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4210/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111 1102 10134567

Page 43: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4310/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111 1102 1013 0104567

Page 44: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4410/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111 1102 1013 0104 100567

Page 45: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4510/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111 1102 1013 0104 1005 00167

Page 46: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4610/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111 1102 1013 0104 1005 0016 0117

Page 47: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

PRSG

§ Linear Feedback Shift Register– Shift register with input taken from XOR of state– Pseudo-Random Sequence Generator

4710/22/18

Flop

Flop

Flop

Q[0] Q[1] Q[2]CLK

D D D

Step Q0 1111 1102 1013 0104 1005 0016 0117 111

(repeats)

Page 48: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

BILBO

§ Built-in Logic Block Observer– Combine scan with PRSG & signature analysis

4810/22/18

MODE C[1] C[0]Scan 0 0Test 0 1Reset 1 0Normal 1 1

Flop

Flop

Flop1

0

D[0] D[1] D[2]

Q[0]Q[1]

Q[2] / SOSI

C[1]C[0]

PRSG LogicCloud

SignatureAnalyzer

Page 49: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

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

10/22/18 49

Page 50: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Boundary Scan Example

10/22/18 50

Serial Data In

Serial Data Out

Package Interconnect

IO pad and Boundary ScanCell

CHIP A

CHIP B CHIP C

CHIP D

Page 51: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Boundary Scan Interface

§ Boundary scan is accessed through five pins– TCK: test clock– TMS: test mode select– TDI: test data in– TDO: test data out– TRST*: test reset (optional)

§ Chips with internal scan chains can access the chains through boundary scan for unified test strategy.

5110/22/18

Page 52: Lecture 17: Introduction to Design For Testability (DFT ...users.ece.utexas.edu/~mcdermot/vlsi1/main/lectures/lecture_17.pdf · VLSI-1 Class Notes Testing §Testing is everything

VLSI-1 Class Notes

Summary

§ Think about testing from the beginning– Simulate as you go– Plan for test after fabrication

§ If you don’t test it, it won’t work! (Guaranteed)

5210/22/18