using down to a single scan channel to meet your test ... · pdf filehigh x-tolerance dftmax...

32
Using down to a Single Scan Channel to Meet your Test Goals (Part 2) Richard Illman Member of Technical Staff

Upload: ngohanh

Post on 28-Mar-2018

220 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Using down to a Single Scan Channel to Meet your Test Goals (Part 2)

Richard Illman

Member of Technical Staff

Page 2: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 2

Motivation - Target Market

“Dialog Semiconductor creates energy-efficient, highly

integrated, mixed signal circuits optimised for smartphones,

tablets, ULTRABOOKS™ and other portable devices.”

Implications:

Low pin count devices

Large volumes (10s millions to 100s millions)

Price competitive

Page 3: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 3

Reducing Pin Count – Example Audio Design

Limited digital pins available:

Clock input/output 3 pins

I2C interface 2 pins

I2S interface 4 pins

Typically limited 3 or 4 pairs scan in/out pads

Page 4: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 4

Dual use of audio analogue input pads

Analogue audio input pads can be as digital inputs in scan

mode.

Issues:

Typically must be level shifted in the chip to the digital supply

levels.

Load board must support both analogue and digital channels

for the same pad.

Mixes the analogue/digital design environments.

Page 5: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 5

Requirement for high X-tolerance

Large amounts of non-scan elements latches

Ratio 2:1 of scan to non-scan elements

Register files, filter blocks etc.

Tolerance to problems in sub-chains in analogue blocks

Real Time Counter, PLL

Page 6: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 6

High X tolerance DFTMAX architecture

Number of

scan-in and

scan-out pins

Maximum

internal

chains

2 4

3 12

4 32

5 80

6 192

Page 7: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 7

DFTMAX X-mask statistics in example audio design

3875 scan patterns

302 mask-only patterns

230 patterns without X-masking (~6%)

3342 patterns with X-masking

Average 55 mask bits (chain length 181 bits)

Page 8: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 8

High X tolerance DFTMAX with Serialiser

Page 9: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 9

Serialiser Shift Clock Ratios

External

Shift

Internal

Shift

Page 10: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 10

Compression – Goldilocks type problem?

DFTMAX – “too many pins”

DFTMAX Serialiser – “too slow, too much data”

DFTMAX Ultra – “baby bear” solution - just right?

Page 11: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 11

DFTMAX Ultra Architecture

Page 12: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 12

DFTMAX Ultra shift

External

Shift

Internal

Shift

Page 13: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 13

Change to the Design Compiler Synthesis Flow

set_dft_configuration -scan_compression enable

set_scan_compression_configuration \

-xtolerance high \

-chain_count 32 -inputs 4 -outputs 4 \

-min_power true

report_scan_compression_configuration

set_dft_configuration -streaming_compression enable

set_streaming_compression_configuration \

-chain_count 120 -inputs 4 -outputs 4

report_streaming_compression_configuration

Page 14: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 14

DFTMax Ultra overhead

(Design has 6,300 scan flops and 3,500 non-scan latches)

Architecture #si/so

pins

Internal

Chains

Latches

added

DFF

added

Seq.

element

overhead*

Fault

list

overhead**

DFTMAX 4 32 0 0 0 0.23%

DFTMAX Ultra 4 40 38 84 1.3% 1.06%

DFTMAX Ultra 4 80 62 136 2.2% 2.05%

DFTMAX Ultra 4 120 78 168 2.7% 3.31%

DFTMAX Ultra 4 160 86 188 3.0% 4.25%

DFTMAX serializer 1 32 4 16 0.2% 0.29%

DFTMAX Ultra 1 32 36 72 1.2% 0.90%

Page 15: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 15

Single SI/SO results

50

55

60

65

70

75

80

85

90

95

100

0 500000 1000000 1500000 2000000 2500000 3000000 3500000

Test

Co

vera

ge

Cycles

Serializer (one pair scan-in/scan-out)

Ultra 32

DFTMAX Serializer 4-4-32

Factor 2.8 Reduction

With “Minimum Detect” ATPG the reduction is 3.4

Page 16: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 16

4 SI/SO test case

50

55

60

65

70

75

80

85

90

95

100

0 100000 200000 300000 400000 500000 600000 700000 800000

Test

Co

vera

ge

Cycles

Standard ATPG

DFTMAX 4 4 32

Ultra 4 4 40

Ultra 4 4 80

Ultra 4 4 120

Ultra 4 4 160

Page 17: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 17

DFTMAX Ultra Budgeter

Page 18: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 18

DFTMAX Ultra Budgeter

`And thirdly, the Pirate Code DFTMAX Ultra Budgeter is

more what you'd call "guidelines" than actual rules.`

Captain Barbossa, “Pirates of the Caribbean”

Page 19: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 19

Effective Chain Lengths

0

20

40

60

80

100

120

140

160

180

200

DFTMAX 4_4_32 Ultra 4_4_40 Ultra 4_4_80 Ultra 4_4_120 Ultra 4_4_160

Effective Chain Length

Internal Chain

Internal Plus Compression Logic

Page 20: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 20

4 SI/SO test case

50

55

60

65

70

75

80

85

