DFT / ATPG · All levels
Boundary Scan & JTAG
IEEE 1149.1 TAP design, board-level test access, and package interface constraints.
Section goal
IEEE 1149.1 TAP design, board-level test access, and package interface constraints.
How to study this section
Start with the topic hub for architecture and ownership context.
Use mechanism and reports pages to map assumptions to metrics.
Use debug and worked examples for real closure patterns.
Finish with checklist and silicon impact before release decisions.
Topics
jtag-tap-architecture/ - JTAG TAP Architecture
boundary-scan-cells/ - Boundary Scan Cells
debug-access-port/ - Debug Access Port
package-test-interface/ - Package Test Interface
Related topics
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?