Mid Ap
Mid Ap
Scan Design
- Scan design is a DFT technique used to improve the testability of sequential circuits. It works
by converting flip-flops into scan cells, which are connected to form a scan chain. This
allows easy control and observation of internal states during testing.
Key Steps in Scan Design:
1. Modify flip-flops: Convert regular flip-flops into scan flip-flops with additional inputs for scanning
test data in and out.
2. Form scan chains: Connect the scan flip-flops in a series, creating a scan chain. The flip-flops act as
shift registers during test mode, allowing test patterns to be loaded and results to be shifted out.
3. Shift and capture: In test mode, input test vectors are shifted into the scan chain, and circuit
behavior is observed by capturing the output at different stages.
Advantages of Scan Design:
1. Improves fault detection: Makes it easier to test complex sequential circuits.
2. Simplifies testing: Converts sequential problems into combinational ones by controlling and
observing flip-flop states.
3. Reduces complexity: Increases controllability & observability, making it easier to diagnose faults.
4. Increases Controllability and Observability:
5. Works with ATPG (Automatic Test Pattern Generation):
Example of Scan Desig 1.A set of flip-flops is modified to work in scan mode.
2.The flip-flops are connected in a chain during the test mode.