Top Banner
Alexander Gnusin Introduction to DFT
23

Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Mar 26, 2015

Download

Documents

Blake Maynard
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Alexander Gnusin

Introduction to DFT

Page 2: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Internal Scan Concept

• Used to get access to all internal chip registers:Scan inputs

Scan outputs

Fu

nc

inp

uts

Fu

nc

ou

tpu

ts

Page 3: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

MuxScan Design

• MuxScan: use one clock for Func and Test mode

• TE signal selects mode

• In test mode reg-to-reg combinatorial logic is bypassed

TE

D

TICK

Q

DD

CK

TITITE TE

Page 4: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Boundary Scan Principles

• Intent: Include board-level test functionality into chip-level devices

• Solution: Use serial shift register wrapped around the boundary of chip

• Operation Modes: Serial Shift mode Parallel Capture / Update mode

Page 5: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Boundary Scan ArchitectureBoundary registers

TMSTCKTRST

TapController

Instruct. Reg

Bypass Reg

Misc Regs

TDO

TDI

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

Page 6: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

PCB with IEEE 1149.1 test bus

Tap Tap

Tap Tap

TDITMSTCK

TRST

TDO

TMS, TCK and TRSTconnected in parallel

TDI , TDO - sequentially

Page 7: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Test Bus Signals

• TCK – Test clock, the master clock during the boundary-scan process

• TDI – Test Data Input, used to shift in Data or Instructions

• TDO – Test Data Output, used to shift out Data• TMS – Test Mode Selector, used to control FSM

in TAP Controller• TRST – Optional TAP Controller asynchronous

reset

Page 8: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Board and Chip Test Modes

• External Test Mode – to test board interconnect:

Ap

pli

cati

on

Lo

gi c

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Ap

pli

cati

on

Lo

gi c

Mode ControlMode Control

Page 9: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Board and Chip Test Modes (Cont)

• Sample Test Mode: Sampling Data during normal chip operation:

Ap

pli

cati

on

Lo

gi c

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

Page 10: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Board and Chip Test Modes (Cont)

• Internal Test Mode: drive chip inputs and capture chip outputs using boundary registers (Functional Isolation)

Ap

pli

cati

on

Lo

gi c

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

Page 11: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Tap Controller• FSM of Tap Controller is controlled by only one signal, TMS:

Test-Logic-Reset

Run Test/Idle Select DR-Scan Select IR-Scan

Capture-IR

Shift-IR

Exit-IR

Update-IR

Capture-DR

Shift-DR

Exit-DR

Update-DR

01 1 1

1

1 0

0

1

1

00

0

0

0

0

1

1

11 00

Page 12: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Tap Controller States

• Test-Logic-Reset : Boundary Scan disabled, normal functional mode

• Run Test/Idle : Internal BIST test runs

• Capture-DR : Data loaded in parallel into TDR (Test Data Register) selected by current instruction (ClockDR pulse, ShiftDR = 0)

• Shift-DR : Shift Data in TDR, selected by current instruction (ClockDR pulse, ShiftDR = 1)

• Update-DR : Update data on the output of TDR, selected by current instruction (UpdateDR pulse)

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

Page 13: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

TAP Controller Instructions

• Bypass: to bypass current chip, when targeting the other one

• Highz: turns all device output off and inserts the bypass register between TDI and TDO.

• Clamp: the contents of the boundary register control the state of output pins while the bypass register is connected between TDI and TDO

• Extest : to test circuitry external to the chip (board interconnect)

• Sample: sample data on IO Pads into the boundary register

• Intest: To apply a test vector to the chip via boundary-scan path and capture logic response

• RunBIST: Allows self-test execution on the chip

Page 14: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Built-in Self-Test (BIST)

BIST - Capability of a circuit to test itself

