The main advantage of full-scan design is that it
converts the difficult problem of sequential ATPG into the simpler problem of combinational
ATPG.
Now, if we want to pass a test vector 010, we have to serially input the vector. When SE is high it will work as a shift register, shifting the values we give. Here I have given the test vector 010 which is the Pseudo Primary Input, A, B and C of the circuit. The LSB is passed at first and MSB at last. When SE is low, it will work in capture mode. As the test vector 010 will create a series of Pseudo Primary Output, Y, Z and X. And from the truth table, we can verify for which leaf the fault has occurred. We can cross check with it and come to a decision.
Now when SE is again high, It
will shift the captured values X, Z and Y and we can see them in the output. We
can see this more clearly in the waveform.
0 Comments