SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 684
An Efficient Construction of Online Testable Circuits using Reversible
Logic Gates
K. Ganesh Kumar1
R. Arvind2
S. Gowtham3
Y. Azain Abdul Kadhar4
P. Dass5
1,2,3,4,5
Department of Electronics and Communication Engineering
1,2,3,4,5
Saveetha School of engineering, Saveetha University, Chennai, India
Abstract— The vital for many safety critical applications is
the testable fault tolerant system. Due to its less heat
dissipating characteristics, the reversible logic gaining
interest in the recent times. Any Boolean logic function can
be implemented using reversible gates. The credential part
of the paper proposes a technique to convert any reversible
logic gate to a testable gate that is also reversible. The
resultant reversible testable gate can detect online any single
bit errors that include Single Stuck Faults and Single Event
Upsets S. Karp et.al. The proposed technique is illustrated
using an example that converts a reversible decoder circuit
to an online testable reversible decoder circuit.
Key words: Reversible gate, single stuck fault, testable gate.
I. INTRODUCTION
Reversible Logic has gained importance in the recent past.
The rapid decrease in the size of the chips has lead to the
exponential increase in the transist account per unit area. As
a result, the energy dissipation is becoming a major barrier
in the evolving nano-computing era. Reversible logic
ensures low energy dissipation. An operation is said to be
physically reversible if there is no energy to heat conversion
and no change in entropy. In reversible logic, the state of the
computational device just prior to an operation is uniquely
determined by its state just after the operation. In other
words, no information about the computational state can
ever be lost and hence the reversible logic can be viewed as
a deterministic state machine. Computations performed by
the current computers are commonly irreversible, even
though the physical devices that execute them are
fundamentally reversible. At the basic level, however,
matter is governed by classical mechanics and quantum
mechanics, which are reversible. With computational device
technology rapidly approaching the elementary particle
level, it has been argued many times that this effect gains in
significance to the extent that efficient operation of future
computers requires them to be reversible. Hence, reversible
logic is gaining grounds. A reversible gate is a logical cell
that has the same number of inputs and outputs. Also, the
input and output vectors have a one-to-one mapping. Direct
fan-outs from the reversible gate are not permitted.
Feedbacks from gate outputs to inputs are not allowed. A
reversible gate with n-inputs and n-outputs is called a n x n
reversible gate. A previous research has been done on
testable reversible circuits. Conditions for a complete test set
construction were discussed and the problem of finding a
minimum test set was formulated as an integer linear
program with binary
The technique proposed in this paper can be
employed to convert any reversible circuit with arbitrary
number of gates to an online testable reversible one and is
independent of the type of reversible gate used. The
constructed circuit can detect any single bit errors that
include single bit stuck-at-fault and single event upset
S.Karp et.al . An important advantage of the technique is
that the logic design of a reversible circuit remains the same
and the reversible circuit need not be redesigned for adding
the testability feature to it. Another advantage is that the
technique ensures that the garbage generated during the
process of conversion to testable reversible circuit is
minimized. The proposed technique is illustrated using an
example that converts a decoder circuit that is designed by
reversible gates to an online testable reversible decoder
circuit.
II. DESIGN
A. Construction of online testable circuit
This section describes an algorithmic approach to convert
any reversible circuit to an online testable reversible circuit.
Given a reversible circuit consisting of reversible gates, the
following algorithm converts it into an online testable
reversible circuit.
Algorithm
Input: Reversible Circuit C
Output: An online testable reversible circuit C
T
Construct C' by replacing every reversible gate R in
C by TRC(R). The parity input bits of TRC(R) are set such
that Pia = Pib in the construction of TRC(R). By Lemma 2, C'
is reversible. Fig 1
Fig 1: Block diagram of TRC
Let n be the number of reversible gates in C.
Construct a (2n+1) x (2n+1) Test Cell (TC)
First 2n inputs are the output parity bits from each
of the n testable reversible cell TRC of C' gate.
The last bit of the input, called e, is either set to
logic 0 or logic 1.
Fig 2 Block diagram of TC
First 2n inputs are transferred to the output without
any change.
B. Constructible reversible circuit
1) Theorem:
The cell TC constructed in Algorithm has the following
properties:
An Efficient Construction of Online Testable Circuits using Reversible Logic Gates
(IJSRD/Vol. 2/Issue 07/2014/156)
All rights reserved by www.ijsrd.com 685
 It is reversible.
 If there is a single bit error in any TRC in C
T
, then,
T = 1 provided e =0.
 Function T is implemented with minimum possible
