A fault model is an engineering model of something that could go wrong in the construction or operation of a piece of equipment. From the model, the designer or user can then predict the consequences of this particular fault. Fault models can be used in almost all branches of engineering.
Basic fault models in digital circuits include:
1. The stuck-at fault model
A signal, or gate output, is stuck at a 0 or 1 value, independent of the inputs to the circuit.
A stuck-at fault is a particular fault model used by fault simulators and automatic test pattern generation (ATPG) tools to mimic a manufacturing defect within an integrated circuit. Individual signals and pins are assumed to be stuck at Logical '1', '0' and 'X'.
For example, an output is tied to a logical 1 state during test generation to assure that a manufacturing defect with that type of behavior can be found with a specific test pattern. Likewise the output could be tied to a logical 0 to model the behavior of a defective circuit that cannot switch its output pin.
Not all faults can be analyzed using the stuck-at fault model. Compensation for static hazards, namely branching signals, can render a circuit untestable using this model.
2. The bridging fault model
Two signals are connected together when they should not be. Depending on the logic circuitry employed, this may result in a wired-OR or wired-AND logic function. Since there are O(n^2) potential bridging faults, they are normally restricted to signals that are physically adjacent in the design.
3. The open fault model
Here a wire is assumed broken, and one or more inputs are disconnected from the output that should drive them. As with bridging faults, the resulting behavior depends on the circuit implementation.
4. The delay fault model
The signal eventually assumes the correct value, but more slowly (or rarely, more quickly) than normal.
Filed Under :
ATPG
,
Bridging Fault Model
,
Circuit
,
Delay Fault Model
,
Digital Circuits
,
Electronics
,
Engineering
,
Fault Model
,
Open Fault Model
,
Stuck-at Fault Model
,
Study
,
VHDL
May 4, 2010
May 4, 2010
0 comments