+ All Categories
Home > Documents > Sun Zelong 15/11/2011. Background Motivation Methodology.

Sun Zelong 15/11/2011. Background Motivation Methodology.

Date post: 21-Jan-2016
Category:
Upload: jean-charles
View: 221 times
Download: 0 times
Share this document with a friend
Popular Tags:
8
Sun Zelong 15/11/2011
Transcript
Page 1: Sun Zelong 15/11/2011. Background Motivation Methodology.

Sun Zelong15/11/2011

Page 2: Sun Zelong 15/11/2011. Background Motivation Methodology.
Page 3: Sun Zelong 15/11/2011. Background Motivation Methodology.

Test Escape

• Fail in system-level functional test

• Fail at customer side

Page 4: Sun Zelong 15/11/2011. Background Motivation Methodology.

Diagnosis Test EngineerDiagnosis Test Engineer

Diagnosis TestsDiagnosis Tests

Debug EngineerDebug Engineer

Diagnosis workDiagnosis work

FeedbackFeedback

Test BehaviorsTest Behaviors

Gap

First time diagnosis accuracy isless than 60% for complex boards

Page 5: Sun Zelong 15/11/2011. Background Motivation Methodology.

LDDLLDDL

CSE
Still MotivationAnalytical Engine Should be included in LDDL
Page 6: Sun Zelong 15/11/2011. Background Motivation Methodology.

Let the people contribute the knowledge they know best.◦ Designers ->Spec.◦ Diagnosis experts->Test description.◦ Debug engineers->Feedback of tests.

LDDL◦ Easy to express the knowledge.◦ Global knowledge collection.◦ Automatically provide more valuable feedback to

every stakeholder.

Page 7: Sun Zelong 15/11/2011. Background Motivation Methodology.

LDDLAnalytical

Engine

LDDLAnalytical

Engine

test t1{flow:

A>B>C;B::a>B::b;B>D>C;

call:A{ta1,ta2,ta3};B::a{tba1,tba5};B::b{tbb2,tbb4};C{tc3};D{td1};

}test t2…..

asic B{ a>b>c>d>a; b>d; c>a;}block B::a{tests: ta1=50%; ta2=20%; ta3=10%;relations: ta1^ta2=0.5; ta2^ta3=0.2; ta1^ta2^ta3=0.05;}

Page 8: Sun Zelong 15/11/2011. Background Motivation Methodology.

Recommended