cis 4930 digital system testing built in self test bist
play

CIS 4930 Digital System Testing Built-In Self Test (BIST) Dr Hao - PowerPoint PPT Presentation

CIS 4930 Digital System Testing Built-In Self Test (BIST) Dr Hao Zheng Comp. Sci. & Eng. U of South Florida 0 Introduction 1 Built-In Self-Test (BIST) Generic Off-Line BIST Architectures 481 BIST is the capability of a circuit


  1. CIS 4930 Digital System Testing Built-In Self Test (BIST) Dr Hao Zheng Comp. Sci. & Eng. U of South Florida 0

  2. Introduction 1

  3. Built-In Self-Test (BIST) Generic Off-Line BIST Architectures 481 • BIST is the capability of a circuit (chip, board, or system) to test itself Chip, board, or system D D I I S S TTl I I I I I I I L L _, -.J -.J I 11.1 Concepts 2 Figure 11.18 Generic form of centralized and separate BIST architecture 3. Communicate with other test controllers, possibly using test busses. 4. Control the operation of a self-test, including seeding of registers, keeping track of the number of shift commands required in a scan operation, and keeping track of the number of test patterns that have been processed. Further information on the design of controllers for BIST circuitry can be found in [Breuer et al. 1988]. The distributed BIST architecture is shown in Figure 11.19. Here each CUT is associated with its own TPG and ORA circuitry. This leads to more overhead but less test time and usually more accurate diagnosis. The BIST control circuitry is not shown. The designs shown in Figures 11.18 and 11.19 are examples of the separate BIST architecture, since the TPG and ORA circuitry is external to the CUT and hence not part of the functional circuitry. Chip, board, or system • • • • • • • • • Figure 11.19 Generic form of distributed and separate BIST architecture

  4. Forms of Built-In Self-Test (BIST) 11.1 Concepts 3

  5. On-line BIST • Testing occurs during normal functional operating conditions – Circuit Under Test (CUT) is not put in test mode • Concurrent online BIST – Testing occurs simultaneously with normal functional operation • Non-concurrent online BIST – Testing while system is in idle state – Executing diagnostic software – Test process can be interrupted so that normal operation can resume 11.1 Concepts 4

  6. Off-line BIST • Testing a system when the it is not carrying out its normal functions • Systems, boards, and chips can be tested • Applicable at the manufacturing, field, depot, and operational stages • Usually employs test-pattern generators (TPGs) and output response analyzers (ORAs) • Errors cannot be detected in real time 11.1 Concepts 5

  7. Off-line BIST – cont’d • Functional off-line BIST – Test based on functional description – Employs a functional fault model • Structural off-line BIST – Explicit structural fault model may be used – Fault coverage based on structural fault detection – Usually tests are generated and responses are compressed Our discussion is primarily on Structural Off-line BIST 11.1 Concepts 6

  8. Glossary of key BIST Architectures 11.1 Concepts 7

  9. Hardcore • Parts of circuit that must be operational (correct) to execute a self-test • At a minimum it consists of Power, Ground, and Clock Distribution • Easy to detect, but hard to diagnose – Faults may be in CUT or hardcore • Usually tested by external test equipment • Designer attempts to minimize complexity of hardware 11.1 Concepts 8

  10. Levels of Test • Production Test – Newly manufactured components – Performed at Chip, Board, System levels – Reduces the need for expensive ATE (Automated Test Equipment) • Field Testing – Eliminates the need for expensive special test equipment. – Improve maintainability, – Reduce life-cycle costs. 11.1 Concepts 9

  11. Test-Pattern Generation for BIST 10

  12. Test Pattern Generation for BIST Assume CUT = n -input, m -output combinational circuit • Exhaustive Testing – Exhaustive test-pattern generators – expensive • Pseudo-random Testing – Weighted test generator – Adaptive test generator • Pseudo-exhaustive testing (cf. 8.3) – Syndrome driver counter – Constant-weight counter – Combined LFSR and shift register – Combined LFSR and XOR gates – Condensed LFSR – Cyclic LFSR 11.2 Test Pattern Generation for BIST 11

  13. Linear Feedback Shift Register (LFSR) • LFSRs used for pseudo-random test vector generation and signature analysis State 1 0 S0 0 1 S1 1 0 S2 = S0 : • Two states : • Cycles through states 01 and 10 repeatedly • No inputs except clock 12

  14. XOR Gates in Feedback + + 1 0 1 1 S0 0 1 1 Cycles through S1 0 0 1 S2 1 0 0 4 states S3 1 1 0 S4 = S0 0 1 1 : : 13

  15. XOR Gates in Feedback + + 1 0 0 1 S0 0 1 1 Cycles through S1 0 0 1 S2 1 0 0 4 states S3 1 1 0 S4 = S0 0 1 1 : : 14

  16. XOR Gates in Feedback + + 0 1 0 0 S0 0 1 1 Cycles through S1 0 0 1 S2 1 0 0 4 states S3 1 1 0 S4 = S0 0 1 1 : : 15

  17. XOR Gates in Feedback + + 0 1 1 0 S0 0 1 1 Cycles through S1 0 0 1 S2 1 0 0 4 states S3 1 1 0 S4 = S0 0 1 1 : : 16

  18. XOR Gates in Feedback + + 1 0 0 1 1 0 1 1 S0 0 1 1 Cycles through S1 0 0 1 S2 1 0 0 4 states S3 1 1 0 S4 = S0 0 1 1 : : 17

  19. Signature Analysis 433 Output sequence o 1 0 1 ••• 1 1 1 ••• State U LJ o l Repeated SI 0 subsequence --------- S2 = So 0 • • • (b) Maximal Length LFSR (a) 11001100 So 0 L-J SI 0 0 11001011100··· S2 0 0 I I S3 0 ------- S4 = So 0 • • Generates a cyclic sequence of SI 0 0 • length 2 n − 1 0 0 S2 (c) S3 0 0 S4 0 All-0 initial state leads to a Ss 0 sequence of length 1. S6 --------- S7 = So 0 • • • 18 (d) Figure 10.9 Feedback shift registers In this section we will deal primarily with a class of linear circuits, known as autonomous linear feedback shift registers, that have the canonical form shown in Figures 10.10 and 10.11. Here c, is a binary constant, and c, = 1 implies that a connection exists, while c, = 0 implies that no connection exists. When c, = 0 the corresponding XOR gate can be replaced by a direct connection from its input to its output. Characteristic Polynomials A sequence of numbers a 0, aI, a 2, ... , am, ... can be associated with a polynomial, called a generating function G(x), by the rule

  20. Exhaustive Testing • Test the n -input comb. circuit with 2 n inputs • Binary counter can be used as TPG. • Autonomous LFSR can also be used. • Guarantees that all detectable faults that do not introduce sequential behavior will be detected – i.e. no bridging faults. • Depending on clock rate, n > 22 is impractical • Not used for sequential circuits 11.2 Test Pattern Generation for BIST 19

  21. Pseudo-Random Testing • Many characteristics of random patterns • Generated deterministically => Repeatable • With or without replacement • With replacement = patterns can repeat • Without replacement = unique patterns (autonomous LFSR can be a source) • Applicable to both comb. and seq. circuits 11.2 Test Pattern Generation for BIST 20

  22. Bias in Pattern Generation • Autonomous LFSR: 0’s and 1’s balanced in the output • Sometimes we want a bias (say more 1’s than 0’s ) • Example: 4 - input AND gate – Probability of an input set to 0 is 15/16 – With random inputs, hard to test other input s-a-0 or s-a-1 fault 11.2 Test Pattern Generation for BIST 21

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