Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the algorithm to check one gate's output to be stuck-at-1 or stuck-at-0 ? Thanks in advance.
Posted

1 solution

First of all, have a look at Stuck-at-Fault[^] to get an understanding on what this exactly mean.
Then follow up with Design-For-Test (DFT)[^], which is an approach to get this fault model under control. Finally, get an understanding on Automatic-Test-Pattern-Generation (ATPG)[^] for the above mentioned DFT approach. See the D-Algorithm[^] for a possible pattern generation algorithm.

Cheers
Andi
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900