vlsi testing
play

VLSI Testing Automatic Test Pattern Generation Virendra Singh - PowerPoint PPT Presentation

VLSI Testing Automatic Test Pattern Generation Virendra Singh Associate Professor C omputer A rchitecture and D ependable S ystems L ab Department of Electrical Engineering Indian Institute of Technology Bombay


  1. VLSI Testing Automatic Test Pattern Generation Virendra Singh Associate Professor C omputer A rchitecture and D ependable S ystems L ab Department of Electrical Engineering Indian Institute of Technology Bombay http://www.ee.iitb.ac.in/~viren/ E-mail: viren@ee.iitb.ac.in EE-709: Testing & Verification of VLSI Circuits Lecture 15 (25 Feb 2013) CADSL

  2. ATPG - Algorithmic  Path Sensitization Method  Fault Sensitization  Fault Propagation  Line Justification  Path Sensitization Algorithms  D- Algorithm (Roth)  PODEM (P. Goel)  FAN (Fujiwara)  SOCRATES (Schultz)  SPIRIT (Emil & Fujiwara) 25 Feb 2013 EE-709@IITB 2 CADSL

  3. FANout oriented test generation FAN (Fujiwara and Shimono, 1983) 25 Feb 2013 EE-709@IITB 3 CADSL

  4. Prof. Hideo Fujiwara • Prof. Fujiwara is Eminent Researcher and Academician in VLSI Testing • Many contributions to VLSI Testing • Co-founder of ATS and WRTLT • Special Workshop was organized in his honour with 20 th IEEE ATS 2011 25 Feb 2013 EE-709@IITB 4 CADSL

  5. TG Algorithms Objective  TG time reduction  Reduce number of backtracks  Find out the non-existence of solution as soon as possible  Branch and bound 25 Feb 2013 EE-709@IITB 5 CADSL

  6. FAN Algorithm  New concepts:  Immediate assignment of uniquely-determined signals  Unique sensitization  Stop Backtrace at head lines  Multiple Backtrace 25 Feb 2013 EE-709@IITB 6 CADSL

  7. FAN Algorithm Strategy1:  In step of the algorithm determine as many signal values as possible  Implication Strategy 2:  Assign faulty signal D or D’ that is uniquely determined or implied by the fault in question 25 Feb 2013 EE-709@IITB 7 CADSL

  8. PODEM Fails to Determine Unique Signals • Backtracing operation fails to set all 3 inputs of gate L to 1 – Causes unnecessary search 25 Feb 2013 EE-709@IITB 8 CADSL

  9. FAN -- Early Determination of Unique Signals • Determine all unique signals implied by current decisions immediately – Avoids unnecessary search 25 Feb 2013 EE-709@IITB 9 CADSL

  10. PODEM Makes Unwise Signal Assignments 0 1 0 0 1 � Blocks fault propagation due to assignment J = 0 25 Feb 2013 EE-709@IITB 10 CADSL

  11. FAN – Unique sensitization J = 1 A=1 C=1 F =D’ H =D K M B=0 E =D G =1 L = 1 � FAN immediately sets necessary signals to propagate fault Unique sensitization and implication Partial sensitization, which uniquely determined, is called unique sensitization 25 Feb 2013 EE-709@IITB 11 CADSL

  12. FAN Algorithm Strategy 3:  When the D-frontier consists of a single gate, apply a unique sensitization Strategy 4:  Stop the backtrace at a headline , and postpone the line justification for the headline to later 25 Feb 2013 EE-709@IITB 12 CADSL

  13. Headlines H M E F K J A L B C • When a line L is reachable from a fanout point, L is said to be bound • A signal line that is not bound is said to be free • When a line is adjacent to some bound line, it is said to be head line 25 Feb 2013 EE-709@IITB 13 CADSL

  14. Decision Trees H M E F K J A L B 0 C A=1 J = 1 B=1 B=0 J = 0 C=1 C=0 Backtracking at Head-lines PODEM 25 Feb 2013 EE-709@IITB 14 CADSL

  15. FAN Algorithm Strategies: Strategy 5:  Multiple backtracing (concurrent backtracing of more than one path) is more efficient than backtracing along a single path Objective for multiple backtrace  Triplet  (s, n 0 (s), n 1 (s)) 25 Feb 2013 EE-709@IITB 15 CADSL

  16. Multiple Backtrace FAN – breadth-first passes – 1 time PODEM – depth-first passes – 6 times 25 Feb 2013 EE-709@IITB 16 CADSL

  17. FAN Algorithm Objective for multiple backtrace  Triplet  (s, n 0 (s), n 1 (s)) AND gate  Let X be the easiest to set to 0 input n 0 (X) = n 0 (Y), n 1 (X) = n 1 (Y) For other inputs X i n 0 (X i ) = 0 , n 1 (X i ) = n 1 (Y) OR gate Let X be the easiest to set to 1 input n 0 (X) = n 0 (Y), n 1 (X) = n 1 (Y) For other inputs X i n 0 (X i ) = n 0 (Y) , n 1 (X i ) = 0 25 Feb 2013 EE-709@IITB 17 CADSL

  18. FAN Algorithm NOT gate n 0 (X) = n 1 (Y), n 1 (X) = n 0 (Y) Fanout points n 0 (X) = ∑ n 0 (X i ), n 1 (X) = ∑ n 1 (X i ) 25 Feb 2013 EE-709@IITB 18 CADSL

  19. AND Gate Vote Propagation [5, 3] [0, 3] [5, 3] [0, 3] [0, 3] • AND Gate – Easiest-to-control Input – • # 0’s = OUTPUT # 0’s • # 1’s = OUTPUT # 1’s – All other inputs -- • # 0’s = 0 • # 1’s = OUTPUT # 1’s 25 Feb 2013 EE-709@IITB 19 CADSL

  20. Multiple Backtrace Fanout Stem Voting [5, 1] [1, 1] [3, 2] [18, 6] [4, 1] [5, 1] • Fanout Stem -- – # 0’s = S Branch # 0’s, – # 1’s = S Branch # 1’s 25 Feb 2013 EE-709@IITB 20 CADSL

  21. FAN (A, 1. 0) (G,0.1) (J, 0. 1) (q, 0. 1) (N, 1. 0) (k, 0. 1) (H, 0. 2) (D, 2. 0) (L, 0. 1) (P, 0. 1) (R, 1. 0) (M, 0. 1) (E, 0. 1) 25 Feb 2013 EE-709@IITB 21 CADSL

  22. FAN Algorithm Strategy 6:  In the multiple backtrace, if an objective at a fanout point p has a contraditory requirement, that is, if both n 0 (p) and n 1 (p) are non-zero, stop backtrace so as to assign a binary value to the fanout point. 25 Feb 2013 EE-709@IITB 22 CADSL

  23. FAN - Algorithm Start Set a faulty signal Set backtrace flag Implication Is continuation of backtrace meaningful? Set backtrace flag Faulty signal propagated to PO? Is there any justified bound lines? The number of gatesin D-frontier? Line justification For free lines Is there an untried Unique Determine a final combination of values on sensitization Test Objective to headlines or FOs? generated Assign a value Set untried Assign value to the No test Combination Of values; final obj. line exists and set backtrace flag 25 Feb 2013 EE-709@IITB 23 CADSL

  24. Static and Dynamic Compaction of Sequences • Static compaction – ATPG should leave unassigned inputs as X – Two patterns compatible – if no conflicting values for any PI ∩ – Combine two tests t a and t b into one test t ab = t a t b using D-intersection – Detects union of faults detected by t a & t b • Dynamic compaction – Process every partially-done ATPG vector immediately – Assign 0 or 1 to PIs to test additional faults 25 Feb 2013 EE-709@IITB 24 CADSL

  25. Compaction Example • t 1 = 0 1 X t 2 = 0 X 1 t 3 = 0 X 0 t 4 = X 0 1 • Combine t 1 and t 3 , then t 2 and t 4 • Obtain: – t 13 = 0 1 0 t 24 = 0 0 1 • Test Length shortened from 4 to 2 25 Feb 2013 EE-709@IITB 25 CADSL

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend