1 / 22

Pattern Compression for Multiple Fault Models

Pattern Compression for Multiple Fault Models. - Priyadharshini S. Outline. Introduction Fault modeling Fault models Multiple fault modeling Pattern compression Motivation Existing technique N-Model Tests using ILP Problem statement Implementation Results Proposed technique

limei
Download Presentation

Pattern Compression for Multiple Fault Models

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pattern Compression for Multiple Fault Models - Priyadharshini S

  2. Outline • Introduction • Fault modeling • Fault models • Multiple fault modeling • Pattern compression • Motivation • Existing technique • N-Model Tests using ILP • Problem statement • Implementation • Results • Proposed technique • Problem statement • Implementation • Results VLSI Design and Test Seminar

  3. Introduction • Fault modeling • Physical defects during manufacturing are modeled as physical parameters • E.g. Line stuck at 0, line stuck at 1, delay at output of gate VDD => o/p stuck at 0 i/p o/p GND 3 VLSI Design and Test Seminar

  4. Introduction • Fault models • Stuck-at • Transistor shorts and opens • Stuck-at-0 and stuck-at-1 faults • Transition • Timing defects lumped at the output of gates • Slow to rise and slow to fall faults • Path Delay • Timing defect due to cumulative propagation delay of a combinational path • IDDQ • Defective chip identified by examining current drawn from power supply 4 VLSI Design and Test Seminar

  5. Introduction (Fault models.. Continued) • Static Bridging • Shorts between groups of signals • 1-dominant (OR bridge) and 0-dominant (AND bridge) • Combinational • Dynamic Bridging • Feedback bridging fault • Can produce memory states in otherwise combinational logic 0 0 1 1 1 0 0 0 0-dominant (AND bridge) 1-dominant (OR bridge) 1 0 1 1 5 VLSI Design and Test Seminar

  6. Introduction • Importance of multiple fault modeling • Each fault model targets specific defects • To detect most faults, more fault models must be considered • Number of fault models that need to be considered is increasing with increasing process complexity • leads to an increase in the volume of test vectors • increases memory requirement and test time on tester 6 VLSI Design and Test Seminar

  7. Introduction • Pattern compression • Elimination of test patterns without affecting test coverages • Scope for compression • Existence of pattern sets that cover all and more faults, than covered by a different pattern set Fault universe f1, p1 f2, p2 7 VLSI Design and Test Seminar

  8. Motivation • Test generation for multiple fault models • Combine pattern sets covering different fault models • Concatenating pattern sets - number of vectors grows rapidly • Pattern set of one fault model may detect faults of a different fault model f1 f2 Fault coverage p1 Number of patterns 8 VLSI Design and Test Seminar

  9. Existing Technique • Test patterns generated for one fault model • Generated pattern set simulated against faults of a different fault model • Test patterns generated for undetected faults • Repeated till test patterns are generated for all fault models Total number of patterns = p1 + p2 + p3 f2 f1 f3 p1 ,f2 Fault coverage (p1 + p2),f3 p2 p3 p1 Number of patterns 9 VLSI Design and Test Seminar

  10. Existing Technique • Fault model ordering effects number of patterns • Optimized test pattern set cannot be found unless all possible orders have been considered • Number of possible ways to order models = n! • n is number of fault models f1 f2 FC f2 FC f1 p4 p2 p1 p3 p1 + p2 ≠ p3 + p4 10 VLSI Design and Test Seminar

  11. N-Model Tests using ILP • Minimization problem • Obtain minimized test set for considered fault models • Take advantage of vectors detecting faults in multiple fault models N-Model Tests for VLSI Circuits, Nitin Yogi and Vishwani D. Agrawal, 40th Southeastern Symposium on System Theory 11 VLSI Design and Test Seminar

  12. N-Model Tests using ILP • Obtain fault dictionary by fault simulations (without fault dropping) • Determine faults detected by each vector • ‘F’ faults : for all considered fault models • ‘N’ vectors : generated for all considered fault models • Test minimization by Integer Linear Program (ILP) • Set of integer variables • Set of constraints • Objective function 12 VLSI Design and Test Seminar

  13. N-Model Tests using ILP • Define [0, 1] integer variable: • tj – for each vector ; j = 1 to N • tj = 0 : drop vector j • tj = 1 : select vector j • Constraints {ck} for kth fault, k = 1 to F • For kth fault detected by vectors u, v and wck : tu + tv + tw≥ 1 • Objective function • Minimize ∑ tj • N : total number of vectors • tj : variables to select vectors N j = 1 13 VLSI Design and Test Seminar

  14. N-Model Tests using ILP • Example • Objective function • Minimize t1 + t2 + t3 • Constraints • t2 + t3 ≥ 1 • t1 ≥ 1 • t1 + t3 ≥ 1 14 VLSI Design and Test Seminar

  15. N-Model Tests using ILP • Results 15 VLSI Design and Test Seminar

  16. Proposed Technique • Problem statement • Dynamic compression of patterns without affecting test coverages • Variation in slopes of fault simulation curves is utilized • Some patterns of a particular fault model may have high detection capability while others may not Pf1 , f2 Pf2 , f3 Pf1 , f3 Pf3 , f1 FC Pf3 , f2 Pf2 , f1 Pa , b: Simulation of pattern set of fault model A against faults of fault model b Number of patterns 16 VLSI Design and Test Seminar

  17. Proposed Technique • Number of patterns saved • Defined for a pattern set • It is the number of patterns that would be generated by other fault model ATPGs to detect the same faults as detected by the pattern set under consideration f1 f2 Pf2 , f1 • Number of patterns saved by Pf1 = Pf1’ • Number of patterns saved by Pf2 = Pf2’ FC Pf1 , f2 Pf2’ Pf1’ 17 VLSI Design and Test Seminar

  18. Proposed Technique • Patterns generated in blocks • A block is a set of fixed number of patterns • Start with entire fault set for all fault models • Generate a fixed number of patterns individually for each of the N fault models • Simulate the N pattern sets against the faults of the remaining N-1 fault models • Find the number of patterns saved by each pattern set = 36 = 35 = 20 18 VLSI Design and Test Seminar

  19. Proposed Technique • The pattern set with maximum fault savings is chosen • Pattern set of fault model 1 chosen in example shown • Pattern set stored • Undetected faults information is updated for all fault models • Repeat the process until required fault coverage is reached in every fault model • Undetected faults become the new targeted faults • Pattern generation and simulation abandoned for a fault model once required coverage is reached for that fault model 19 VLSI Design and Test Seminar

  20. Proposed Technique • Results • Tool used: Synopsys TetraMAX • About 30% reduction in number of patterns • With respect to existing technique • With 2 fault models: stuck, transition • Test coverages: around 90% for transition and 95% for stuck-at • Tested with upto a total of 5 fault models • Run-time • in the order of a few days for a circuit with 2 million stuck-at faults 20 VLSI Design and Test Seminar

  21. Proposed Technique • Challenges • Run – time optimization • Modeling combinational faults like stuck-at to be compatible with other fault models • Future work • Reverse simulation • Post-pattern generation optimization • N-Model Tests using ILP • Adaptive block size variation 21 VLSI Design and Test Seminar

  22. THANK YOU

More Related