EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI...

50
EE141 1 VLSI Test Principles and Architectures Test Generatio 1 中中中中中中中中中VLSI 中中中中中中中中中 中5中 中中中中 (1) 中中中 中中中中中中中中中中 Email: [email protected] http://test.ict.ac.cn

description

EE141 VLSI Test Principles and Architectures Test Generation 3 3 What is this chapter about?  Introduce the basic concepts of ATPG  Focus on a number of combinational and sequential ATPG techniques  Deterministic ATPG and simulation-based ATPG  Fast untestable fault identification  ATPG for various fault models

Transcript of EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI...

Page 1: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1411

VLSI Test Principles and Architectures Test Generation1

中科院研究生院课程: VLSI 测试与可测试性设计

第 5讲 测试生成 (1)

李晓维中科院计算技术研究所

Email: [email protected]://test.ict.ac.cn

Page 2: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1412

VLSI Test Principles and Architectures Test Generation2

Chapter 4Chapter 4

Test GenerationTest Generation

Page 3: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1413

VLSI Test Principles and Architectures Test Generation3

What is this chapter about?What is this chapter about? Introduce the basic concepts of ATPG

Focus on a number of combinational and sequential ATPG techniques Deterministic ATPG and simulation-based

ATPG Fast untestable fault identification

ATPG for various fault models

Page 4: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1414

VLSI Test Principles and Architectures Test Generation4

Test GenerationTest Generation Introduction Random Test Generation Theoretical Foundations Deterministic Combinational ATPG Deterministic Sequential ATPG Untestable Fault Identification Simulation-based ATPG ATPG for Delay and Bridge Faults Other Topics in Test Generation Concluding Remarks

Page 5: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1415

VLSI Test Principles and Architectures Test Generation5

IntroductionIntroduction Test generation is the bread-and-butter in VLSI

Testing Efficient and powerful ATPG can alleviate high costs of DFT Goal: generation of a small set of effective vectors at a low

computational cost ATPG is a very challenging task

Exponential complexity Circuit sizes continue to increase (Moore’s Law)

– Aggravate the complexity problem further Higher clock frequencies

– Need to test for both structural and delay defects

Page 6: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1416

VLSI Test Principles and Architectures Test Generation6

Conceptual View of ATPGConceptual View of ATPG Generate an input vector that can distinguish

the defect-free circuit from the hypothetically defective one

Page 7: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1417

VLSI Test Principles and Architectures Test Generation7

Fault ModelsFault Models Instead of targeting specific defects,

fault models are used to capture the logical effect of the underlying defect

Fault models considered in this chapter: Stuck-at fault Bridging fault Transition fault Path-delay fault

Page 8: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1418

VLSI Test Principles and Architectures Test Generation8

Simple illustration of ATPGSimple illustration of ATPG Consider the fault d/1 in the defective circuit Need to distinguish the output of the defective circuit

from the defect-free circuit Need: set d=0 in the defect-free circuit Need: propagate effect of fault to output Vector: abc=001 (output = 0/1)

Page 9: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE1419

VLSI Test Principles and Architectures Test Generation9

Example 1Example 1

a

b

c

d

e

f

10

g h i 1

s-a-0j

k

z

0(1)1(0)

1Test vector for h s-a-0 fault

Good circuit valueFaulty circuit value

Page 10: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14110

VLSI Test Principles and Architectures Test Generation10

A Typical ATPG SystemA Typical ATPG System Given a circuit and a fault model

Repeat Generate a test for each undetected fault Drop all other faults detected by the test using a

fault simulator Until all faults have been considered

Note 1: a fault may be untestable, in which no test would be generated

Note 2: an ATPG may abort on a fault if the resources needed exceed a preset limit

Page 11: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14111

VLSI Test Principles and Architectures Test Generation11

Category of ATPGCategory of ATPG Simulation-based

Exhaustive Random-pattern generation Pseudo-random-pattern generation

Path sensitization D-algorithm, 9-V algorithm PODEM, FAN TOPS, SOCRATES

Boolean satisfiability & Neural network Boolean difference Boolean satisfiability (2-SAT, 3-SAT) Neural network

Page 12: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14112

VLSI Test Principles and Architectures Test Generation12

Random Test GenerationRandom Test Generation Simplest form of test generation

N tests are randomly generated Level of confidence on random test set T

The probability that T can detect all stuck-at faults in the given circuit

Quality of a random test set highly depends on the underlying circuit

Some circuits have many random-resistant faults

Page 13: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14113

VLSI Test Principles and Architectures Test Generation13

Weighted Random Test GenerationWeighted Random Test Generation Bias input probabilities to target random resistant

faults Consider an 8-input AND gate

Without biasing input probabilities, the prob of generating a logic 1 at the gate output = (0.5)8 = 0.004

If we bias the inputs to 0.75, then the prob of generating a logic 1 at the gate output = (0.75)8 = 0.100

Obtaining an optimal set of input probabilities a difficult task

Goal: increase the signal probabilities of hard-to-test regions

Page 14: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14114

VLSI Test Principles and Architectures Test Generation14

Exhaustive Test GenerationExhaustive Test Generation Exhaustive Testing

Apply 2n patterns to an n-input combinational circuit under test (CUT)

Guarantees all detectable faults in the combinational circuits are detected

Test time maybe be prohibitively long if the number of inputs is large

Feasible only for small circuits Pseudo-exhaustive Testing

Partition circuit into respective cones Apply exhaustive testing only to each cone Still guarantees to detect every detectable fault based on

Lemma 1

Page 15: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14115

VLSI Test Principles and Architectures Test Generation15

Path Sensitization Method Circuit ExamplePath Sensitization Method Circuit Example

1 Fault Sensitization2 Fault Propagation3 Line Justification

Page 16: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14116

VLSI Test Principles and Architectures Test Generation16

Path Sensitization Method Circuit ExamplePath Sensitization Method Circuit Example

Try path f – h – k – L blocked at j, since there is no way to justify the 1 on i

1 0DD1

11D

DD

Page 17: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14117

VLSI Test Principles and Architectures Test Generation17

Try simultaneous paths f – h – k – L and g – i – j – k – L blocked at k because D-frontier

(chain of D or D) disappears

1DD

D

DD

11

Path Sensitization Method Circuit ExamplePath Sensitization Method Circuit Example

Page 18: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14118

VLSI Test Principles and Architectures Test Generation18

Final try: path g – i – j – k – L – test found!

0DD D

1 DD

1

0

1

Path Sensitization Method Circuit ExamplePath Sensitization Method Circuit Example

Page 19: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14119

VLSI Test Principles and Architectures Test Generation19

History of Algorithm SpeedupsHistory of Algorithm Speedups

Algorithm

D-ALGPODEMFANTOPSSOCRATESWaicukauski et al.ESTTRANRecursive learningTafertshofer et al.

Est. speedup over D-ALG(normalized to D-ALG time)17232921574 ATPG System2189 ATPG System8765 ATPG System3005 ATPG System48525057

Y ear

1966198119831987198819901991199319951997

†††

Page 20: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14120

VLSI Test Principles and Architectures Test Generation20

Roth’s 5-Valued and Muth’s 9-ValuedRoth’s 5-Valued and Muth’s 9-Valued

SymbolDD01X

G0G1F0F1

Meaning1/00/10/01/1X/X0/X1/XX/0X/1

FailingMachine

1001XXX01

GoodMachine

0101X01XX

Roth’sAlgebra

Muth’sAdditions

1 100

Page 21: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14121

VLSI Test Principles and Architectures Test Generation21

Forward ImplicationForward Implication

Results in logic gate inputs that are significantly labeled so that output is uniquely determined

AND gate forward implication table:

Page 22: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14122

VLSI Test Principles and Architectures Test Generation22

Backward ImplicationBackward Implication

Unique determination of all gate inputs when the gate output and some of the inputs are given

Page 23: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14123

VLSI Test Principles and Architectures Test Generation23

Example 2 Fault A sa0Example 2 Fault A sa0

Step 1 – D-Drive – Set A = 1

D1 D

Page 24: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14124

VLSI Test Principles and Architectures Test Generation24

Step 2 -- Example 2Step 2 -- Example 2

Step 2 – D-Drive – Set f = 0

D1

0

DD

Page 25: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14125

VLSI Test Principles and Architectures Test Generation25

Step 3 -- Example 2Step 3 -- Example 2

Step 3 – D-Drive – Set k = 1

D1

0

DD

1D

Page 26: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14126

VLSI Test Principles and Architectures Test Generation26

Step 4 -- Example 2Step 4 -- Example 2

Step 4 – Consistency – Set g = 1

D1

0

DD

1D1

Page 27: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14127

VLSI Test Principles and Architectures Test Generation27

Step 5 -- Example 2Step 5 -- Example 2

Step 5 – Consistency – Set f = 0

D1

0

DD

1D1

Page 28: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14128

VLSI Test Principles and Architectures Test Generation28

Step 6 -- Example 2Step 6 -- Example 2

Step 6 – Consistency – Set c = 0, Set e = 0

D1

0

DD

1D1

00

Page 29: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14129

VLSI Test Principles and Architectures Test Generation29

Test found -- Example 2Test found -- Example 2

Step 7 – Consistency – Set B = 0

Test cube: A, B, C, D, e, f, g, h, k, L

D1

0

X

DD

1D1

000

Page 30: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14130

VLSI Test Principles and Architectures Test Generation30

Example 3 – Fault s sa1Example 3 – Fault s sa1 Primitive D-cube of Failure

1Dsa1

Page 31: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14131

VLSI Test Principles and Architectures Test Generation31

Example 3 – Step 3 s sa1Example 3 – Step 3 s sa1 Propagation D-cube for v

1

D

0sa1 D1 D

Page 32: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14132

VLSI Test Principles and Architectures Test Generation32

Example 3 – Step 4 s sa1Example 3 – Step 4 s sa1 Propagation D-cube for Z

1Dsa1

0 D

D

1 1

1D

Page 33: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14133

VLSI Test Principles and Architectures Test Generation33

Example 3 – Step 5 s sa1Example 3 – Step 5 s sa1 Singular cover of m

1Dsa1

0 D

D

11

1D

1

Page 34: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14134

VLSI Test Principles and Architectures Test Generation34

Test Found – Step 6 s sa1Test Found – Step 6 s sa1 Singular cover of d

1Dsa1

0 D

D

1 1

1 D

11

Page 35: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14135

VLSI Test Principles and Architectures Test Generation35

Example 3 – Fault u sa1Example 3 – Fault u sa1 Primitive D-cube of Failure

1

D0

sa1

Page 36: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14136

VLSI Test Principles and Architectures Test Generation36

Example 3 – Step 2 u sa1Example 3 – Step 2 u sa1 Propagation D-cube for v and implications

1

D

0sa1

D

00 1

0

1

0

Page 37: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14137

VLSI Test Principles and Architectures Test Generation37

Example 3 – Step 3 u sa1Example 3 – Step 3 u sa1 Propagation D-cube for Z

1

sa1D

0

D

0

1D

0 10

1

0

Page 38: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14138

VLSI Test Principles and Architectures Test Generation38

Example 3 – Step 4 Example 3 – Step 4 uu sa1 sa1 Singular cover for r – f = 0 and n = 1 cannot justify r = 1

1

sa1D

0

D

0

1D

0 10

1

0

Page 39: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14139

VLSI Test Principles and Architectures Test Generation39

Example 3 – BacktrackExample 3 – Backtrack Remove C = 1 and B = 0 assignments

1

sa1 D

0

Page 40: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14140

VLSI Test Principles and Architectures Test Generation40

Example 3 – BacktrackExample 3 – Backtrack Need alternate propagation D-cube for v

1

sa1 D0

Page 41: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14141

VLSI Test Principles and Architectures Test Generation41

Example 3 – Step 5 u sa1Example 3 – Step 5 u sa1 Propagation D-cube for v

1

sa1 D01

D

Page 42: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14142

VLSI Test Principles and Architectures Test Generation42

Example 3 – Step 6 u sa1Example 3 – Step 6 u sa1 Propagation D-cube for Z and implications

D

1

sa1D

01

D

1

1

00

Page 43: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14143

VLSI Test Principles and Architectures Test Generation43

Example 3 – Step 7 u sa1Example 3 – Step 7 u sa1 Singular cover for r

sa1D

1

D

01

D

1

1

100

0

Page 44: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14144

VLSI Test Principles and Architectures Test Generation44

Test Found – Step 8 u sa1Test Found – Step 8 u sa1 Singular cover for d – set A = 1

sa1D

1

D

01

D

1

1

100

10

Page 45: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14145

VLSI Test Principles and Architectures Test Generation45

D-Algorithm – Top LevelD-Algorithm – Top Level

1. Number all circuit lines in increasing level order from PIs to POs;

2. Select a primitive D-cube of the fault to be the test cube; Put logic outputs with inputs labeled as D (D) onto

the D-frontier;3. D-drive ();4. Consistency ();5. return ();

Page 46: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14146

VLSI Test Principles and Architectures Test Generation46

D-frontierD-frontier Fault Cone -- Set of hardware affected by fault D-frontier – Set of gates closest to POs with fault effect(s)

at input(s)

Fault Cone

D-frontier

Page 47: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14147

VLSI Test Principles and Architectures Test Generation47

Singular Cover ExampleSingular Cover Example Minimal set of logic signal assignments to show essential

prime implicants of Karnaugh map

GateAND

123

InputsA0X1

BX01

Outputd001

GateNOR

123

Inputsd1X0

eX10

OutputF001

GateAND

123

InputsA0X1

BX01

Outputd001

GateNOR

123

Inputsd1X0

eX10

OutputF001

Page 48: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14148

VLSI Test Principles and Architectures Test Generation48

D-Cube Operation of D-IntersectionD-Cube Operation of D-Intersection

– undefined (same as ) or – requires inversion of D and D D-intersection: 0 0 = 0 X = X 0 = 0

1 1 = 1 X = X 1 = 1X X = X

D-containment –Cube a containsCube b if b is a subset of a

01XDD

000

111

X01XDD

DD

DD

01XDD

000

111

X01XDD

DD

DD

Page 49: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14149

VLSI Test Principles and Architectures Test Generation49

Concluding RemarksConcluding Remarks Covered a number of topics

Theoretical Foundations Combinational & sequential ATPG Untestable fault identification Simulation-based & hybrid ATPG Delay testing Bridging fault testing Compaction, N-Detect, FSM testing

Challenges Ahead Fast untestable fault identification essential to

remove large numbers of stuck-at, bridge, delay faults

Sequential ATPG remains an open research area

Page 50: EE141 VLSI Test Principles and Architectures Test Generation 1 1 中科院研究生院课程: VLSI 测试与可测试性设计 第 5 讲 测试生成 (1) 李晓维 中科院计算技术研究所

EE14150

VLSI Test Principles and Architectures Test Generation50

中科院研究生院课程: VLSI测试与可测试性设计

下次课预告时间: 2007 年 10 月 29 日(周一 7:00pm )

地点: S106 室内容:测试生成 (2)

教材: VLSI TEST PRINCIPLES AND ARCHITECTURES

Chapter 4 Test Generation