DFT / ATPG ยท All levels
Shift vs Capture Timing: Theory Deep Dive
Theory Deep Dive for Shift vs Capture Timing.
Foundational theory
Shift vs Capture Timing is central to Test Timing & Power. Shift mode is hold-sensitive while capture mode is setup-sensitive; closure must preserve both under test clocking assumptions. Senior DFT engineers tie metric movement to architecture assumptions, constraints, and silicon evidence rather than isolated tool output.
Core concepts explained
Shift mode is hold-sensitive while capture mode is setup-sensitive; closure must preserve both under test clocking assumptions.
Primary metric: shift hold violations, capture setup failures, at-speed pattern pass rate
Primary artifact: shift/capture timing report, at-speed validation logs, path-group summary
Owners: STA owner, DFT owner, PD owner
Controllability and observability must be explicit
Production-quality requires reproducible pattern and tester tags
Why this matters at release
At release, Shift vs Capture Timing issues can create coverage escapes, unstable production bins, or long debug loops. Test timing and power closure are coupled and must be signed together.
Mental model
shift mode: hold-dominant
capture mode: setup-dominant
Do not sign off one without the other.Worked intuition
Name failing metric and scenario context (mode, lot/corner, program).
Open shift hold violations, capture setup failures, at-speed pattern pass rate trend and isolate dominant failing bucket.
Trace architecture assumptions and legality constraints.
Check compression, clocking, and unknown handling dependencies.
Collect shift/capture timing report, at-speed validation logs, path-group 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
Timing split
shift mode: hold-dominant
capture mode: setup-dominant
Do not sign off one without the other.Layer responsibilities
DFT OWNERSHIP LAYERS - Shift vs Capture Timing
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
Test signoff fails when shift/capture timing and test power are treated independently.
Concept diagram
TEST SIGNOFF LOOP
test SDC -> shift/capture timing -> power-aware ATPG -> IR validation -> releaseMetric graph
TEST CURRENT
functional current baseline
scan shift current peak-risk zoneReports and artifacts
test-mode STA report
shift/capture split
test power IR map
waiver tracker
Mini case study
At-speed patterns passed timing but failed in production due to peak shift IR; staggered capture and power-aware fill resolved.
Debug branches
Tag test and functional corners separately
Check hold in shift mode
Correlate fail bins with power hotspots
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
Test timing and power closure are coupled and must be signed together.