Test Pattern Generation Types: Exhaustive Testing (for n inputs, 2n tests) Pseudorandom Testing (weighted Test Generation) Pseudoexhaustive Testing (divide by logic cones and test them

in parallel, but each one exhaustively)

• Pseudo Random Pattern Generator (PRPG) – multioutput device that generates pseudorandom output patterns (based on LFSR, Linear Feedback Shift Register)

• Multiple-Input Signature Register (MISR) – multi-input device that compresses a series of input patterns into unique signature

Page 15: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Weighted PRPG• PRPG: produces pseudorandom data without replacement (all vectors

are unique).

• Constant-Weight PRPG: probability to get “1” for each output is constant (Example : equal number of “1” and “0” in each word => weight = 0.5)

• PRPG can adjust weights adding combinatorial logic to the outputs:

Clk Clk

0.5 0.25 0.75

Page 16: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Generic LBIST Architecture• First, PRPG issues N pseudorandom tests, where N – maximal internal scan

chain length.

• Second, series of Functional Clock pulses is issued for DC test, the same test clock as for PRPG is used For AC test, functional clock must be provided with real frequency

• Third, changed data is shifted to MISR and compressed signature is created (using the same N number of test clocks)

Fu

nc

inp

uts

Fu

nc

ou

tpu

ts

PRPG

MISR

LBIST Controller

Signature

Clk

Te

Test (N clocks) Func Test (N clocks)

Page 17: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

LBIST Design Issues

• In order to produce constant signature, we need to remove all X – sources from design: Assign constant logic value to all Primary Inputs Isolate memories (or all elements without scan chains) Isolate PLLs

• LBIST can be initiated and signature can be read out using user-defined instructions of TAP controller

• Long simulation times to produce signature – use of cycle-based simulator

Page 18: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

TPI – Test Points InsertionTwo type of test points :

Control Points (CP) are Primary Inputs or Scannable Register Outputs to enhance controlability

Observation Points (OP) are Primary Outputs or Scannable Register Inputs to enhance observability

C1 C1

Problem: G not controlable

GC1 C1

G’ G

cp1

cp2

C1 C1

Problem: G not observable

GC1 C1G

D

Page 19: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Scannable Register Insertion

TE

D=0

TICK

CPTE

D

TICK

To TI of next register onlyOP

Control Point: Observation Point:

Page 20: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Memory BIST• Embedded Memories use non-scannable registers – how to test them?

Getting access to all memory pins from PI and PO is expensive… Better solution – add Memory BIST Controller to generate Test Patterns

and to observe Test Responses from memory

• Two ways to add controller : Separate for each memory array (encapsulation) - less wires, more area Shared for the number of memory arrays - less area, but much more wires

• Memory Test is initiated using TAP Controller

RAM

……

Test Out

Test In

RAM

MBIST

Din Dout

Page 21: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Logic Vision Memory BIST

• Logic Vision solution: reducing the number of SRAM test vectors to one:

ParallelTest Vectors:

SequentialTest Vectors:

Page 22: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

Pin Sharing

• More internal scan chains for faster testing – more test Iopads

• Internal Test Scan Input/Output pads are disconnected on the board

• The pads number in the chip is limited.

• Solution: Share Functional and Test pins

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

ShiftDR

IN

ClockDR

SOUT

UpdateDR

OUT

SIN

Mode Control

Test Mode

Scan Out

Page 23: Alexander Gnusin Introduction to DFT. Internal Scan Concept Used to get access to all internal chip registers: Scan inputs Scan outputs Func inputs Func.

JTAG for functional debugging

Allscan: “Freeze” the chip and get access to ALL registers data Modify Some registers data and and continue in functional mode

Implementation: Serial connection of all Internal Scan chains between TDI and TDO Test Clock is produces from JTAG clock (TCK) Clocks Control – no clock glitches when “freezing” the chip

SI SOCore Logic

TDI TDO

Func Clock

JTAG Clock

Allscan

Result Clock

Glitch, can destroy data in registers