garbage.
Illustrated in Fig 2
2) Proof:
We can easily see that [Poa1, Pob1, . . Poan, Pobn, 0] maps to
[Poa1, Pob1, Poan, Pobn, T] and [Poa1, Pob1, . . Poan, Pobn, 1] maps
to [Poa1, Pob1, . . Poan, Pobn, ?T], where T = [((Poa1? Pob1) +
(Poa2? Pob2). . . + (Poan? Pobn)) ?e] Hence, TC is reversible.
Pia = Pib in TRC, from the step 1 of Algorithm 1. If
there is a single bit error in any TRC then by Lemma 3, Poais
complementary to Pob.Therefore, Poa? Pob = 1. Hence T = 1.
For an n-input k-output function f, the minimum
number of garbage bits required to make it reversible is
ceil(log M), where M is the maximum number of times an
output pattern is repeated D. Maslov (2004). For the
function T, M = 2
2n
– 2
n
, where n is the number of TRCs in
C
T
. Therefore, log M = log (2
2n
– 2
n
) > log (2
2n
/2) =(2n - 1).
Therefore, ceil (log M) = 2n.
The garbage bits that are generated for any circuit
that is implemented using the cascaded block of R1 and R2
in D.P.Vasudevan et.al (2004), will be certainly greater than
or equal to the circuit implemented using TRC(R). For
example a two input AND gate implemented using R1 gate
generates extra 2 garbage bits compared to TRC (Toffoli
gate). The two pair rail checker used in D.P.Vasudevan et.al
(2004) to detect errors is constructed from 6 R3 gates and
produces garbage of 8 bits. For a reversible circuit with 2n
testable reversible gates the technique proposed in D. P.
Vasudevan et.al (2004) generates garbage of 8n bits where
as the Test Cell, TC, generates garbage of 2n bits. This
paper proposes a hierarchical construction for online testable
reversible circuits. Consider a reversible circuit C that is the
integration of the individual reversible modules C
i
∀
i
= 1, 2,
k. C
i
is made online testable by applying Algorithm.
A Multi Modular Testable Cell MMTC is used to
detect errors in the integrated circuit C.
MMTC is defined as follows:
Inputs: T
1
, T
2
. . . Tn and e, where e can be either 0 or 1.
Outputs: T
1
, T
2
. . . Tn and MMT = (T
1
+ T
2
+ . . + T
n
) ⊕ e.
3) Theorem:
The cell MMTC has the following properties:
 It is reversible.
 MMTC detects any single bit error in C
1
, C
2
, . . .
C
k
, where C
i
is a online testable reversible module
∀
i
.
 Function MMT is implemented with minimum
possible garbage.
4) Proof:
 We can easily see that [T
1
, T
2
, . .T
k
, 0] maps to [T
1
,
T
2
, . . . T
k
, MMT] and [T
1
, T
2
, . . . T
k
, 1] maps to
[T
1
, T
2
, . . T
k
, ∼MMT] and MMT = (T
1
+ T
2
+ T
3
. .
. + T
k
) ⊕ e Hence, MMTC is reversible.
 T
i
bit is the test bit from the TC of module C
i
. The
multi modular test bit MMT is the logical OR of T
i
bits for i = 1, 2, . . k. Hence, if there is any error in
any of the modules C
i
, then MMT will be logical 1,
provided e = 0. Hence, the error is detected.
 The minimum number of garbage bits required to
make function MMT reversible is ceil(log M),
where M is the maximum number of times an
output pattern is repeated in the truth table of
MMT, D. Maslov et.al (2004). For the function
MMT, M = 2
2k
- 1, where k is the number of online
testable reversible modules. Therefore, ceil(log M)
= log (2
2k
- 1) = 2k Hence, the.
III. ILLUSTRATION OF THE PROPOSED TECHNIQUE
To illustrate the proposed technique, a reversible decoder
circuit is converted to an online testable reversible decoder.
A decoder is a combinational circuit that converts binary
information from n input lines to a maximum of 2
n
unique
output lines. Let us consider a 2-to-4 decoder with the
enable bit. The construction of the reversible decoder circuit
uses three Fredkin gates. A and B are the one-bit inputs to
the decoder, E is the one-bit enable and O
1
,O
2
, O
3
and O
4
are
the output bits of the decoder. Algorithm is applied to
convert the decoder circuit into an online testable one. We
illustrate this technique in a detailed step by step manner.
Input: Reversible Decoder Circuit C
Step 1: Replace Fredkin gate F
k
with its Testable
Reversible TRC (F
k
) for k = 1, 2, 3. Let the input vector of F
k
be [a, b, c] and the output vector be shown in figure Fig 3.
Fig 3: Truth table for 2:4 decoders.
Fig . Decoder Truth Table
Step 1: Replace Fredkin gate F
k
with its Testable
Reversible TRC (F
k
) for k = 1, 2, 3. Let the input vector of F
k
be [a, b, c] and the output vector be [O
1
, O
2
, O
3
]. The deduced
Fredkin gate, DR
a
can be obtained as with the following as the
inputs and outputs:
Inputs: a, b, c and P
ia
Outputs: O
1
= a; O
2
= a ⊕ ab ⊕ ac
O
3
= b ⊕ ab ⊕ ac; P
oa
= O
1
⊕ O
2
⊕ O
3
⊕ P
ia
P
oa
= (a) ⊕ (c ⊕ ab ⊕ ac) ⊕ (b ⊕ ab ⊕ ac) ⊕ (P
ia
) = a ⊕ b
⊕ c ⊕ (P
ia
)
The truth table of the deduced Fredkin gate DR
a
is
shown. To construct DR
b
, take X to be a 3 x 3 gate that has
inputs as [I
1
, I
2
, I
3
] and outputs as [U
1
, U
2
, U
3
], where U
i
and I
i
are related as U
i
= I
i
for i = 1, 2, 3.
The deduced gate DR
b
is as shown in Figure 11, with
the following as the inputs and outputs:
 Inputs: I
1
, I
2
, I
3
and P
ib
 Outputs: U
