|
发表于 2014-1-14 13:22:30
|
显示全部楼层
I will answer your problem briefly.
First of all. DFT is "Design for Testing" It is a method that makes the original design testable. I thought the question you have is the different between "ATPG and FUNCTIONAL Test"..
The two methods are mainly used to generate test patterns for Device-Under-Test. The functional test refers to typical testing,which means if you want to achieve high fault coverage, you need to generate all the possible test patterns exhaustively. And the number of test patterns may become unacceptably Large.
Thus people thought other methods,based on fault modeling, to generate LESS pattern while concurrently guarantee the high fault coverage. And the realization of these method are often called Auto Test Pattern Generator.
Hope it is of some help. |
|