DFT / ATPG ยท All levels
Test-Mode SDC: Theory Deep Dive
Theory Deep Dive for Test-Mode SDC.
Foundational theory
Test-Mode SDC is central to Test Timing & Power. Dedicated test SDC captures scan clocks, test enables, and exceptions needed to analyze shift and capture behavior correctly. Senior DFT engineers tie metric movement to architecture assumptions, constraints, and silicon evidence rather than isolated tool output.
Core concepts explained
Dedicated test SDC captures scan clocks, test enables, and exceptions needed to analyze shift and capture behavior correctly.
Primary metric: test SDC completeness, false test-path violations, test constraint audit score
Primary artifact: test-mode SDC, constraint audit report, test path summary
Owners: STA owner, DFT owner, ATPG owner
Controllability and observability must be explicit
Production-quality requires reproducible pattern and tester tags
Why this matters at release
At release, Test-Mode SDC 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
test clocks + test enables + mode exceptions
-> shift/capture timing checks
-> legal test closureWorked intuition
Name failing metric and scenario context (mode, lot/corner, program).
Open test SDC completeness, false test-path violations, test constraint audit score trend and isolate dominant failing bucket.
Trace architecture assumptions and legality constraints.
Check compression, clocking, and unknown handling dependencies.
Collect test-mode SDC, constraint audit report, test path 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
Test SDC contract
test clocks + test enables + mode exceptions
-> shift/capture timing checks
-> legal test closureLayer responsibilities
DFT OWNERSHIP LAYERS - Test-Mode SDC
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.