DFT / ATPG ยท All levels

Pattern Volume Tradeoffs: Expanded Case Study

Expanded Case Study for Pattern Volume Tradeoffs.

Extended case study

Release review: pattern count, tester memory usage, test application time regresses after a test-flow update touching Pattern Volume Tradeoffs.

Background

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

Symptoms observed

  • pattern count, tester memory usage, test application time 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 Pattern Volume Tradeoffs: Pattern volume is a tradeoff between coverage closure aggressiveness, X-handling policy, and compression settings constrained by tester resources.

Fix and validation

  • Apply bounded fix with owner

  • Re-run ATPG pattern summary, tester memory estimate, runtime trend

  • 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 - Pattern Volume Tradeoffs
baseline metric / regressed metric / post-fix metric

Sequence under stress

diagram
DFT FLOW - Pattern Volume Tradeoffs

scan insertion -> chain stitch -> compression map -> ATPG -> tester apply -> diagnosis
      |                |                |            |             |
 controllability   shift balance    channel use   coverage     silicon correlation

Primary metric: pattern count, tester memory usage, test application time

DFT deep dive

Compression saves tester time only when diagnosis observability remains credible.

Concept diagram

diagram
COMPRESSION LOOP

EDT/decompressor -> compressed patterns -> compactor responses -> diagnosis

Metric graph

diagram
PATTERN vs COVERAGE

coverage up   -> pattern count up
compression up -> pattern count down (until aliasing risk)

Reports and artifacts

  • compression ratio dashboard

  • pattern count trend

  • X-source report

  • diagnosis bucket summary

Mini case study

Compactor overflow plus unknown inflation caused false diagnosis; masking policy and channel map corrected.

Debug branches

  • Separate X issues from silicon defects

  • Replay failing patterns uncompressed

  • Track tester memory budget

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

Pattern volume is a tradeoff between coverage closure aggressiveness, X-handling policy, and compression settings constrained by tester resources.

Metric: pattern count, tester memory usage, test application time