DFT / ATPG ยท All levels
Scan-Ready RTL
Scan Fundamentals: RTL coding style controls scanability through reset style, clock gating discipline, and avoiding structures that block controllability/observability.
What this topic teaches
Scan-Ready RTL turns DFT intent into measurable release confidence. RTL coding style controls scanability through reset style, clock gating discipline, and avoiding structures that block controllability/observability. The senior challenge is proving whether a metric move came from real quality gain, setup drift, or hidden regression.
The senior-engineer question
When DFT lint pass rate, uncontrollable register count, black-box scan escapes moves, can you identify mechanism, evidence quality, owner, and the minimum safe next action?
DFT CLOSURE FLOW - Scan-Ready RTL
scan/test architecture
|
v
ATPG constraints + fault models
|
v
pattern generation + compression
|
v
timing/power/physical validation
|
v
silicon diagnosis and release signoff
Debug rule: always state metric, run tags, and owning team with any claim.Picture the closure flow
Draw the causal flow before opening tools. Use these diagrams to anchor architecture, constraints, and silicon behavior discussions.
Scan insertion flow
scan-ready RTL -> scan insertion -> stitch -> DRC -> ATPG handoffProcess sequence
DFT FLOW - Scan-Ready RTL
scan insertion -> chain stitch -> compression map -> ATPG -> tester apply -> diagnosis
| | | | |
controllability shift balance channel use coverage silicon correlation
Primary metric: DFT lint pass rate, uncontrollable register count, black-box scan escapesOwnership layers
DFT OWNERSHIP LAYERS - Scan-Ready RTL
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 slipEvidence to collect
Primary metric: DFT lint pass rate, uncontrollable register count, black-box scan escapes.
Primary artifact: DFT lint report, non-scan element list, waiver manifest.
Owners to bring into review: RTL owner, DFT owner, verification owner.
One failing signature and one reduced reproduction path.
Exact run tags for constraints, patterns, and tester program.
Ownership map
OWNERSHIP MAP - Scan-Ready RTL
artifact owner
---------------- -----------------
architecture/report RTL owner
constraints/setup DFT owner
physical/test verification owner
Name an owner for each failing metric cluster.Subpages in this topic
Each topic includes mechanism, inputs/outputs, reports, debug, worked example, pitfalls, interview, checklist, theory, design space, expanded case study, walkthrough, comparison matrix, software view, and silicon impact.
Key takeaways
State metric and run tags with every claim.
Connect every fix to a regression matrix.
Treat quality, timing, and power as coupled.
Common pitfalls
Coverage-centric decisions without legality checks.
Pattern changes without tester correlation.
Release calls without owner signoff.
DFT 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.