DFT / ATPG · All levels
JTAG TAP Architecture: Inputs & Outputs
Inputs & Outputs for JTAG TAP Architecture.
Inputs and outputs contract
Inputs & Outputs for JTAG TAP Architecture focuses on TAP state legality, instruction decode coverage, chain detect reliability. The goal is to convert metric movement into mechanism, owner, and release decision.
Treat these as a release contract. Ambiguity here creates expensive debug loops because teams optimize against different assumptions.
INPUTS
- scan/ATPG architecture and constraints
- fault model and quality target policy
- pattern generation config + tester limits
- timing/power/physical assumptions
OUTPUTS
- quality metrics and closure status
- signed artifacts and owner approvals
- diagnosis evidence for residual risk
- release, waiver, or escalation decisionFlow sequence
DFT FLOW - JTAG TAP Architecture
scan insertion -> chain stitch -> compression map -> ATPG -> tester apply -> diagnosis
| | | | |
controllability shift balance channel use coverage silicon correlation
Primary metric: TAP state legality, instruction decode coverage, chain detect reliabilityOwnership map
OWNERSHIP MAP - JTAG TAP Architecture
artifact owner
---------------- -----------------
architecture/report DFT owner
constraints/setup board test owner
physical/test RTL owner
Name an owner for each failing metric cluster.DFT deep dive
Boundary scan and JTAG are board-level contracts, not just RTL features.
Concept diagram
JTAG ACCESS
TAP controller -> instruction register -> boundary/data register -> board test/debugMetric graph
BOARD TEST READINESS
instruction coverage vs pin controllabilityReports and artifacts
TAP compliance report
boundary cell coverage matrix
EXTEST/INTEST results
debug lock policy log
Mini case study
Board bring-up blocked by pinmux override in one mode; TAP instruction decode and package table alignment fixed path.
Debug branches
Verify TAP state transitions
Audit package pin ownership
Check security lifecycle lock behavior
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
The TAP controller sequences boundary scan operations and debug instructions that expose board-level controllability and observability.
Metric: TAP state legality, instruction decode coverage, chain detect reliability