其他分享
首页 > 其他分享> > ATPG原理及实现——4.Faults and Coverage

ATPG原理及实现——4.Faults and Coverage

作者:互联网

一、主要的fault分类

DT——Detected

PT——Possibly Detected

UD——Undetected

AU——ATPG Untestable

ND——Not Detected

使用set_faults -symmary verbose查看更详细的fault分类:

 

 

① DT——Detected

DS(detected by simulation)

DI(detected by implication)

② PT———Possible Detected Faults

AP(ATPG untestable,Possibly detected)——当前的ATPG设置下无法检测到此故障

NP(Not analyzed, Possibly detected) ——不能证明无法检测到故障;可能中止限制太低导致

F2的Q端的值不唯一

③ UD——Undetectable

UU ——undetectable unuse fault

 

UO——undetectable unobservable

UT——undetectable tied

UB - undetectable blocked

UR - undetectable redundant

 

④ AU——atpg untestable 

 

⑤ND——not detected

NC——not controlled

NO——not observed

 

二、DRC后初始,还没开始产生pattern:

 

 

 

 

 

三、测试覆盖率&故障覆盖率

 

 

 

 

 

 

 

 

标签:Possibly,undetectable,fault,detected,Faults,Detected,Coverage,ATPG
来源: https://www.cnblogs.com/yilia-er/p/14245707.html