DFT / ATPG ยท All levels
Scan Cell Architecture: Theory Deep Dive
Theory Deep Dive for Scan Cell Architecture.
Foundational theory
Scan Cell Architecture is central to Scan Fundamentals. Scan insertion replaces functional flops with scan-capable cells so internal state becomes controllable and observable in test mode. Senior DFT engineers tie metric movement to architecture assumptions, constraints, and silicon evidence rather than isolated tool output.
Core concepts explained
Scan insertion replaces functional flops with scan-capable cells so internal state becomes controllable and observable in test mode.
Primary metric: scan cell legality rate, scan replacement ratio, scan DRC count
Primary artifact: scan insertion report, scan DRC log, scan replacement summary
Owners: DFT owner, RTL owner, synthesis owner
Controllability and observability must be explicit
Production-quality requires reproducible pattern and tester tags
Why this matters at release
At release, Scan Cell Architecture issues can create coverage escapes, unstable production bins, or long debug loops. Scan architecture determines controllability and observability quality.
Mental model
SCAN CELL
functional path: D ------> Q
^
scan path: SI -> mux --|
|
SE=1 (shift), SE=0 (functional)
Shift mode exposes internal state through SI/SO.Worked intuition
Name failing metric and scenario context (mode, lot/corner, program).
Open scan cell legality rate, scan replacement ratio, scan DRC count trend and isolate dominant failing bucket.
Trace architecture assumptions and legality constraints.
Check compression, clocking, and unknown handling dependencies.
Collect scan insertion report, scan DRC log, scan replacement summary and confirm run tags.
Classify issue: model/constraint, physical/test setup, or real defect signal.
Propose minimal fix and list timing/power/quality regression checks.
Common misconceptions
Coverage percent alone proves release readiness.
More compression always means better outcome.
Silicon mismatch can be debugged without pattern/tester traceability.
Shift timing and test power can be signed independently.
Visual reinforcement
Mux-DFF scan cell behavior
SCAN CELL
functional path: D ------> Q
^
scan path: SI -> mux --|
|
SE=1 (shift), SE=0 (functional)
Shift mode exposes internal state through SI/SO.Layer responsibilities
DFT OWNERSHIP LAYERS - Scan Cell Architecture
layer owns failure mode
---------------- -------------------------- -------------------------
rtl/architecture scanability hooks uncontrollable logic
atpg/constraints legal pattern intent aborts, low coverage
physical/clocking chain route + test clocks shift hold/timing escapes
tester/program pattern apply integrity false binning / bad fails
quality signoff release criteria escapes or schedule slipDFT deep dive
Scan architecture quality determines whether ATPG can control and observe real silicon state.
Concept diagram
SCAN INSERTION FLOW
scan-ready RTL -> scan replacement -> stitch chains -> DRC -> ATPG handoffMetric graph
CHAIN BALANCE
chain length spread
low spread = better shift time
high spread = routing + hold riskReports and artifacts
scan insertion summary
chain balance report
scan DRC log
clocking legality report
Mini case study
Coverage plateau traced to non-scan flops in reset islands; RTL + DFT lint policy fixed root cause.
Debug branches
Check scan replacement first
Audit chain legality by domain
Validate shift/capture clocks
Senior review question
Ask: what evidence proves this DFT decision is safe for production?
Key takeaways
State metric, lot/corner context, and pattern tag with every claim.
Treat timing, power, and quality as one signoff problem.
Common pitfalls
Chasing coverage without legality checks.
Ignoring test-power side effects of pattern changes.
Debugging silicon without reproducible tags.
Theory reinforcement
Scan architecture determines controllability and observability quality.