90

95

100

0 100000 200000 300000 400000 500000 600000 700000 800000

Test

Co

vera

ge

Cycles

Standard ATPG

DFTMAX 4 4 32

Ultra 4 4 40

Ultra 4 4 80

Ultra 4 4 120

Ultra 4 4 160

Page 21: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 21

Information encoded in each pattern

DFTMAX

• Mask data for the unload of the previous pattern

• Decompressor mode for the current pattern

• Data is encoded on a cycle basis through the whole pattern

DFTMAX Ultra

• Mask data and compressor direction for the current pattern

• Decompressor mode and direction for the next pattern

• Data is encoded in separate dedicated bits

High X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns can.

Page 22: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 22

ATPG Minimum Detect

set_atpg -basic_min_detects_per_pattern { d d } \

-fast_min_detects_per_pattern { d d }

parameters

minimum number of fault detects

limit on consecutive rejected patterns

set i 8192

while { $i > 2 } { set i [expr $i/2] ;

set_atpg -fast_min_detect [list $i 20];

run_atpg fast -auto }

Page 23: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 23

DFTMAX Ultra Pattern Reordering Command

Post ATPG (Beta status)

reorder_patterns –coverage \

–sort partial \

–group_size <d> \

-number_of_patterns <d>

reorder_patterns –coverage –sort full \

–first_pattern <d> \

-last_pattern <d>

Page 24: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 24

Pattern reordering – fault simulation based

Extracting fault detections for each pattern

set limit [expr [sizeof_collection [get_patterns -all ]] -1 ]

for { set i 0 } { $i < $limit } { incr i } {

run_fault_sim –first $i –last $i }

Very slow and inefficient

run_fault_sim -detected_pattern_storage

write_patterns filename -all

Fault list contains the first pattern where the fault is detected

Not available with multi-processor

Page 25: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 25

DFTMAX Ultra Pattern Reordering Command

User defined list

reorder_patterns -remove {

1932 1972 2207 2229 2231 2249 2250 2266 2605 2696 2697 1923 1945

1951 1954 1957 44 71 39 53 67 6 30 43 35 12 23 19 26 29 27 24 16

} -insert {

X X X X 1355 1355 1355 1355 1355 1355 1355 1355 1355 1355 1355

1355 X X X X 5 5 5 5 5 5 5 5 5 5 5 5 5 }

The first list is the patterns to be removed. The corresponding item in the

second list is the position it is to be placed.

If the item in the second list is “X” the pattern is deleted.

Over 50,000 patterns successfully reordered with a single command.

Legacy patterns reordered with:

write_patterns filename -reorder file

Page 26: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 26

DFTMAX Ultra with “minimum detect”

20 rejected pattern limit

50

55

60

65

70

75

80

85

90

95

100

0 100000 200000 300000 400000 500000 600000 700000 800000

Test

Co

vera

ge

Cycles

Minimum Detect ATPG

DFTMAX 4 4 32

Ultra 4 4 40

Ultra 4 4 40 Min Detect

Ultra 4 4 80

Ultra 4 4 80 Min Detect

Ultra 4 4 120

Ultra 4 4 120 Min Detect

Page 27: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 27

Reordering of “minimum detect” patterns

50

55

60

65

70

75

80

85

90

95

100

0 100000 200000 300000 400000 500000 600000 700000 800000 900000

Test

Co

vera

ge

Cycles

Reordering of min_detect patterns

DFTMAX 4 4 32

Ultra 4 4 40

Ultra 4 4 40 Reorder 1

Ultra 4 4 40 Reorder 2

Page 28: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 28

“Legacy” design reordering

Basic, single load sequential, multi load sequential

70

75

80

85

90

95

100

0 500 1000 1500 2000 2500 3000 3500 4000

Test

Co

vera

ge

Patterns

Pattern Reordering - after min_detect ATPG

ATPG

Reorder 1

Reorder 2

Reorder 3

Page 29: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 29

Regeneration of Patterns

50

55

60

65

70

75

80

85

90

95

100

0 200 400 600 800 1000 1200

Co

vera

ge

Patterns

Regeneration

Min Detect ATPG

Reorder & Truncate

Rerun ATPG

Reorder

Page 30: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 30

Pattern Reordering

0

1000

2000

3000

4000

5000

6000

7000

8000

0 1000 2000 3000 4000 5000 6000 7000 8000

Re

ord

ere

d P

atte

rn P

osi

tio

n

Original Pattern Position

Pattern Mobility During Reordering

Basic

Fast Sequential

Page 31: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

Dialog Semiconductor ©2014 31

Key Advantages of DFTMAX Ultra

• Easy transition of the synthesis/ATPG flow

• Dramatically improved results for the single scan in/out

implementation.

• Higher compression achieved when pin counts are

limited (or achieve the same compression with reduced

pin access on the ATE).

• More compact pattern sets can be generated

• “minimum detect” and pattern reordering available

even with High X tolerance

Page 32: Using down to a Single Scan Channel to Meet your Test ... · PDF fileHigh X-tolerance DFTMAX patterns which utilise X-masking cannot be individually manipulated, DFTMAX Ultra patterns

The power to be...