1 / 18

Using Implications for Online Error Detection

Using Implications for Online Error Detection. Kundan Nepal Electrical Engineering Dept. Bucknell University Lewisburg, PA 17837. Nuno Alves , Jennifer Dworak , R. Iris Bahar Division of Engineering Brown University Providence, RI 02912. NATW 2008. Online error detection.

dash
Download Presentation

Using Implications for Online Error Detection

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. Using Implications for Online Error Detection Kundan Nepal Electrical Engineering Dept. Bucknell University Lewisburg, PA 17837 NunoAlves, Jennifer Dworak, R. Iris Bahar Division of Engineering Brown University Providence, RI 02912 NATW 2008

  2. Online error detection • Purpose: Detect transient faults that may occur in a circuit during operation • Critical as circuits scale to smaller sizes • “Easy” in memory logic • In circuit logic not so easy

  3. Common online detection techniques • Stored pre-computed test vectors in hardware • Duplicating the computation of disjoint hardware elements and voting on the result • Use of check bits

  4. Our approach • Find invariant relationships in a circuit • Violations of these expected relationships can identify errors

  5. Error detection implementation

  6. n1 n2 n8 n3 n4 n5 n6 n7 Invariant relationships in circuits These relationships are logic implications n5=1n8=0

  7. n1 n2 n8 n3 n4 n5 n6 n7 Error detection with implications ERROR n5=1 & n8=1 will generate an error in checker logic n5=1n8=0

  8. Logic Simulation Verilog Description Validate Implications Collect Logic Values At Each Site Find Implications How we find implications

  9. Remove Redundant Implications Select Useful Implications Pick Best Implications For Given HW Overhead We have implications. Now what?

  10. Why should we remove implications? • With all implications we can generate checker logic for each implication. • Inefficient! • A circuit can contain thousands of implications • generating separate checker logic for each implication could more than double circuit size. • We want to detect only the “most important” implications.

  11. Removing redundant implications i1: n3=0  n8=0 i2: n4=1  n12=0 i3: n4=1  n8=0 i4: n12=0  n8=0 i5: n4=1  n13=0 n1 n2 n9 n12 n8 n13 n3 n10 n4 n5 n11 n6 n7

  12. Removing low coverage implications • We only want implications that: • Detect many faults • Identify hard-to-detect faults • Cover faults not detected by other implications • Finding these important implications requires: • fault analysis to determine the specific fault coverage for each implication

  13. Reducing the number of implications

  14. Covering faults with implications • For each random input vector, and at each fault, the implications-based circuit operation can fall into the following 4 categories:

  15. Average distribution of the 4 scenarios

  16. How often do we detect errors? Case1/[Case1+Case4]

  17. Implications with fixed HW budgets • Given a fixed HW budget, by how much can we reduce the probability of an undetected error?

  18. Conclusions • Practical online error detection alternative based on implication validation • No modification of targeted logic • Checker logic is added off the critical path and run in parallel rest of circuit. • For several circuits, we can detect almost 90% of all errors that propagate to a primary output. • With only a 10% area overhead, probability of an error being both observable and undetected is reduced to 11% on average

More Related