i
= I
i
where i = 1, 2, 3.
An Efficient Construction of Online Testable Circuits using Reversible Logic Gates
(IJSRD/Vol. 2/Issue 07/2014/156)
All rights reserved by www.ijsrd.com 686
P
ob
= P
ib
⊕ U
1
⊕ U
2
⊕ U
3
= P
ib
⊕ I
1
⊕ I
2
⊕ I
3
Truth table of DR
b
is as shown in Table III. We
cascade the above two deduced gates, DR
a
and DR
b
to get a
Testable Reversible Fredkin Cell (TRC). P
ia
= P
ib
, let us set
them to logic 0. This completes the construction of TRC(R)
for the Fredkin gate. Now we replace each Fredkin gate F
k
for k = 1, 2 and 3 in the input decoder circuit with TRC(R)
constructed above.
Step 2: Add a Test Cell (TC) with 2n + 1 input line.
As n = 3 for the given decoder circuit, TC has 2n+1 = 7
input lines. Connect its first six input lines to the parity bits
P
oak
and P
obk
of the Fredkin gates F
k
for k = 1, 2 and 3 as
shown in Figure 12. First six input lines are passed to the
output lines without any change. Output bit T is the error
detecting bit. The value of T will determine if there is an
error in the circuit.
Output: Circuit thus obtained is shown in Figure 12 and
is the required online testable reversible decoder circuit C
T
.
Let us consider the case when the input vectors [A, B, E] = [1,
0, 1]. From the Truth Table I, if the circuit is error free, output
vector O should be [0010]. In this case, the parity vector [P
oa1
,
P
ob1
, P
oa2
, P
ob2
, P
oa3
, and P
ob3
] is equal to [0, 0, 1, 1, 0 and 0]
and T = 0 which shows that the circuit is error free.
Fig 4 Truth table for DRG
In this case, the parity vector [P
oa1
, P
ob1
, P
oa2
, P
ob2
, P
oa3
, and
P
ob3
] is equal to [0, 0, 1, 1, 0 and 0] and T = 0 which shows
that the circuit is error free. Suppose there is some error in
the circuit, say in F
1
. For the given input vector [A, B, E] =
[1, 0, 1], output of F
1
is [1, 1, 1] instead of [1, 0, 1]. In this
case, parity vector [P
ia1
, P
ib1
, P
ia2
, P
ib2
, P
ia3
, P
ib3
] It is straight
forward to infer that if there is any single bit error in the
circuit, it will be indicated by the error bit T.
Fig 5: Block diagram of online testing 2:4 decoder
If the reversible circuit is made of more than one modules,
then using the hierarchical structure these can be integrated
by using MMTC making it online testable. Figure 5 shows
the Block diagram of online testing 2:4 decoder.
IV. SIMULATION RESULT
A. Test cell output
Fig. 6: Decoder with online testing with TC
B. Multimodular test cell output
Fig. 7: Decoder with online testing with MMTC
V. CONCLUSION
In this paper, we proposed a methodology that converts any
reversible gate into a testable reversible gate. Using the
same, any reversible circuit made of reversible gates can be
converted to an online testable one with minimum garbage.
The resultant testable circuit can detect online any single bit
errors that include Single Stuck Faults and Single Event
Upsets. An important advantage of the technique is that the
design of a reversible circuit need not be changed for the
purpose of adding testability feature to it. This paper
proposes the construction of multi-modular online testable
reversible circuits hierarchically.
REFERENCES
[1] R. W. Keyes and R. Landauer, “Minimal energy
dissipation in logic,” IBM J. Research and
Development, pp. 152–157, March 1970.
[2] C. H. Bennett, “Notes on the history of reversible
computation,” IBM J. Research and Development,
vol. 32, pp. 16–23, January 1988.
[3] R. Landauer, “Irreversibility and heat generation in the
computing process,” IBM J. Research and
Development, vol. 3, pp. 183–191, July 1961.
An Efficient Construction of Online Testable Circuits using Reversible Logic Gates
(IJSRD/Vol. 2/Issue 07/2014/156)
All rights reserved by www.ijsrd.com 687
[4] C. H. Bennett, “Logical reversibility of computation,”
IBM J. Research and Development, pp. 525–532,
November 1973.
[5] R. Feynman, “Quantum mechanical computers,” Optics
News, vol. 11, pp. 11–20, 1985.
[6] T. Toffoli, “Reversible computing,” Automata,
Languages and Programming, pp. 632–644, 1980.
[7] E. Fredkin and T. Toffoli, “Conservative logic,” Int’l
Journal of Theoretical Physics, vol. 21, pp. 219–253,
1982.
[8] P. Kerntopf, “Synthesis of multipurpose reversible logic
gates,” Euromicro Symposium on Digital System
Design (DSD’02), pp. 259–267, 2002.
[9] N. Margolus, “Physics and computation,” Ph. D.
Thesis, Massachusetts Institute of Technology,
Cambridge, MA, 1988.
[10]S. G. Younis and T. F. Knight, “Practical
implementation of charge recovering asymptotically
zero power cmos,” Proceeding of the 1993 symposium
on Research on integrated systems, MIT press, pp. 234–
250, 1993.

More Related Content

What's hot (18)

Design of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible LogicDesign of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible Logic
IJERA Editor
 
Low cost reversible signed comparator
Low cost reversible signed comparatorLow cost reversible signed comparator
Low cost reversible signed comparator
VLSICS Design
 
Transistor level implementation of digital reversible circuits
Transistor level implementation of digital reversible circuitsTransistor level implementation of digital reversible circuits
Transistor level implementation of digital reversible circuits
VLSICS Design
 
Iaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applicationsIaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applications
Iaetsd Iaetsd
 
Optimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gatesOptimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gates
eSAT Journals
 
A low power adder using reversible logic gates
A low power adder using reversible logic gatesA low power adder using reversible logic gates
A low power adder using reversible logic gates
eSAT Publishing House
 
Optimized study of one bit comparator using reversible
Optimized study of one bit comparator using reversibleOptimized study of one bit comparator using reversible
Optimized study of one bit comparator using reversible
eSAT Publishing House
 
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd Iaetsd
 
Research Paper
Research PaperResearch Paper
Research Paper
Anjali S Babu
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
Low Power Implementation of Booth’s Multiplier using Reversible Gates
Low Power Implementation of Booth’s Multiplier using Reversible GatesLow Power Implementation of Booth’s Multiplier using Reversible Gates
Low Power Implementation of Booth’s Multiplier using Reversible Gates
IJMTST Journal
 
Ieee project reversible logic gates by_amit
Ieee project reversible logic gates  by_amitIeee project reversible logic gates  by_amit
Ieee project reversible logic gates by_amit
Amith Bhonsle
 
Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates
csandit
 
Power Optimization using Reversible Gates for Booth’s Multiplier
Power Optimization using Reversible Gates for Booth’s MultiplierPower Optimization using Reversible Gates for Booth’s Multiplier
Power Optimization using Reversible Gates for Booth’s Multiplier
IJMTST Journal
 
Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum Cost
IJERA Editor
 
Reversible logic gate
Reversible logic gateReversible logic gate
Reversible logic gate
Debraj Maji
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
IOSRJVSP
 
Presentation energy efficient code converters using reversible logic gates
Presentation energy efficient code converters using reversible logic gatesPresentation energy efficient code converters using reversible logic gates
Presentation energy efficient code converters using reversible logic gates
Adityakumar2208
 
Design of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible LogicDesign of Digital Adder Using Reversible Logic
Design of Digital Adder Using Reversible Logic
IJERA Editor
 
Low cost reversible signed comparator
Low cost reversible signed comparatorLow cost reversible signed comparator
Low cost reversible signed comparator
VLSICS Design
 
Transistor level implementation of digital reversible circuits
Transistor level implementation of digital reversible circuitsTransistor level implementation of digital reversible circuits
Transistor level implementation of digital reversible circuits
VLSICS Design
 
Iaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applicationsIaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applications
Iaetsd Iaetsd
 
Optimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gatesOptimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gates
eSAT Journals
 
A low power adder using reversible logic gates
A low power adder using reversible logic gatesA low power adder using reversible logic gates
A low power adder using reversible logic gates
eSAT Publishing House
 
Optimized study of one bit comparator using reversible
Optimized study of one bit comparator using reversibleOptimized study of one bit comparator using reversible
Optimized study of one bit comparator using reversible
eSAT Publishing House
 
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd Iaetsd
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
Low Power Implementation of Booth’s Multiplier using Reversible Gates
Low Power Implementation of Booth’s Multiplier using Reversible GatesLow Power Implementation of Booth’s Multiplier using Reversible Gates
Low Power Implementation of Booth’s Multiplier using Reversible Gates
IJMTST Journal
 
Ieee project reversible logic gates by_amit
Ieee project reversible logic gates  by_amitIeee project reversible logic gates  by_amit
Ieee project reversible logic gates by_amit
Amith Bhonsle
 
Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates
csandit
 
Power Optimization using Reversible Gates for Booth’s Multiplier
Power Optimization using Reversible Gates for Booth’s MultiplierPower Optimization using Reversible Gates for Booth’s Multiplier
Power Optimization using Reversible Gates for Booth’s Multiplier
IJMTST Journal
 
Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum Cost
IJERA Editor
 
Reversible logic gate
Reversible logic gateReversible logic gate
Reversible logic gate
Debraj Maji
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
IOSRJVSP
 
Presentation energy efficient code converters using reversible logic gates
Presentation energy efficient code converters using reversible logic gatesPresentation energy efficient code converters using reversible logic gates
Presentation energy efficient code converters using reversible logic gates
Adityakumar2208
 

Similar to An Efficient Construction of Online Testable Circuits using Reversible Logic Gates (20)

QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATESQUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
DrKavitaKhare
 
Ieee project reversible logic gates by_amit
Ieee project reversible logic gates  by_amitIeee project reversible logic gates  by_amit
Ieee project reversible logic gates by_amit
Amith Bhonsle
 
An Extended Approach for Online Testing of Reversible Circuits
An Extended Approach for Online Testing of Reversible CircuitsAn Extended Approach for Online Testing of Reversible Circuits
An Extended Approach for Online Testing of Reversible Circuits
IOSR Journals
 
LOGIC LEVEL PPT.pptx on low power vlsi design
LOGIC LEVEL PPT.pptx on low power vlsi designLOGIC LEVEL PPT.pptx on low power vlsi design
LOGIC LEVEL PPT.pptx on low power vlsi design
muskans14
 
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
VLSICS Design
 
A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...
A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...
A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...
VIT-AP University
 
Design of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible GatesDesign of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible Gates
IJLT EMAS
 
C046051216
C046051216C046051216
C046051216
IJERA Editor
 
Design of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic SynthesisDesign of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic Synthesis
VLSICS Design
 
Approach to design a high performance fault-tolerant reversible ALU
Approach to design a high performance fault-tolerant reversible ALUApproach to design a high performance fault-tolerant reversible ALU
Approach to design a high performance fault-tolerant reversible ALU
VIT-AP University
 
Low Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/SubtractorLow Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/Subtractor
VLSICS Design
 
S4102152159
S4102152159S4102152159
S4102152159
IJERA Editor
 
Implementation of the Binary Multiplier on CPLD Using Reversible Logic Gates
Implementation of the Binary Multiplier on CPLD Using Reversible Logic GatesImplementation of the Binary Multiplier on CPLD Using Reversible Logic Gates
Implementation of the Binary Multiplier on CPLD Using Reversible Logic Gates
IOSRJECE
 
Review On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
Review On 2:4 Decoder By Reversible Logic Gates For Low Power ConsumptionReview On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
Review On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
IRJET Journal
 
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-ChipOptimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
IDES Editor
 
Low Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/SubtractorLow Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/Subtractor
VLSICS Design
 
Low Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/SubtractorLow Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/Subtractor
VLSICS Design
 
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
AIRCC Publishing Corporation
 
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
AIRCC Publishing Corporation
 
A04220106
A04220106A04220106
A04220106
ijceronline
 
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATESQUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
DrKavitaKhare
 
Ieee project reversible logic gates by_amit
Ieee project reversible logic gates  by_amitIeee project reversible logic gates  by_amit
Ieee project reversible logic gates by_amit
Amith Bhonsle
 
An Extended Approach for Online Testing of Reversible Circuits
An Extended Approach for Online Testing of Reversible CircuitsAn Extended Approach for Online Testing of Reversible Circuits
An Extended Approach for Online Testing of Reversible Circuits
IOSR Journals
 
LOGIC LEVEL PPT.pptx on low power vlsi design
LOGIC LEVEL PPT.pptx on low power vlsi designLOGIC LEVEL PPT.pptx on low power vlsi design
LOGIC LEVEL PPT.pptx on low power vlsi design
muskans14
 
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
VLSICS Design
 
A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...
A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...
A Novel Parity Preserving Reversible Binary-to-BCD Code Converter with Testab...
VIT-AP University
 
Design of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible GatesDesign of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible Gates
IJLT EMAS
 
Design of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic SynthesisDesign of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic Synthesis
VLSICS Design
 
Approach to design a high performance fault-tolerant reversible ALU
Approach to design a high performance fault-tolerant reversible ALUApproach to design a high performance fault-tolerant reversible ALU
Approach to design a high performance fault-tolerant reversible ALU
VIT-AP University
 
Low Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/SubtractorLow Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/Subtractor
VLSICS Design
 
Implementation of the Binary Multiplier on CPLD Using Reversible Logic Gates
Implementation of the Binary Multiplier on CPLD Using Reversible Logic GatesImplementation of the Binary Multiplier on CPLD Using Reversible Logic Gates
Implementation of the Binary Multiplier on CPLD Using Reversible Logic Gates
IOSRJECE
 
Review On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
Review On 2:4 Decoder By Reversible Logic Gates For Low Power ConsumptionReview On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
Review On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
IRJET Journal
 
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-ChipOptimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
IDES Editor
 
Low Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/SubtractorLow Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/Subtractor
VLSICS Design
 
Low Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/SubtractorLow Power Reversible Parallel Binary Adder/Subtractor
Low Power Reversible Parallel Binary Adder/Subtractor
VLSICS Design
 
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
AIRCC Publishing Corporation
 
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
Analysis of Random Distortions in the Elements of the Basic Cell for an Analo...
AIRCC Publishing Corporation
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 
IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 

Recently uploaded (20)

The History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.pptThe History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.ppt
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............
19lburrell
 
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdfAntepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Dr H.K. Cheema
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
materi 3D Augmented Reality dengan assemblr
materi 3D Augmented Reality dengan assemblrmateri 3D Augmented Reality dengan assemblr
materi 3D Augmented Reality dengan assemblr
fatikhatunnajikhah1
 
INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024
INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024
INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024
Quiz Club of PSG College of Arts & Science
 
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit..."Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
AlionaBujoreanu
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
The role of wall art in interior designing
The role of wall art in interior designingThe role of wall art in interior designing
The role of wall art in interior designing
meghaark2110
 
How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18
Celine George
 
How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales moduleHow To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
Celine George
 
Module_2_Types_and_Approaches_of_Research (2).pptx
Module_2_Types_and_Approaches_of_Research (2).pptxModule_2_Types_and_Approaches_of_Research (2).pptx
Module_2_Types_and_Approaches_of_Research (2).pptx
drroxannekemp
 
PUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for HealthPUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for Health
JonathanHallett4
 
