Using Contrapositive Law to Enhance Implication Graphs of Logic Circuits - PowerPoint PPT Presentation

About This Presentation
Title:

Using Contrapositive Law to Enhance Implication Graphs of Logic Circuits

Description:

Child Nodes. Parents Nodes. Nodes. 4/23/2004. Kunal Dave - Dept. of ECE. 13. Update_Partial_A ... Check if vs is a child of an oring node Vx. Find a common ... – PowerPoint PPT presentation

Number of Views:46
Avg rating:3.0/5.0
Slides: 24
Provided by: dku52
Category:

less

Transcript and Presenter's Notes

Title: Using Contrapositive Law to Enhance Implication Graphs of Logic Circuits


1
Using Contrapositive Law to Enhance Implication
Graphs of Logic Circuits
  • Kunal K Dave
  • Masters Thesis
  • Electrical Computer Engineering
  • Rutgers University
  • 4/23/2004

2
Talk Outline
  • Background
  • Oring Nodes
  • New Algorithms
  • Results
  • Conclusion and Future Work

3
Background
  • Implication graph-based ATPG techniques
  • Larrabee et al. -- IEEE-TCAD, 1992
  • Chakradhar et al.-- IEEE-TCAD, 1993
  • Tafershofer et al. -- IEEE-TCAD, 2000
  • Implication based fault-independent redundancy
    identification techniques
  • Iyer and Abramovici IEEE-VLSI Systems, 1996
  • Agrawal et al. -- ATS, 1996
  • Gaur et al. -- DELTA, 2002
  • Mehta et al. -- VLSI Design, 2003

4
Implication Graph
  • An implication graph (IG) ? Digital circuit in
    the form of a set of binary and higher-order
    relations.

Boolean equation AND c ab
Chakradhar et al. -- IEEE-DT, 1990
5
Observability Implications
Oc
Oa
Observability nodes Agrawal, Lin and Bushnell
-- ATS, 1996
6
Redundancy Identification
  • Obtain an implication graph from the circuit
    topology and compute transitive closure.
  • There are 8 different conditions on the basis of
    which a fault is said to be redundant.
  • Examples
  • If node c implies c then s-a-0 fault on line c is
    redundant.
  • If node Oc implies Oc then c is unobservable and
    both s-a-0 and s-a-1 faults on line c are
    redundant.

Agrawal et al. -- ATS, 1996 Gaur et al. --
DELTA, 2002
7
Motivation Problem Statement
  • Implication graph (IG) ? Digital circuit
    represented as a set of binary and higher-order
    relations.
  • Binary relations ? full implication edges.
  • Higher-order relations ? partial implications
    using anding nodes.
  • Incomplete representation, can be improved.
  • An improvement--use contrapositive rule to derive
    new partial implication nodes, oring nodes, to
    incorporate more complete logic information in
    the implication graph.

8
Oring Nodes
Expansion of Boolean false function AND ac bc
abc 0
De-Morgan
Contrapositive
(a ? b) c
c (b V c)
c (b V c)
De-Morgan
Contrapositive
(a ? c) b
b (a V c)
b (a V c)
De-Morgan
Contrapositive
(b ? c) a
a (b V c)
a (b V c)
9
Use of Oring Nodes
a
c
b
d
a
c
d
b
?1
?2
a
c
d
b
V1
V2
10
Extended Use of Oring Node
s-a-0
a
c
b
e
d
Oac
b
a
?1
V1
d
Oc
b
?2
a
11
Motivation - A Problem Statement
  • Addition of a new edge can change the transitive
    closure (TC).
  • Re-computation of TC is required.
  • Algorithms are needed to update TC rather than
    re-computing it.
  • Develop new algorithms that dynamically update
    the transitive closure graph while extracting
    implications from a logic network.
  • Apply new implication graph and new dynamic
    update algorithms to redundancy identification to
    obtain better performances.

12
Update routine
(1) Update(G, vs, vn) (2) for each parent Pi of
source vs (3) for each child Cj of
destination vn (4) if (edge Pi ? Cj does not
exist) (5) addTcEdge(Pi, Cj) (6)
//Update
Nodes Parents Nodes Child Nodes
a a a, b, d
b b, a b
c c c, d
d d, a, c d
b
a
c
d
13
Update_Partial_A
  • Converts partial implications in to possible full
    implications using anding nodes.
  • New edge, vs ? vd, added???
  • Check if vd is a parent of an anding node ?x.
  • Find a common grandparent Gp of the node ?x.
  • Add TC edge from Gp to successor(?x).

c
e
a
?1
d
14
Update_Partial_AO
  • Converts partial implications in to possible full
    implications using oring nodes.
  • New edge, vs ? vd, added???
  • Check if vs is a child of an oring node Vx.
  • Find a common grandchild Gc of the node Vx.
  • Add TC edge from predecessor(Vx) to Gc.

c
e
a
V1
d
15
Update_Partial_AO (contd)
  • Also obtains backward partial implications using
    oring nodes that were previously obtained by
    extra anding nodes.

s-a-0
a
c
b
Oac
b
e
d
a
?1
Oc
d
V1
b
?2
a
16
An Example
m
b
V1
?1
m
17
Number of Partial Nodes
18
Results on ISCAS Circuits
Circuit Total faults Redundant faults identified and run time Redundant faults identified and run time Redundant faults identified and run time Redundant faults identified and run time Redundant faults identified and run time Redundant faults identified and run time Redundant faults identified and run time Redundant faults identified and run time
Circuit Total faults TRAN TRAN FIRE FIRE TCM TCM Our Algorithm Our Algorithm
Circuit Total faults Red. faults CPU Sec. Red. Faults CPU Sec. Red. Faults CPU Sec. Red. Faults CPU Sec.
c1908 1879 7 13.0 6 1.8 2 3.2 5 5.7
c2670 2747 115 95.2 29 1.5 59 4.0 69 6.0
c7552 7550 131 308.0 30 4.7 51 11.5 65 17.7
c1238 1355 69 17.4 6 1.9 20 2.6 51 5.4
19
ISCAS 85 -- C1908
Redundant faults
952
949
s-a-1
979
953
887
s-a-1
926
74
20
ISCAS 85 -- C5315
Redundant fault
PI
1
0
0
0/1
0/1
1
1
PI
1
0/1
0/1
PO
0
0
0
1
1
1
1
1
21
ISCAS 85 -- C5315
Redundant fault
PI
1
0/1
0/1
0/1
1
PI
0
0
0/1
PO
1
1
1
0
1
0
0
1
22
Conclusion Future Work
  • Contributions of thesis
  • New partial implication structure called oring
    node enhances implication graph of logic
    circuits more complete and more compact the the
    graph with just anding nodes.
  • New algorithms dynamically update the transitive
    closure every time a new implication edge is
    added greater efficiency over complete
    recomputation.
  • New and improved fault-independent redundancy
    identification.
  • New techniques can be further explored in
    following areas
  • Fanout stem unobservability proposed solution
  • Equivalence checking
  • Test generation

23
Thank You
Write a Comment
User Comments (0)
About PowerShow.com