DigiFlop

Turn every flip-flop into a shift register, just for testing.

VLSI Concept ยท DFT
Scan Chains & ATPG
Turn every flip-flop into a shift register, just for testing.

In scan mode, all flip-flops are reconfigured into one long shift register (scan chain), letting automated test equipment shift in a known test pattern, run one clock cycle in normal mode, then shift out the result to compare against the expected response โ€” this is how every manufactured chip gets checked for defects.

Two modesScan (shift) mode vs functional (capture) mode, controlled by a scan-enable signal.
Why it mattersWithout DFT there'd be no practical way to test billions of internal nodes on every manufactured chip.
MetricFault coverage โ€” the percentage of possible manufacturing defects the test patterns can actually detect.
▶ Try the interactive version