DFT / ATPG · All levels

Scan-Ready RTL: Expanded Case Study

Expanded Case Study for Scan-Ready RTL.

Extended case study

Release review: DFT lint pass rate, uncontrollable register count, black-box scan escapes regresses after a test-flow update touching Scan-Ready RTL.

Background

Team had prior signoff, then a new program/config introduced regressions in selected buckets.

Symptoms observed

  • DFT lint pass rate, uncontrollable register count, black-box scan escapes regression

  • Mismatch between simulation and tester

  • Escalation without clear owner

Investigation timeline

  1. Hour 0: freeze pattern set, constraints, and tester program tags

  2. Hour 1: isolate first failing bucket by mode/lot

  3. Hour 2: verify legality and constraints assumptions

  4. Hour 3: correlate with physical/timing/power context

  5. Hour 4: choose minimal reversible fix

  6. Hour 5: run full signoff regression matrix

  7. Hour 6: publish decision memo and owners

Root cause

Root cause tied to Scan-Ready RTL: RTL coding style controls scanability through reset style, clock gating discipline, and avoiding structures that block controllability/observability.

Fix and validation

  • Apply bounded fix with owner

  • Re-run DFT lint report, non-scan element list, waiver manifest

  • Re-validate quality, timing, and test power

Lessons learned

  • Tag every run artifact

  • Mechanism first, command second

  • Close with explicit release decision

diagram
CASE STUDY - Scan-Ready RTL
baseline metric / regressed metric / post-fix metric

Sequence under stress

diagram
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 escapes

DFT deep dive

Scan architecture quality determines whether ATPG can control and observe real silicon state.

Concept diagram

diagram
SCAN INSERTION FLOW

scan-ready RTL -> scan replacement -> stitch chains -> DRC -> ATPG handoff

Metric graph

diagram
CHAIN BALANCE

chain length spread
low spread   = better shift time
high spread  = routing + hold risk

Reports 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.

Principal DFT review addendum

RTL coding style controls scanability through reset style, clock gating discipline, and avoiding structures that block controllability/observability.

Metric: DFT lint pass rate, uncontrollable register count, black-box scan escapes