DFT / ATPG · All levels

Physical DFT Debug: Software / Programmer View

Software / Programmer View for Physical DFT Debug.

RTL / integration view

Hierarchy and module boundaries influence chain planning flexibility.

What teams feel

  • Unexpected untestables

  • clock/reset test-mode conflicts

RTL structure impact

  • Scan hooks

  • mode controls

  • debug access gating

Tool interaction

  • Synthesis transforms affecting scan paths

  • clock-gating interaction

Mitigations

  • DFT lint gates

  • test-aware coding standards

  • joint RTL/DFT reviews

diagram
RTL VIEW - Physical DFT Debug
// mode logic changed -> recheck controllability and constraints

Layer touch points

diagram
DFT OWNERSHIP LAYERS - Physical DFT Debug

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 slip

DFT deep dive

Physical integration quality decides whether DFT architecture survives implementation realities.

Concept diagram

diagram
PHYSICAL DFT FLOW

chain planning -> floorplan placement -> route -> test timing/power validation

Metric graph

diagram
ROUTING BURDEN

poor chain order -> longer routes -> more hold buffers

Reports and artifacts

  • scan physical wirelength

  • congestion heatmap

  • test clock skew

  • handoff issue tracker

Mini case study

Late scan reorder reduced route detours and eliminated a major shift hold cluster before signoff.

Debug branches

  • Correlate chain order with congestion

  • Place compression logic near chain clusters

  • Keep DFT-PD handoff versioned

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

Physical DFT debug traces violations to chain ordering, buffering strategy, clock topology, or extraction/view mismatches.

Metric: physical root-cause turnaround, repeat DFT route violations, signoff escape risk