Peer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docx
Peer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docxPeer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docx
Peer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docx
19lburrell
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
How to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 WebsiteHow to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 Website
Celine George
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............
19lburrell
 
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdfAntepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Dr H.K. Cheema
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
materi 3D Augmented Reality dengan assemblr
materi 3D Augmented Reality dengan assemblrmateri 3D Augmented Reality dengan assemblr
materi 3D Augmented Reality dengan assemblr
fatikhatunnajikhah1
 
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit..."Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
AlionaBujoreanu
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
The role of wall art in interior designing
The role of wall art in interior designingThe role of wall art in interior designing
The role of wall art in interior designing
meghaark2110
 
How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18
Celine George
 
How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales moduleHow To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
Celine George
 
Module_2_Types_and_Approaches_of_Research (2).pptx
Module_2_Types_and_Approaches_of_Research (2).pptxModule_2_Types_and_Approaches_of_Research (2).pptx
Module_2_Types_and_Approaches_of_Research (2).pptx
drroxannekemp
 
PUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for HealthPUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for Health
JonathanHallett4
 
Peer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docx
Peer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docxPeer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docx
Peer Assessment_ Unit 2 Skills Development for Live Performance - for Libby.docx
19lburrell
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
How to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 WebsiteHow to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 Website
Celine George
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 

