At first, we should know what is testability. Testability is the ability to put a design into a known initial state, and then control and observe internal signal values. It reflects the effort required to perform the main test operations of controlling internal signals from primary inputs and observing internal signals at primary outputs.
Testability
analysis refers to the process of assessing the testability of a logic circuit by
calculating a set of numerical measures for each signal in the circuit. By doing this, we can easily understand if we can access any fault that has occurred in any point of a circuit or not. There are different methods to analyze the testability of a circuit,
- Topology based
- Probability based
- Simulation based
- RTL testability analysis
The Sandia Controllability/Observability Analysis Program (SCOAP)
was the first topology-based program that popularized testability analysis applications.
See Also: SCOAP, Probability based analysis, SCOAP vs Probability based testability analysis, Simulation based analysis
0 Comments