An Efficient Construction of Online Testable Circuits using Reversible Logic Gates

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 684 An Efficient Construction of Online Testable Circuits using Reversible Logic Gates K. Ganesh Kumar1 R. Arvind2 S. Gowtham3 Y. Azain Abdul Kadhar4 P. Dass5 1,2,3,4,5 Department of Electronics and Communication Engineering 1,2,3,4,5 Saveetha School of engineering, Saveetha University, Chennai, India Abstract— The vital for many safety critical applications is the testable fault tolerant system. Due to its less heat dissipating characteristics, the reversible logic gaining interest in the recent times. Any Boolean logic function can be implemented using reversible gates. The credential part of the paper proposes a technique to convert any reversible logic gate to a testable gate that is also reversible. The resultant reversible testable gate can detect online any single bit errors that include Single Stuck Faults and Single Event Upsets S. Karp et.al. The proposed technique is illustrated using an example that converts a reversible decoder circuit to an online testable reversible decoder circuit. Key words: Reversible gate, single stuck fault, testable gate. I. INTRODUCTION Reversible Logic has gained importance in the recent past. The rapid decrease in the size of the chips has lead to the exponential increase in the transist account per unit area. As a result, the energy dissipation is becoming a major barrier in the evolving nano-computing era. Reversible logic ensures low energy dissipation. An operation is said to be physically reversible if there is no energy to heat conversion and no change in entropy. In reversible logic, the state of the computational device just prior to an operation is uniquely determined by its state just after the operation. In other words, no information about the computational state can ever be lost and hence the reversible logic can be viewed as a deterministic state machine. Computations performed by the current computers are commonly irreversible, even though the physical devices that execute them are fundamentally reversible. At the basic level, however, matter is governed by classical mechanics and quantum mechanics, which are reversible. With computational device technology rapidly approaching the elementary particle level, it has been argued many times that this effect gains in significance to the extent that efficient operation of future computers requires them to be reversible. Hence, reversible logic is gaining grounds. A reversible gate is a logical cell that has the same number of inputs and outputs. Also, the input and output vectors have a one-to-one mapping. Direct fan-outs from the reversible gate are not permitted. Feedbacks from gate outputs to inputs are not allowed. A reversible gate with n-inputs and n-outputs is called a n x n reversible gate. A previous research has been done on testable reversible circuits. Conditions for a complete test set construction were discussed and the problem of finding a minimum test set was formulated as an integer linear program with binary The technique proposed in this paper can be employed to convert any reversible circuit with arbitrary number of gates to an online testable reversible one and is independent of the type of reversible gate used. The constructed circuit can detect any single bit errors that include single bit stuck-at-fault and single event upset S.Karp et.al . An important advantage of the technique is that the logic design of a reversible circuit remains the same and the reversible circuit need not be redesigned for adding the testability feature to it. Another advantage is that the technique ensures that the garbage generated during the process of conversion to testable reversible circuit is minimized. The proposed technique is illustrated using an example that converts a decoder circuit that is designed by reversible gates to an online testable reversible decoder circuit. II. DESIGN A. Construction of online testable circuit This section describes an algorithmic approach to convert any reversible circuit to an online testable reversible circuit. Given a reversible circuit consisting of reversible gates, the following algorithm converts it into an online testable reversible circuit. Algorithm Input: Reversible Circuit C Output: An online testable reversible circuit C T Construct C' by replacing every reversible gate R in C by TRC(R). The parity input bits of TRC(R) are set such that Pia = Pib in the construction of TRC(R). By Lemma 2, C' is reversible. Fig 1 Fig 1: Block diagram of TRC Let n be the number of reversible gates in C. Construct a (2n+1) x (2n+1) Test Cell (TC) First 2n inputs are the output parity bits from each of the n testable reversible cell TRC of C' gate. The last bit of the input, called e, is either set to logic 0 or logic 1. Fig 2 Block diagram of TC First 2n inputs are transferred to the output without any change. B. Constructible reversible circuit 1) Theorem: The cell TC constructed in Algorithm has the following properties:
  • 2. An Efficient Construction of Online Testable Circuits using Reversible Logic Gates (IJSRD/Vol. 2/Issue 07/2014/156) All rights reserved by www.ijsrd.com 685  It is reversible.  If there is a single bit error in any TRC in C T , then, T = 1 provided e =0.  Function T is implemented with minimum possible garbage. Illustrated in Fig 2 2) Proof: We can easily see that [Poa1, Pob1, . . Poan, Pobn, 0] maps to [Poa1, Pob1, Poan, Pobn, T] and [Poa1, Pob1, . . Poan, Pobn, 1] maps to [Poa1, Pob1, . . Poan, Pobn, ?T], where T = [((Poa1? Pob1) + (Poa2? Pob2). . . + (Poan? Pobn)) ?e] Hence, TC is reversible. Pia = Pib in TRC, from the step 1 of Algorithm 1. If there is a single bit error in any TRC then by Lemma 3, Poais complementary to Pob.Therefore, Poa? Pob = 1. Hence T = 1. For an n-input k-output function f, the minimum number of garbage bits required to make it reversible is ceil(log M), where M is the maximum number of times an output pattern is repeated D. Maslov (2004). For the function T, M = 2 2n – 2 n , where n is the number of TRCs in C T . Therefore, log M = log (2 2n – 2 n ) > log (2 2n /2) =(2n - 1). Therefore, ceil (log M) = 2n. The garbage bits that are generated for any circuit that is implemented using the cascaded block of R1 and R2 in D.P.Vasudevan et.al (2004), will be certainly greater than or equal to the circuit implemented using TRC(R). For example a two input AND gate implemented using R1 gate generates extra 2 garbage bits compared to TRC (Toffoli gate). The two pair rail checker used in D.P.Vasudevan et.al (2004) to detect errors is constructed from 6 R3 gates and produces garbage of 8 bits. For a reversible circuit with 2n testable reversible gates the technique proposed in D. P. Vasudevan et.al (2004) generates garbage of 8n bits where as the Test Cell, TC, generates garbage of 2n bits. This paper proposes a hierarchical construction for online testable reversible circuits. Consider a reversible circuit C that is the integration of the individual reversible modules C i ∀ i = 1, 2, k. C i is made online testable by applying Algorithm. A Multi Modular Testable Cell MMTC is used to detect errors in the integrated circuit C. MMTC is defined as follows: Inputs: T 1 , T 2 . . . Tn and e, where e can be either 0 or 1. Outputs: T 1 , T 2 . . . Tn and MMT = (T 1 + T 2 + . . + T n ) ⊕ e. 3) Theorem: The cell MMTC has the following properties:  It is reversible.  MMTC detects any single bit error in C 1 , C 2 , . . . C k , where C i is a online testable reversible module ∀ i .  Function MMT is implemented with minimum possible garbage. 4) Proof:  We can easily see that [T 1 , T 2 , . .T k , 0] maps to [T 1 , T 2 , . . . T k , MMT] and [T 1 , T 2 , . . . T k , 1] maps to [T 1 , T 2 , . . T k , ∼MMT] and MMT = (T 1 + T 2 + T 3 . . . + T k ) ⊕ e Hence, MMTC is reversible.  T i bit is the test bit from the TC of module C i . The multi modular test bit MMT is the logical OR of T i bits for i = 1, 2, . . k. Hence, if there is any error in any of the modules C i , then MMT will be logical 1, provided e = 0. Hence, the error is detected.  The minimum number of garbage bits required to make function MMT reversible is ceil(log M), where M is the maximum number of times an output pattern is repeated in the truth table of MMT, D. Maslov et.al (2004). For the function MMT, M = 2 2k - 1, where k is the number of online testable reversible modules. Therefore, ceil(log M) = log (2 2k - 1) = 2k Hence, the. III. ILLUSTRATION OF THE PROPOSED TECHNIQUE To illustrate the proposed technique, a reversible decoder circuit is converted to an online testable reversible decoder. A decoder is a combinational circuit that converts binary information from n input lines to a maximum of 2 n unique output lines. Let us consider a 2-to-4 decoder with the enable bit. The construction of the reversible decoder circuit uses three Fredkin gates. A and B are the one-bit inputs to the decoder, E is the one-bit enable and O 1 ,O 2 , O 3 and O 4 are the output bits of the decoder. Algorithm is applied to convert the decoder circuit into an online testable one. We illustrate this technique in a detailed step by step manner. Input: Reversible Decoder Circuit C Step 1: Replace Fredkin gate F k with its Testable Reversible TRC (F k ) for k = 1, 2, 3. Let the input vector of F k be [a, b, c] and the output vector be shown in figure Fig 3. Fig 3: Truth table for 2:4 decoders. Fig . Decoder Truth Table Step 1: Replace Fredkin gate F k with its Testable Reversible TRC (F k ) for k = 1, 2, 3. Let the input vector of F k be [a, b, c] and the output vector be [O 1 , O 2 , O 3 ]. The deduced Fredkin gate, DR a can be obtained as with the following as the inputs and outputs: Inputs: a, b, c and P ia Outputs: O 1 = a; O 2 = a ⊕ ab ⊕ ac O 3 = b ⊕ ab ⊕ ac; P oa = O 1 ⊕ O 2 ⊕ O 3 ⊕ P ia P oa = (a) ⊕ (c ⊕ ab ⊕ ac) ⊕ (b ⊕ ab ⊕ ac) ⊕ (P ia ) = a ⊕ b ⊕ c ⊕ (P ia ) The truth table of the deduced Fredkin gate DR a is shown. To construct DR b , take X to be a 3 x 3 gate that has inputs as [I 1 , I 2 , I 3 ] and outputs as [U 1 , U 2 , U 3 ], where U i and I i are related as U i = I i for i = 1, 2, 3. The deduced gate DR b is as shown in Figure 11, with the following as the inputs and outputs:  Inputs: I 1 , I 2 , I 3 and P ib  Outputs: U i = I i where i = 1, 2, 3.
  • 3. An Efficient Construction of Online Testable Circuits using Reversible Logic Gates (IJSRD/Vol. 2/Issue 07/2014/156) All rights reserved by www.ijsrd.com 686 P ob = P ib ⊕ U 1 ⊕ U 2 ⊕ U 3 = P ib ⊕ I 1 ⊕ I 2 ⊕ I 3 Truth table of DR b is as shown in Table III. We cascade the above two deduced gates, DR a and DR b to get a Testable Reversible Fredkin Cell (TRC). P ia = P ib , let us set them to logic 0. This completes the construction of TRC(R) for the Fredkin gate. Now we replace each Fredkin gate F k for k = 1, 2 and 3 in the input decoder circuit with TRC(R) constructed above. Step 2: Add a Test Cell (TC) with 2n + 1 input line. As n = 3 for the given decoder circuit, TC has 2n+1 = 7 input lines. Connect its first six input lines to the parity bits P oak and P obk of the Fredkin gates F k for k = 1, 2 and 3 as shown in Figure 12. First six input lines are passed to the output lines without any change. Output bit T is the error detecting bit. The value of T will determine if there is an error in the circuit. Output: Circuit thus obtained is shown in Figure 12 and is the required online testable reversible decoder circuit C T . Let us consider the case when the input vectors [A, B, E] = [1, 0, 1]. From the Truth Table I, if the circuit is error free, output vector O should be [0010]. In this case, the parity vector [P oa1 , P ob1 , P oa2 , P ob2 , P oa3 , and P ob3 ] is equal to [0, 0, 1, 1, 0 and 0] and T = 0 which shows that the circuit is error free. Fig 4 Truth table for DRG In this case, the parity vector [P oa1 , P ob1 , P oa2 , P ob2 , P oa3 , and P ob3 ] is equal to [0, 0, 1, 1, 0 and 0] and T = 0 which shows that the circuit is error free. Suppose there is some error in the circuit, say in F 1 . For the given input vector [A, B, E] = [1, 0, 1], output of F 1 is [1, 1, 1] instead of [1, 0, 1]. In this case, parity vector [P ia1 , P ib1 , P ia2 , P ib2 , P ia3 , P ib3 ] It is straight forward to infer that if there is any single bit error in the circuit, it will be indicated by the error bit T. Fig 5: Block diagram of online testing 2:4 decoder If the reversible circuit is made of more than one modules, then using the hierarchical structure these can be integrated by using MMTC making it online testable. Figure 5 shows the Block diagram of online testing 2:4 decoder. IV. SIMULATION RESULT A. Test cell output Fig. 6: Decoder with online testing with TC B. Multimodular test cell output Fig. 7: Decoder with online testing with MMTC V. CONCLUSION In this paper, we proposed a methodology that converts any reversible gate into a testable reversible gate. Using the same, any reversible circuit made of reversible gates can be converted to an online testable one with minimum garbage. The resultant testable circuit can detect online any single bit errors that include Single Stuck Faults and Single Event Upsets. An important advantage of the technique is that the design of a reversible circuit need not be changed for the purpose of adding testability feature to it. This paper proposes the construction of multi-modular online testable reversible circuits hierarchically. REFERENCES [1] R. W. Keyes and R. Landauer, “Minimal energy dissipation in logic,” IBM J. Research and Development, pp. 152–157, March 1970. [2] C. H. Bennett, “Notes on the history of reversible computation,” IBM J. Research and Development, vol. 32, pp. 16–23, January 1988. [3] R. Landauer, “Irreversibility and heat generation in the computing process,” IBM J. Research and Development, vol. 3, pp. 183–191, July 1961.
  • 4. An Efficient Construction of Online Testable Circuits using Reversible Logic Gates (IJSRD/Vol. 2/Issue 07/2014/156) All rights reserved by www.ijsrd.com 687 [4] C. H. Bennett, “Logical reversibility of computation,” IBM J. Research and Development, pp. 525–532, November 1973. [5] R. Feynman, “Quantum mechanical computers,” Optics News, vol. 11, pp. 11–20, 1985. [6] T. Toffoli, “Reversible computing,” Automata, Languages and Programming, pp. 632–644, 1980. [7] E. Fredkin and T. Toffoli, “Conservative logic,” Int’l Journal of Theoretical Physics, vol. 21, pp. 219–253, 1982. [8] P. Kerntopf, “Synthesis of multipurpose reversible logic gates,” Euromicro Symposium on Digital System Design (DSD’02), pp. 259–267, 2002. [9] N. Margolus, “Physics and computation,” Ph. D. Thesis, Massachusetts Institute of Technology, Cambridge, MA, 1988. [10]S. G. Younis and T. F. Knight, “Practical implementation of charge recovering asymptotically zero power cmos,” Proceeding of the 1993 symposium on Research on integrated systems, MIT press, pp. 234– 250, 1993.
  翻译: