Design and Implementation of Reversible Binary Comparator N.SATHISH 1, T.GANDA PRASAD 2

Size: px
Start display at page:

Download "Design and Implementation of Reversible Binary Comparator N.SATHISH 1, T.GANDA PRASAD 2"

Transcription

1 ISSN Vol.03,Issue.03, March-2014, Pages: Design and Implementation of Reversible Binary Comparator N.SATHISH 1, T.GANDA PRASAD 2 1 PG Scholar, Dept of ECE, Padmasri Dr.B.V.Raju Institute of Technology, Vishnupur, Medak, Andhrapradesh, India. sathish.nallagonda@gmail.com. 2 Asst Prof, Dept of ECE, Padmasri Dr.B.V.Raju Institute of Technology, Vishnupur, Medak, Andhrapradesh, India. gangaprasad.t@bvrit.ac.in. Abstract: This paper proposes the design of digital comparator with two different parallel architectures. Reversible logic has attracted significance attention in recent years, leading to different approaches such as synthesis, optimization, simulation and verification. In this paper, we propose the design and optimization of 32-bit reversible binary comparator. The circuit for MSB and one-bit comparator cell using NOT, PG and CNOT gates are designed. The 32-bit reversible binary comparator is designed using circuit for MSB as first stage to compare MSBs and one-bit comparator cell as second stage and so on to compare lesser significant bit positions. The power consumption and delay are computed. These comparators are first realized in Verilog and simulated with Xilinx ISE 8.2i platform and then compared with the Existing designs. Simulation results show that the first proposed architecture has % less combinational delay (logic + interconnect) and the second proposed architecture is even much faster and has a combinational delay of % less compared to the existing design. Keywords: Binary comparator, Reversible Binary Comparator, Reversible Logic, Garbage Output, Constant Input, parallel architecture, compare look ahead logic, tree comparator, combinational path delay. I. INTRODUCTION A comparator is a circuit that takes two numbers as input in binary form and determines whether one number is less than, greater than or equal to the other number. Comparator circuits are very important and commonly used for computing systems like Analog to Digital and Digital to Analog Convertors, Error Detectors, Microprocessors, Microcontrollers, and communications systems etc. and it is an important data-path element for any general purpose architecture as well as an essential device for applicationspecific and signal processing architectures[1,2]. Comparators are also used in sorting networks which play an important role in areas such as parallel computing, multiaccess memories and multiprocessing [3, 4, 5, 6]. In conventional circuits, the comparison is carrying out irreversibly i.e. once output bits are generated the input bits are lost forever, but this is not in the case of reversible logic circuits. In recent years, reversible logic circuits are used at large level in low power VLSI design. The conventional logic gates like AND, OR, EXOR, NAND etc. are not reversible as they are all multiple inputsingle output gates. Input states are lost because there are less number of outputs than inputs, i.e. output contain less information than input. This loss of information leads to the loss of energy in the form of heat. According to R. Landauer [8], circuit design based on irreversible logic operations produces ktln2 joules of energy, where k is Boltzmann s Constant; T is the absolute temperature (300K). According to C.H. Bennet [9], a circuit designed using reversible logic gates consume zero power and no heat is dissipated. In reversible logic gates there are equal number of inputs and outputs. A reversible gate only moves the states around and no information is lost i.e. no energy is lost and heat dissipation is zero. The recycling of real life entities like bottles, cans, paper etc., were impossible decades back, but they are quite prominent today. The same applies to the computing world also. Today s computers consume huge amount of energy, as millions of bits are manipulated billion times in every second. The irreversible logic devices are used in computers been recognized as energy inefficient for several decades. The reversible computing, which does not compute bits that are no longer needed, that allows their energy to be recovered and recycled for use in later operations. The demand for energy efficient becomes more prominent hence reversible computing will become popular. Before the computer industry reaches the fundamental brick wall of performance and energy constraints of computing devices, reversible computing needs to be fully developed. Comparator forms a fundamental component of processors and digital systems. For processors, in order to achieve high throughput with fast clock rates, it is necessary that such devices have less delay. Consequently, the designing of high speed comparator architecture becomes a relevant and essential research topic. Previously published comparator implementations having serial and parallel architecture can 2014 SEMAR GROUPS TECHNICAL SOCIETY. All rights reserved.

2 N.SATHISH, T.GANDA PRASAD both be found in literature. The serial architecture is suitable for short inputs (i.e. when both the inputs have lesser number of bits). For longer inputs (say, 32 bit, 64 bit inputs), the circuit complexity and the combinational delay increase drastically. As a result, parallel approach is generally preferred for comparators with longer inputs. The comparator designs presented in this paper are based on parallel approach. II. DESIGN OF IRREVERSIBLE FOUR-BIT BINARY COMPARATOR A. Existing Architecture-1 Four-bit magnitude comparator [7] is shown in Fig.1. The design is a parallel architecture. The circuit has three output bits: A>B, A<B, A=B. In many applications, only two output signals A>B, A<B are sufficient. The output bit (A=B) goes high if all the bits of A are equal to the corresponding bits of B. The two output signals A>B and A<B, are determined based on the following two conditions. If MSBs of the two numbers are unequal, i.e when Ai=1, Bi =0 then A>B or Ai=0, Bi =1 for A<B. OR if the pair of bits in the significant bit positions are equal, and LSBs are different i.e. Ai=Bi and A i-1 = 1, Bi-1 =0 then A>B or Ai=Bi and Ai-1=0, Bi-1=1 then A<B. The procedure for binary numbers with more than 2 bits can also be found in the similar way. The figure 1 shows the 4-bit magnitude comparator. Input A=A3A2A1A0 B=B3B2B1B0 1. A= B : A3=B3, A2=B2, A1=B1, A0=B0 xi = AiBi + Ai Bi XOR-Invert = (AiBi +Ai Bi) = (Ai +Bi) (Ai+Bi ) = Ai Ai + Ai Bi + AiBi + BiBi = AiBi + Ai Bi Output: x3x2x1x0 2. A> B Output: A3B 3 + x3a2b 2 + x3x2a1b 1+ x3x2x1a0b 0 3. (A< B) Output: A 3B3 + x3a 2B2 + x3x2a 1B1+ x3x2x1a 0B0 Fig.1. Existing architecture 1 B. Existing Architecture-2 The second architecture proposed in this paper can be called a look-ahead comparator and has a parallel approach. It has two output bits: A>B and A<B. The circuit of the 4- bit design of this comparator is displayed in Fig.2. The first stage of this architecture employs a compare look-ahead logic as shown in Fig.2. This look-ahead section generates compare signals CMPi for each bit position, i (i= 0, 1, 2, 3). The CMPi signal goes high if: The i th bits of A and B are unequal or The MSBs are equal and more significant positions of A and B are unequal. For a given pair of numbers, only one of the compare signals will be high. A high CMPi will activate Gi and Si gates. If Ai =1 and Bi = 0, output of Gi and hence, (A>B) goes high. On the other hand, if Ai =0 and Bi =1, output of

3 Design and Implementation of Reversible Binary Comparator Si and hence, (A<B) goes high. Fig.2. Existing architecture 2 Fig.3. Compare look ahead logic III. PROPOSED ARCHITECTURES A. Universal Gates used in Proposed Architecture-1 In order to implement the below circuit with fewer gates, In order to reduce the area, we can still decrease the number of gates. The logic of A<B can be decided by A>B and A=B. 2-input NOR is used here to realize the function of A<B. The area of 2-input NOR is much less than that of SS2. On the other hand, fewer gates mean fewer powers, so this modification can greatly reduce the power dissipation. Therefore, the logic optimization is completed. Fig.4. Proposed architecture 1 Seeing from the above diagram, we can use 11 gates to implement the 4-Bit comparator beside the inverters. The kind of gates includes XOR, AND, NOR. 4 gates of XOR are the same. 5 gates of AND have different number of inputs, but the principle of layout is the same. So does the NOR gate. B. Reversible logic gates used in proposed architecture-2 Reversible logic circuits are designed using reversible logic gates. Reversible logic gates have equal number of inputs and outputs. Reversible logic gate has distinct output for each distinct input. In reversible logic gates the input states are uniquely determined from the output states. A reversible logic gate is balanced, i.e. the outputs are 1s for exactly half of the inputs. Optimization parameters are very important for designing an optimized reversible logic circuit and determine the complexity and performance of the circuit. The optimization parameters are as follows: Reversible Gates: The number of reversible gates used to realize the function and should be as minimum as possible so as to reduce delay, quantum cost and area. Quantum Cost: This refers to the cost of the circuit in terms of reversible gates used and should be minimum to reduce the circuit cost. Garbage Output: This refers to the no. of outputs which are not used and therefore it should be as small as possible.

4 N.SATHISH, T.GANDA PRASAD Constant Input: This refers to the no. of inputs to be maintained constant at either logic 0 or logic 1 and should be minimum. Delay: The delay is the propagation delay of the critical path where, critical path is the path to the output which has the maximum delay and so it should be minimum. Fan-out: Fan-out is not allowed in reversible logic circuits. The simplest reversible gate is NOT gate and is a 1*1 gate. Controlled NOT (CNOT) gate is an example for a 2*2 gate. There are many 3*3 reversible gates such as Fred kin (F), Toffoli (TG), Peres (PG) and TR gate. C. Circuit for MSB The circuit for MSB is to binary comparator using reversible logic is shown in Figure 8. This circuit consists of three inputs An, Bn and logical low i.e., 0 and the outputs A Equal to B (AEB), A Greater than B (AGB) and A Less than B (ALB). The reversible circuit for MSB is designed using one PG, two CNOT and one NOT gates. The circuit for MSB alone can function as one-bit comparator and has one garbage output, two constant inputs and the quantum cost of six as PG gate costs four and each CNOT gate costs one. This circuit for MSB is connected at the first stage of the serial design of 32-bit reversible binary comparator. In proposed architecture design following reversible logic gates is used: NOT Gate (as an inverter) Feynman Gate / CNOT gate and Peres Gate(PG) NOT Gate: NOT gate is the only conventional logic gate which is also reversible logic gate. It is used as an inverter to invert the applied input. It is a one input-one output reversible logic gate as shown in Fig. 5 and implements the logic function: P = A. Fig.5. NOT Gate Feynman / CNOT Gate: Feynman gate is also known as controlled-not gate shown in Fig.6. It implements the logic functions: P = A and Q = A XOR B. Since the fan-out in the reversible circuit is 1, this gate is often used as a copying gate to duplicate the required output. Fig.6. Feynman / CNOT Gate Peres Gate: The three inputs and three outputs i.e., 3*3 reversible gate having inputs (A, B, C) mapping to outputs (P = A, Q = A XOR B, R = (A.B) XOR C). Since it requires two V+, one V and one CNOT gate, it has the quantum cost of four. Fig.7. Peres Gate Fig.8. The circuit for MSB of the reversible binary comparator The input Bn is connected to the NOT gate to get Bn at the output of the NOT gate and the inputs An, Bn and logical Low are connected to PG gate. The output x is garbage output represented as g1 and output y of the PG gate is (A XOR B) is connected to input of CNOT1 gate, another input to CNOT1 gate is Logical High i.e., 1. The output z of the PG gate is AB and output m of CNOT1 is (A XOR B) are connected to inputs of the CNOT2 gate. The final outputs of the circuit for MSB are given in Equation 1, 2 and 3. AEB = (A B) (1) AGB = AB (2) ALB = A B (3) D. One-bit Reversible Binary Comparator Block A is shown in Figure 9 is used in the one-bit comparator cell, which consists of two NOT, one PG and one CNOT gate. The output i of PG is garbage output and output j of the PG gate is (A B) is connected to NOT gate and then to input of the CNOT gate. The output k of the PG gate is connected to input of CNOT gate which results in C1 i.e., AB and C2 i.e., A B. One-bit reversible binary comparator consists of three PG and four CNOT gates. It has five inputs viz., Pn (AEB), Qn (AGB), Rn (ALB), An-1

5 Design and Implementation of Reversible Binary Comparator and Bn-1 and three outputs Qn-1 i.e., AGB, Pn-1 i.e., AEB and Rn-1 i.e., ALB as shown in the Figure 10. In this PG gates are used to generate the product functions like AB and A B and connecting these to three CNOT gates and one NOT gate to get the final outputs of one-bit comparator. This circuit designed to be fit at lesser significant bit positions in 32-bit binary comparator. This design has a quantum cost of sixteen as three PG gates costs twelve and four CNOT gates costs four, constant inputs of three denoted as logical Low and five garbage outputs represented as g1 to g5. Fig.9. Block diagram of block A Fig.11. Four-bit reversible binary comparator The QC of four-bit reversible binary comparator is given in an Equation: QC = QC of circuit for MSB + (3 * QC of one-bit Comparator cell) (4) QC = x 16 = 54. The number of CIs of four-bit reversible binary comparator is given in an Equation: CIs = CIs of circuit for MSB + (3 * CIs of one-bit Comparator cell) (5) CIs = x 3 = 11. The GOs of four-bit reversible binary comparator is given in an Equation: GOs = GOs of circuit for MSB + (3 * GOs of one- bit comparator cell) (6) GOs = x 5 = 16. IV. MODIFIED COMPARATOR MODULE FOR 32- BIT TREE STRUCTURE A. Design comparator using Irreversible logic gates: The schematic for 32-bit level implementation of the traditional and proposed comparators is shown in Fig.12. The blocks of the first stage compute the comparison result for every 4 bits of the input numbers. The blocks in the second stage take the result of four sets of 4-bit numbers and compute the result for the two 16-bit numbers which are obtained when the four sets of 4-bit numbers are concatenated. This logic is repeated in the third stage where the 2-bit block takes the results of two sets of 16-bit numbers and computes the result for the two 32-bit numbers. Fig.10. One-bit reversible binary comparator E. Four bit Reversible Binary Comparator: Four stages of four-bit reversible binary comparator are shown in Fig.11. First stage is circuit for MSB stage compares the MSB bits of the two numbers. Second stage is one-bit comparator cell compares the result of the first stage and the input bits A2, B2. Third stage is also one-bit comparator cell compares the output of the second stage and the input bits A1, B1. Fourth stage compares the result of third stage and the LSB bits A0, B0 of the two numbers resulting the final output of the four-bit numbers A and B. In the 32-bit level implementation of both the proposed comparators, a modified 2-bit comparator module has been utilized. Since the numbers input to the 2-bit comparator module are the outputs of 4-bit comparators, certain pairs of numbers can never be the input combinations: (10,10), (10,11), (11,10), (11,01), (01,11), (01,01). This is because the (A>B) and (A<B) output bits of the 4- bit comparator module can never be 1 at the same time. As a result, the Boolean expression for the (A>B) output of 2-bit comparator module becomes: (7)

6 N.SATHISH, T.GANDA PRASAD Fig bit tree structure comparator The logic-level circuit diagram of the modified 2-bit comparator module is shown in Fig.13. Fig.13. Modified 2-bit comparator B. Design comparator using Reversible logic gates: Thirty-two-bit reversible binary comparator are shown in Fig.14. First stage is circuit for MSB stage works as onebit comparator compares the MSB bits of the two numbers A32, B32. Second stage is one-bit comparator cell compares the result of the first stage and the input bits A31, B31. Third stage is also one-bit comparator cell compares the output of the second stage and the input bits A30, B30. Fourth stage compares the result of third stage and the input bits A29, B29 of the two numbers and so on. The final stage compares the output of the thirty-first stage and the LSB bits A1, B1 resulting the final output of the thirty-two-bit numbers A and B. The QC of Thirty-two-bit reversible binary comparator is given in an Equation: QC = QC of circuit for MSB + (31 * QC of one-bit Comparator cell) (7) QC = x 16 = 502. The number of CIs of Thirty-two-bit reversible binary comparator is given in an Equation: CIs = CIs of circuit for MSB + (31 * CIs of one-bit Comparator cell) (8) CIs = x 3 = 95. The GOs of Thirty-two-bit reversible binary comparator is given in an Equation: GOs = GOs of circuit for MSB + (31 * GOs of one-bit comparator cell) (9) GOs = x 5 = 156. V. SIMULATION AND RESULTS All the simulations of the 32-bit level implementation of the Existing and proposed comparators have been carried out using Verilog HDL programming in Xilinx ISE 8.2i platform. Adequate testing of each design was done to verify correct operation. The results obtained after the simulation of the traditional and the proposed comparators are summarized in Table 1. TABLE1: Delay Comparison of Comparator Designs for 32-bit operation Fig.14. Thirty-two-bit reversible binary comparator.

7 Design and Implementation of Reversible Binary Comparator Referring to the above table, it can be seen that there is a decrease in routing delay as well as logic delay of both the proposed comparators in comparison to the Existing comparator. This leads to an overall reduction in their combinational path delay. Fig.18. Simulation result for proposed 2 architecture Fig.15. RTL schematic for 4-bit Comparator using universal Gates. VI. CONCLUSION The proposed comparators have been discussed, simulated and compared with the Existing comparators. Simulation results show % decrease in path delay in case of the proposed architecture-i and 21.83% decrease in path delay in case of proposed architecture-ii over Existing architecture. VII. REFERENCES [1]J. L. Hennessy and D. A. Patterson, Computer Architecture: A Quantitative Approach. Morgan Kaufmann Publishers, [2]J. Eyre and J. Bier, DSP processors hit the mainstream, IEEE Computer, pp , [3] Shun-Wen Cheng, Arbitrary Long Digit Sorter HWISW Co-Design, in Proc. Asia and South Pacific Design Automation Conj, ASPDAC 03, pp , Jan Fig.16. Simulation result for proposed 1 architecture [4] D. E. Knuth, Sorting and Searching. Reading: Addison- Wesley, [5] D. Norris, Comparator circuit, U.S. Patent 5,534,844, April 3, [6] Shun-Wen Cheng, A high-speed magnitude comparator with small transistor count in Proceedings of the th IEEE International Conference on Electronics, Circuits and Systems (ICECS), pp , 2003 [7] M. Morris Mano, Digital Logic and Computer Design. Fig.17. RTL schematic for 4-bit Comparator using Reversible logic Gates. [8] R Landauer, Irreversibility and Heat Generation in the Computational Process, IBM Journal of Research and Development, vol. 5, no. 3, pp , July 1961.

8 N.SATHISH, T.GANDA PRASAD [9] C H Bennett, Logical Reversibility of Computation, IBM Journal of Research and Development, vol. 17, no. 6, pp , November [10] Kerntopf P, M A Perkowski and M H A Khan, On Universality of General Reversible Multiple Valued Logic Gates, Proceedings of the Thirty Fourth IEEE International Symposium on Multiple valued Logic, pp , [11] H Thapliyal, N Ranganathan and Ryan Ferreira, Design of a Comparator Tree based on Reversible logic, Proceedings of Tenth IEEE International Conference on Nanotechnology Joint Symposium with Nano, pp , August [12] W. David, Mahesh Nalasani, Reversible Logic, IEEE Potentials 2005 pp Information Processing Letters, Vol. 70, 199, pp , 2005.

DESIGN AND IMPLEMENTATION OF EFFICIENT HIGH SPEED VEDIC MULTIPLIER USING REVERSIBLE GATES

DESIGN AND IMPLEMENTATION OF EFFICIENT HIGH SPEED VEDIC MULTIPLIER USING REVERSIBLE GATES DESIGN AND IMPLEMENTATION OF EFFICIENT HIGH SPEED VEDIC MULTIPLIER USING REVERSIBLE GATES Boddu Suresh 1, B.Venkateswara Reddy 2 1 2 PG Scholar, Associate Professor, HOD, Dept of ECE Vikas College of Engineering

More information

DESIGN AND ANALYSIS OF A FULL ADDER USING VARIOUS REVERSIBLE GATES

DESIGN AND ANALYSIS OF A FULL ADDER USING VARIOUS REVERSIBLE GATES DESIGN AND ANALYSIS OF A FULL ADDER USING VARIOUS REVERSIBLE GATES Sudhir Dakey Faculty,Department of E.C.E., MVSR Engineering College Abstract The goal of VLSI has remained unchanged since many years

More information

ISSN Vol.03, Issue.03, June-2015, Pages:

ISSN Vol.03, Issue.03, June-2015, Pages: ISSN 2322-0929 Vol.03, Issue.03, June-2015, Pages:0271-0276 www.ijvdcs.org Design of Low Power Arithmetic and Logic Unit using Reversible Logic Gates LAKSHMIKANTHA MN 1, ANURADHA MG 2 1 Dept of ECE (VLSI

More information

Analysis of Multiplier Circuit Using Reversible Logic

Analysis of Multiplier Circuit Using Reversible Logic IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Analysis of Multiplier Circuit Using Reversible Logic Vijay K Panchal

More information

Design of Digital Adder Using Reversible Logic

Design of Digital Adder Using Reversible Logic RESEARCH ARTICLE Design of Digital Adder Using Reversible Logic OPEN ACCESS Gowthami P*, RVS Satyanarayana ** * (Research scholar, Department of ECE, S V University College of Engineering, Tirupati, AP,

More information

Design of Reversible Comparators with Priority Encoding Using Verilog HDL

Design of Reversible Comparators with Priority Encoding Using Verilog HDL Design of Reversible Comparators with Priority Encoding Using Verilog HDL B.Chaitanya Latha M.Tech (VLSI SD), Alfa College of Engineering and Technology. V.Praveen Kumar, M.Tech (DSP) Associate Professor,

More information

FPGA IMPLEMENTATION OF BASIC ADDER CIRCUITS USING REVERSIBLE LOGIC GATES

FPGA IMPLEMENTATION OF BASIC ADDER CIRCUITS USING REVERSIBLE LOGIC GATES FPGA IMPLEMENTATION OF BASIC ADDER CIRCUITS USING REVERSIBLE LOGIC GATES B.Ravichandra 1, R. Kumar Aswamy 2 1,2 Assistant Professor, Dept of ECE, VITS College of Engineering, Visakhapatnam (India) ABSTRACT

More information

An FPGA Implementation of Energy Efficient Code Converters Using Reversible Logic Gates

An FPGA Implementation of Energy Efficient Code Converters Using Reversible Logic Gates An FPGA Implementation of Energy Efficient Code Converters Using Reversible Logic Gates Rakesh Kumar Jha 1, Arjun singh yadav 2 Assistant Professor, Dept. of ECE, Corporate Institute of Science & Technology,

More information

Design and Implementation of REA for Single Precision Floating Point Multiplier Using Reversible Logic

Design and Implementation of REA for Single Precision Floating Point Multiplier Using Reversible Logic Design and Implementation of REA for Single Precision Floating Point Multiplier Using Reversible Logic MadivalappaTalakal 1, G.Jyothi 2, K.N.Muralidhara 3, M.Z.Kurian 4 PG Student [VLSI & ES], Dept. of

More information

Circuit for Revisable Quantum Multiplier Implementation of Adders with Reversible Logic 1 KONDADASULA VEDA NAGA SAI SRI, 2 M.

Circuit for Revisable Quantum Multiplier Implementation of Adders with Reversible Logic 1 KONDADASULA VEDA NAGA SAI SRI, 2 M. ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Circuit for Revisable Quantum Multiplier Implementation of Adders with Reversible

More information

High Speed Time Efficient Reversible ALU Based Logic Gate Structure on Vertex Family

High Speed Time Efficient Reversible ALU Based Logic Gate Structure on Vertex Family International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 11, Issue 04 (April 2015), PP.72-77 High Speed Time Efficient Reversible ALU Based

More information

Realization of 2:4 reversible decoder and its applications

Realization of 2:4 reversible decoder and its applications Realization of 2:4 reversible decoder and its applications Neeta Pandey n66pandey@rediffmail.com Nalin Dadhich dadhich.nalin@gmail.com Mohd. Zubair Talha zubair.talha2010@gmail.com Abstract In this paper

More information

Design of High-speed low power Reversible Logic BCD Adder Using HNG gate

Design of High-speed low power Reversible Logic BCD Adder Using HNG gate Design of High-speed low power Reversible Logic Using HNG gate A.Nageswararao Dept.of ECE, RMK engineering college Anna University, India naga.alvaru@gmail.com Prof.D.Rukmani Devi Dept.of ECE, RMK engineering

More information

DESIGN OF COMPACT REVERSIBLE LOW POWER n-bit BINARY COMPARATOR USING REVERSIBLE GATES

DESIGN OF COMPACT REVERSIBLE LOW POWER n-bit BINARY COMPARATOR USING REVERSIBLE GATES DESIGN OF COMPACT REVERSIBLE LOW POWER n-bit BINARY COMPARATOR USING REVERSIBLE GATES K.R.JAI BALAJI [1], C.GANESH BABU [2], P.SAMPATH [3] [1] M.E(VLSI Design), Department of ECE, Bannari Amman Institute

More information

A Novel Design for carry skip adder using purity preserving reversible logic gates

A Novel Design for carry skip adder using purity preserving reversible logic gates A Novel Design for carry skip adder using purity preserving reversible logic gates Abstract: The reversible logic is a most popular and emerging field in low power consideration. It will be having many

More information

Performance Enhancement of Reversible Binary to Gray Code Converter Circuit using Feynman gate

Performance Enhancement of Reversible Binary to Gray Code Converter Circuit using Feynman gate Performance Enhancement of Reversible Binary to Gray Code Converter Circuit using Feynman gate Kamal Prakash Pandey 1, Pradumn Kumar 2, Rakesh Kumar Singh 3 1, 2, 3 Department of Electronics and Communication

More information

Design of a Novel Reversible ALU using an Enhanced Carry Look-Ahead Adder

Design of a Novel Reversible ALU using an Enhanced Carry Look-Ahead Adder Design of a Novel Reversible ALU using an Enhanced Carry Look-Ahead Adder *K.JYOTHI **Md.ASIM IQBAL *M.TECH Dept Of ECE, KAKATHIYA UNIVERSITY OF ENGINEERING AND TECHNOLOGY **Asst. prof Dept of ECE, KAKATHIYA

More information

Design of Reversible Code Converters Using Verilog HDL

Design of Reversible Code Converters Using Verilog HDL Design of Reversible Code Converters Using Verilog HDL Vinay Kumar Gollapalli M. Tech (VLSI Design), K Koteshwarrao, M. Tech Assistant Professor, SSGN Srinivas, M. Tech Associate Professor & HoD, ABSTRACT:

More information

OPTIMAL DESIGN AND SYNTHESIS OF FAULT TOLERANT PARALLEL ADDER/SUBTRACTOR USING REVERSIBLE LOGIC GATES. India. Andhra Pradesh India,

OPTIMAL DESIGN AND SYNTHESIS OF FAULT TOLERANT PARALLEL ADDER/SUBTRACTOR USING REVERSIBLE LOGIC GATES. India. Andhra Pradesh India, OPTIMAL DESIGN AND SYNTHESIS OF FAULT TOLERANT PARALLEL ADDER/SUBTRACTOR USING REVERSIBLE LOGIC GATES S.Sushmitha 1, H.Devanna 2, K.Sudhakar 3 1 MTECH VLSI-SD, Dept of ECE, ST. Johns College of Engineering

More information

Design and Optimization of Asynchronous counter using Reversible Logic

Design and Optimization of Asynchronous counter using Reversible Logic Design and Optimization of Asynchronous counter using Reversible Logic Mr Harish k PG scholar Department of ECE, RVCE RVCE, Bengaluru Mrs. Chinmaye R, Asst.Professor Department of ECE,RVCE RVCE, Bengaluru

More information

Implementation of Optimized Reversible Sequential and Combinational Circuits for VLSI Applications

Implementation of Optimized Reversible Sequential and Combinational Circuits for VLSI Applications V. G. Santhi Swaroop et al Int. Journal of Engineering Research and Applications RESEARCH ARTICLE OPEN ACCESS Implementation of Optimized Reversible Sequential and Combinational Circuits for VLSI Applications

More information

A Novel Ternary Content-Addressable Memory (TCAM) Design Using Reversible Logic

A Novel Ternary Content-Addressable Memory (TCAM) Design Using Reversible Logic 2015 28th International Conference 2015 on 28th VLSI International Design and Conference 2015 14th International VLSI Design Conference on Embedded Systems A Novel Ternary Content-Addressable Memory (TCAM)

More information

A Novel Design of Reversible Universal Shift Register

A Novel Design of Reversible Universal Shift Register Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 3, March 2014,

More information

Implementation of Reversible ALU using Kogge-Stone Adder

Implementation of Reversible ALU using Kogge-Stone Adder Implementation of Reversible ALU using Kogge-Stone Adder Syed.Zaheeruddin, Ch.Sandeep Abstract: Reversible circuits are one promising direction with applications in the field of low-power design or quantum

More information

Implementation of Reversible Control and Full Adder Unit Using HNG Reversible Logic Gate

Implementation of Reversible Control and Full Adder Unit Using HNG Reversible Logic Gate Implementation of Reversible Control and Full Adder Unit Using HNG Reversible Logic Gate Naresh Chandra Agrawal 1, Anil Kumar 2, A. K. Jaiswal 3 1 Research scholar, 2 Assistant Professor, 3 Professor,

More information

Design and Synthesis of Sequential Circuit Using Reversible Logic

Design and Synthesis of Sequential Circuit Using Reversible Logic ISSN: 2278 0211 (Online) Design and Synthesis of Sequential Circuit Using Reversible Logic Mr. Sandesh.N.G PG Student, VLSI Design and Embedded System, B.G.S. Institute of Technology, B.G.Nagar, Karnataka,

More information

Literature Review on Multiplier Accumulation Unit by Using Hybrid Adder

Literature Review on Multiplier Accumulation Unit by Using Hybrid Adder Literature Review on Multiplier Accumulation Unit by Using Hybrid Adder Amiya Prakash M.E. Scholar, Department of (ECE) NITTTR Chandigarh, Punjab Dr. Kanika Sharma Assistant Prof. Department of (ECE) NITTTR

More information

Reversible Multiplier with Peres Gate and Full Adder.

Reversible Multiplier with Peres Gate and Full Adder. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. VI (May - Jun. 2014), PP 43-50 Reversible Multiplier with Peres Gate and

More information

PERFORMANCE EVALUATION OF REVERSIBLE VEDIC MULTIPLIER

PERFORMANCE EVALUATION OF REVERSIBLE VEDIC MULTIPLIER PERFORMANCE EVALUATION OF REVERSIBLE VEDIC MULTIPLIER Gowthami P. and R. V. S. Satyanarayana Department of Electronics and Communication Engineering, SVUCE, Sri Venkateswara University, Tirupati, Andhra

More information

Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013)

Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) VLSI IMPLEMENTATION OF OPTIMIZED REVERSIBLE BCD ADDER Ruchi Gupta 1 (Assistant Professor, JPIET, MEERUT), Shivangi Tyagi 2

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 6, June ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 6, June ISSN International Journal of Scientific & Engineering Research, Volume 6, Issue 6, June-2015 333 Design and Performance Analysis of Reversible Carry Look-ahead Adder and Carry Select Adder < Santosh Rani>

More information

Reversible Circuit Using Reversible Gate

Reversible Circuit Using Reversible Gate Reversible Circuit Using Reversible Gate 1Pooja Rawat, 2Vishal Ramola, 1M.Tech. Student (final year), 2Assist. Prof. 1-2VLSI Design Department 1-2Faculty of Technology, University Campus, Uttarakhand Technical

More information

Reversible Implementation of Ternary Content Addressable Memory (TCAM) Interface with SRAM

Reversible Implementation of Ternary Content Addressable Memory (TCAM) Interface with SRAM International Journal of Electrical Electronics Computers & Mechanical Engineering (IJEECM) ISSN: 2278-2808 Volume 5 Issue 4 ǁ April. 2017 IJEECM journal of Electronics and Communication Engineering (ijeecm-jec)

More information

FPGA IMPLEMENTATION OF 4-BIT AND 8-BIT SQUARE CIRCUIT USING REVERSIBLE LOGIC

FPGA IMPLEMENTATION OF 4-BIT AND 8-BIT SQUARE CIRCUIT USING REVERSIBLE LOGIC FPGA IMPLEMENTATION OF 4-BIT AND 8-BIT SQUARE CIRCUIT USING REVERSIBLE LOGIC Shwetha. S Patil 1, Mahesh Patil 2, Venkateshappa 3 Assistant Professor 1,PG Student 2, Professor 3 1,2,3 Dept. of ECE, 1 MVJ

More information

Power Minimization of Full Adder Using Reversible Logic

Power Minimization of Full Adder Using Reversible Logic I J C T A, 9(4), 2016, pp. 13-18 International Science Press Power Minimization of Full Adder Using Reversible Logic S. Anandhi 1, M. Janaki Rani 2, K. Manivannan 3 ABSTRACT Adders are normally used for

More information

Reversible ALU Implementation using Kogge-Stone Adder

Reversible ALU Implementation using Kogge-Stone Adder Reversible ALU Implementation using Kogge-Stone Adder K.Ravitejakhanna Student, Department of ECE SR Engineering College, Ch.Sridevi Reddy Asst.Professor, Department of ECE SR Engineering College, Abstract

More information

A New Approach for Designing of 3 to 8 Decoder and It s Applications Using Verilog HDL

A New Approach for Designing of 3 to 8 Decoder and It s Applications Using Verilog HDL A New Approach for Designing of 3 to 8 Decoder and It s Applications Using Verilog HDL P.Anirudh Goud PG-Scholar (VLSI Design) Department of ECE, Krishna Murthy Institute of Technology & Engineering, Edulabad,

More information

On the Analysis of Reversible Booth s Multiplier

On the Analysis of Reversible Booth s Multiplier 2015 28th International Conference 2015 on 28th VLSI International Design and Conference 2015 14th International VLSI Design Conference on Embedded Systems On the Analysis of Reversible Booth s Multiplier

More information

Optimized design of BCD adder and Carry skip BCD adder using reversible logic gates

Optimized design of BCD adder and Carry skip BCD adder using reversible logic gates Optimized design of BCD adder and Carry skip BCD adder using reversible logic gates H R Bhagyalakshmi E&C Department BMS College of Engineering, Bangalore, Karnataka, India M K Venkatesha E&C Department

More information

Downloaded from

Downloaded from Proceedings of The Intl. Conf. on Information, Engineering, Management and Security 2014 [ICIEMS 2014] 309 Implementation of Novel Reversible Multiplier Architecture Using Reversible 4*4 TSG Gate T. SaiBaba

More information

Reversible Multiplier with Peres Gate and Full Adder

Reversible Multiplier with Peres Gate and Full Adder Reversible Multiplier with Peres Gate and Full Adder Prof. Amol D. Morankar Dept. of Electronics and Telecommunication Engg. V.N.I.T Nagpur, India Abstract Low Power dissipation and smaller area are one

More information

Department of ECE, Vignan Institute of Technology & Management,Berhampur(Odisha), India

Department of ECE, Vignan Institute of Technology & Management,Berhampur(Odisha), India IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Efficient Design Of 4-Bit Binary Adder Using Reversible Logic Gates Abinash Kumar Pala *, Jagamohan Das * Department of ECE, Vignan

More information

Transistor Implementation of Reversible Comparator Circuit Using Low Power Technique

Transistor Implementation of Reversible Comparator Circuit Using Low Power Technique Transistor Implementation of Reversible Comparator Circuit Using Low Power Technique Madhina Basha, V.N.Lakshmana Kumar Department of ECE, MVGR COLLEGE OF ENGINEERING Visakhapatnam, A.P, INDIA Abstract:

More information

Realization of programmable logic array using compact reversible logic gates 1

Realization of programmable logic array using compact reversible logic gates 1 Realization of programmable logic array using compact reversible logic gates 1 E. Chandini, 2 Shankarnath, 3 Madanna, 1 PG Scholar, Dept of VLSI System Design, Geethanjali college of engineering and technology,

More information

Optimization of reversible sequential circuits

Optimization of reversible sequential circuits WWW.JOURNALOFCOMPUTING.ORG 208 Optimization of reversible sequential circuits Abu Sadat Md. Sayem, Masashi Ueda Abstract In recent year s reversible logic has been considered as an important issue for

More information

DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC LOGIC UNIT

DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC LOGIC UNIT International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC LOGIC UNIT Rakshith Saligram 1

More information

Power Optimization using Reversible Gates for Booth s Multiplier

Power Optimization using Reversible Gates for Booth s Multiplier International Journal for Modern Trends in Science and Technology Volume: 02, Issue No: 11, November 2016 ISSN: 2455-3778 http://www.ijmtst.com Power Optimization using Reversible Gates for Booth s Multiplier

More information

DESIGN OF REVERSIBLE ARITHMETIC AND LOGIC UNIT USING REVERSIBLE UNIVERSAL GATE

DESIGN OF REVERSIBLE ARITHMETIC AND LOGIC UNIT USING REVERSIBLE UNIVERSAL GATE DESIGN OF REVERSIBLE ARITHMETIC AND LOGIC UNIT USING REVERSIBLE UNIVERSAL GATE R.AARTHI, K.PRASANNA* Department of Electronics and Communication Engineering, Arasu Engineering College, Kumbakonam 612501.

More information

VHDL DESIGN AND IMPLEMENTATION OF C.P.U BY REVERSIBLE LOGIC GATES

VHDL DESIGN AND IMPLEMENTATION OF C.P.U BY REVERSIBLE LOGIC GATES VHDL DESIGN AND IMPLEMENTATION OF C.P.U BY REVERSIBLE LOGIC GATES 1.Devarasetty Vinod Kumar/ M.tech,2. Dr. Tata Jagannadha Swamy/Professor, Dept of Electronics and Commn. Engineering, Gokaraju Rangaraju

More information

Design and Implementation of Carry Adders Using Adiabatic and Reversible Logic Gates

Design and Implementation of Carry Adders Using Adiabatic and Reversible Logic Gates Design and Implementation of Carry Adders Using Adiabatic and Reversible Logic Gates B.BharathKumar 1, ShaikAsra Tabassum 2 1 Research Scholar, Dept of ECE, Lords Institute of Engineering & Technology,

More information

PERFORMANCE ANALYSIS OF CLA CIRCUITS USING SAL AND REVERSIBLE LOGIC GATES FOR ULTRA LOW POWER APPLICATIONS

PERFORMANCE ANALYSIS OF CLA CIRCUITS USING SAL AND REVERSIBLE LOGIC GATES FOR ULTRA LOW POWER APPLICATIONS PERFORMANCE ANALYSIS OF CLA CIRCUITS USING SAL AND REVERSIBLE LOGIC GATES FOR ULTRA LOW POWER APPLICATIONS K. Prasanna Kumari 1, Mrs. N. Suneetha 2 1 PG student, VLSI, Dept of ECE, Sir C R Reddy College

More information

Design of Universal Shift Register Using Reversible Logic

Design of Universal Shift Register Using Reversible Logic International Journal of Engineering and Technology Volume 2 No. 9, September, 2012 Design of Universal Shift Register Using Reversible Logic 1 Md. Selim Al Mamun, 2 Indrani Mandal, 3 Md. Hasanuzzaman

More information

Basic Logic Gate Realization using Quantum Dot Cellular Automata based Reversible Universal Gate

Basic Logic Gate Realization using Quantum Dot Cellular Automata based Reversible Universal Gate Basic Logic Gate Realization using Quantum Dot Cellular Automata based Reversible Universal Gate Saroj Kumar Chandra Department Of Computer Science & Engineering, Chouksey Engineering College, Bilaspur

More information

ENERGY EFFICIENT DESIGN OF REVERSIBLE POS AND SOP USING URG

ENERGY EFFICIENT DESIGN OF REVERSIBLE POS AND SOP USING URG ENERGY EFFICIENT DESIGN OF REVERSIBLE POS AND SOP USING URG Mr.M.Saravanan Associate Professor, Department of EIE Sree Vidyanikethan Engineering College, Tirupati. mgksaran@yahoo.com Dr.K.Suresh Manic

More information

Design of Low Power Adder and Multiplier Using Reversible Logic Gates

Design of Low Power Adder and Multiplier Using Reversible Logic Gates Associate Associate Assistant Assistant IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 9, September 2015. Design of Low ower Adder and Multiplier Using Reversible

More information

Quantum Cost efficient Reversible Multiplier

Quantum Cost efficient Reversible Multiplier Quantum Cost efficient Reversible Multiplier Mandeep Kaur, Chakshu Goel Abstract Increasing demand for reducing power dissipation in digital multipliers has led to new mode of computation for multiplier

More information

Design of Reversible Synchronous Sequential Circuits

Design of Reversible Synchronous Sequential Circuits Design of Reversible Synchronous Sequential Circuits Sonawane Parag Narayan 1, Hatkar Arvind Pandurang 2 1 E&TC,SVIT Chincholi 2 E&TC,SVIT Chincholi Abstract In early 70`s one computer requires one whole

More information

Novel Reversible Gate Based Circuit Design and Simulation Using Deep Submicron Technologies

Novel Reversible Gate Based Circuit Design and Simulation Using Deep Submicron Technologies Novel Reversible Gate Based Circuit Design and Simulation Using Deep Submicron Technologies Abstract: The set AND, OR, and EXOR gates are not reversible as Landauer which states that for irreversible logic

More information

DESIGN OF OPTIMAL CARRY SKIP ADDER AND CARRY SKIP BCD ADDER USING REVERSIBLE LOGIC GATES

DESIGN OF OPTIMAL CARRY SKIP ADDER AND CARRY SKIP BCD ADDER USING REVERSIBLE LOGIC GATES Journal of Computer Science 10 (5): 723-728, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.723.728 Published Online 10 (5) 2014 (http://www.thescipub.com/jcs.toc) DESIGN OF OPTIMAL CARRY SKIP ADDER

More information

A Novel Reversible Gate and its Applications

A Novel Reversible Gate and its Applications International Journal of Engineering and Technology Volume 2 No. 7, July, 22 Novel Reversible Gate and its pplications N.Srinivasa Rao, P.Satyanarayana 2 Department of Telecommunication Engineering, MS

More information

Control gates as building blocks for reversible computers

Control gates as building blocks for reversible computers Control gates as building blocks for reversible computers A. De Vos 1, B. Desoete 2, F. Janiak 3, and A. Nogawski 3 1 Universiteit Gent and Imec v.z.w., B-9000 Gent, Belgium 2 Universiteit Gent, B-9000

More information

Synthesis of Quantum Circuit for FULL ADDER Using KHAN Gate

Synthesis of Quantum Circuit for FULL ADDER Using KHAN Gate Synthesis of Quantum Circuit for FULL ADDER Using KHAN Gate Madhumita Mazumder West Bengal University of Technology, West Bengal ABSTRACT Reversible and Quantum logic circuits have more advantages than

More information

DESIGN OF A COMPACT REVERSIBLE READ- ONLY-MEMORY WITH MOS TRANSISTORS

DESIGN OF A COMPACT REVERSIBLE READ- ONLY-MEMORY WITH MOS TRANSISTORS DESIGN OF A COMPACT REVERSIBLE READ- ONLY-MEMORY WITH MOS TRANSISTORS Sadia Nowrin, Papiya Nazneen and Lafifa Jamal Department of Computer Science and Engineering, University of Dhaka, Bangladesh ABSTRACT

More information

PERFORMANCE IMPROVEMENT OF REVERSIBLE LOGIC ADDER

PERFORMANCE IMPROVEMENT OF REVERSIBLE LOGIC ADDER ISSN: 2395-1680 (ONLINE) DOI: 10.21917/ijme.2016.0037 ICTACT JOURNAL ON MICROELECTRONICS, JULY 2016, VOLUME: 02, ISSUE: 02 PERFORMANCE IMPROVEMENT OF REVERSIBLE LOGIC ADDER Richa Shukla 1 and Vandana Niranjan

More information

Mach-Zehnder Interferometer based All Optical Reversible Carry-Look ahead Adder

Mach-Zehnder Interferometer based All Optical Reversible Carry-Look ahead Adder Mach-Zehnder Interferometer based All Optical Reversible Carry-Look ahead Adder Allada Shiva Kumar Mrs. N Laxmi Mrs. S Vasanti Prof B Kedarnath M.Tech Student (VLSI-SD) Associate Professor Assistant Professor

More information

Design of a Compact Reversible Random Access Memory

Design of a Compact Reversible Random Access Memory Design of a Compact Reversible Random Access Memory Farah Sharmin, Md. Masbaul Alam Polash, Md. Shamsujjoha, Lafifa Jamal, Hafiz Md. Hasan Babu Dept. of Computer Science & Engineering, University of Dhaka,

More information

A novel design approach of low power consuming Decoder using Reversible Logic gates

A novel design approach of low power consuming Decoder using Reversible Logic gates A novel design approach of low power consuming Decoder using Reversible Logic gates Jugal Bhandari Geethanjali College of Engg & Tech, Department of Electronics & Communication Engineering, Cheeryala (V),

More information

Design of Sequential Circuits Using MV Gates in Nanotechnology

Design of Sequential Circuits Using MV Gates in Nanotechnology 2015 IJSRSET Volume 1 Issue 2 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Design of Sequential Circuits Using MV Gates in Nanotechnology Bahram Dehghan 1,

More information

Computer Science & Engineering Dept, West Bengal University of Technology 2 Information Technology Dept, Manipal University

Computer Science & Engineering Dept, West Bengal University of Technology 2 Information Technology Dept, Manipal University Quantum Realization Full Adder-Subtractor Circuit Design Using Islam gate Madhumita Mazumder 1, Indranil Guha Roy 2 1, Computer Science & Engineering Dept, West Bengal University of Technology 2 Information

More information

Design and Implementation of Combinational Circuits using Reversible Gates

Design and Implementation of Combinational Circuits using Reversible Gates Design and Implementation of Combinational Circuits using Reversible Gates 1 Ms. Ashwini Gaikwad 2 Ms. Shweta Patil 1M.Tech Student,Departmentof Electronics Engineering, Walchand College of Engg., Sangli

More information

Design of Reversible Logic based Basic Combinational Circuits

Design of Reversible Logic based Basic Combinational Circuits Communications on Applied Electronics (CAE) ISSN : 2394-4714 Foundation of Computer Science FCS, New York, USA Volume 5 No.9, September 2016 www.caeaccess.org Design of Reversible Logic based Basic Combinational

More information

Design of Efficient Adder Circuits Using PROPOSED PARITY PRESERVING GATE (PPPG)

Design of Efficient Adder Circuits Using PROPOSED PARITY PRESERVING GATE (PPPG) Design of Efficient Adder Circuits Using PROPOSED PARITY PRESERVING GATE (PPPG) Krishna Murthy M 1, Gayatri G 2, Manoj Kumar R 3 1 Department of ECE, MVGRCE, Vizianagaram, Andhra Pradesh krishnamurthy_madaka@yahoo.co.in

More information

I. INTRODUCTION. CMOS Technology: An Introduction to QCA Technology As an. T. Srinivasa Padmaja, C. M. Sri Priya

I. INTRODUCTION. CMOS Technology: An Introduction to QCA Technology As an. T. Srinivasa Padmaja, C. M. Sri Priya International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 5 ISSN : 2456-3307 Design and Implementation of Carry Look Ahead Adder

More information

Design of Optimized Reversible Binary and BCD Adders

Design of Optimized Reversible Binary and BCD Adders Design of Optimized Reversible Binary and BCD Adders G.Naveen kumar M. Tech, Department of Electronics and Communication Engineering Brilliant engineering college Hyderabad, India Y. Ravinder Assistant

More information

An Optimized BCD Adder Using Reversible Logic Gates

An Optimized BCD Adder Using Reversible Logic Gates Vol.2, Issue.6, Nov-Dec. 2012 pp-4527-4531 ISSN: 2249-6645 An Optimized BCD Adder Using Reversible Logic Gates K.Rajesh 1, D A Tatajee 2 1, 2 Department of ECE, A I E T, Visakhapatnam, India, ABSTRACT:

More information

A NEW APPROACH TO DESIGN BCD ADDER AND CARRY SKIPBCD ADDER

A NEW APPROACH TO DESIGN BCD ADDER AND CARRY SKIPBCD ADDER A NEW APPROACH TO DESIGN BCD ADDER AND CARRY SKIPBCD ADDER K.Boopathi Raja 1, LavanyaS.R 2, Mithra.V 3, Karthikeyan.N 4 1,2,3,4 Department of Electronics and communication Engineering, SNS college of technology,

More information

ISSN (PRINT): , (ONLINE): , VOLUME-4, ISSUE-10,

ISSN (PRINT): , (ONLINE): , VOLUME-4, ISSUE-10, A NOVEL DOMINO LOGIC DESIGN FOR EMBEDDED APPLICATION Dr.K.Sujatha Associate Professor, Department of Computer science and Engineering, Sri Krishna College of Engineering and Technology, Coimbatore, Tamilnadu,

More information

Novel Pipelined Vedic Multiplier Constituted With Reversible Logic

Novel Pipelined Vedic Multiplier Constituted With Reversible Logic Novel Pipelined Vedic Multiplier Constituted With Reversible Logic Purna Chandrika Avvari M.Tech Student Department ECE Guntur Engineering College, Guntur, Andrapradesh, India. ABSTRACT Multiplication

More information

EFFICIENT APPROACH FOR DESIGNING LOW POWER REVERSIBLE DECODER/ENCODER WITH LOW QUANTUM COST

EFFICIENT APPROACH FOR DESIGNING LOW POWER REVERSIBLE DECODER/ENCODER WITH LOW QUANTUM COST EFFICIENT APPROACH FOR DESIGNING LOW POWER REVERSIBLE DECODER/ENCODER WITH LOW QUANTUM COST Sweta Mann 1, RitJain 2 1,2 Department of Electronics and Communication Engineering, LNCT Bhopal (M.P), (India)

More information

A NEW DESIGN TECHNIQUE OF REVERSIBLE GATES USING PASS TRANSISTOR LOGIC

A NEW DESIGN TECHNIQUE OF REVERSIBLE GATES USING PASS TRANSISTOR LOGIC Journal of Engineering Science 0(0), 00, 5- A NEW DESIGN TECHNIQUE OF REVERSIBLE GATES USING PASS TRANSISTOR LOGIC Md. Sazzad Hossain, Md. Minul Hasan, Md. Motiur Rahman and A. S. M. Delowar Hossain Department

More information

Design of 16 Bit Adder Subtractor with PFAG and TG Gates Using Verilog HDL

Design of 16 Bit Adder Subtractor with PFAG and TG Gates Using Verilog HDL International Journal of Engineering Science and Generic Research (IJESAR) Available Online at www.ijesar.in Journal Index In ICI World of Journals - ICV 2016 68.35 Volume 4; Issue 5; September-October;

More information

Quantum Cost Optimization for Reversible Carry Skip BCD Adder

Quantum Cost Optimization for Reversible Carry Skip BCD Adder International Journal of Science and Technology Volume 1 No. 10, October, 2012 Quantum Cost Optimization for Reversible Carry Skip BCD Adder Md. Selim Al Mamun, Indrani Mandal, Uzzal Kumar Prodhan Department

More information

Direct Design of Reversible Combinational and Sequential Circuits Using PSDRM Expressions

Direct Design of Reversible Combinational and Sequential Circuits Using PSDRM Expressions International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 3 Issue 11 ǁ November. 2015 ǁ PP.59-67 Direct Design of Reversible Combinational

More information

Optimized Reversible Vedic multipliers for High Speed Low Power Operations

Optimized Reversible Vedic multipliers for High Speed Low Power Operations Optimized Reversible Vedic multipliers for High Speed Low Power Operations K. Parameswarareddy 1 PG Student, Department of ECE Sri krishna devaraya engineering college Nh-44,Gooty, Ananthapuramu, Andhra

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com of SubBytes and InvSubBytes s of AES Algorithm Using Power Analysis Attack Resistant Reversible

More information

Carry Bypass & Carry Select Adder Using Reversible Logic Gates

Carry Bypass & Carry Select Adder Using Reversible Logic Gates www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 4 April, 2013 Page No. 1156-1161 Carry Bypass & Carry Select Adder Using Reversible Logic Gates Yedukondala

More information

Low Power and High Speed BCD Adder using Reversible Gates

Low Power and High Speed BCD Adder using Reversible Gates Low Power and High Speed BCD Adder using Reversible Gates Pradeep S R PraveenKumar Prathibha S R Abstract Reversible logic is one of the emerging technologies having promising applications in quantum computing.

More information

BCD Adder Design using New Reversible Logic for Low Power Applications

BCD Adder Design using New Reversible Logic for Low Power Applications Indian Journal of Science and Technology, Vol 10(30), DOI: 10.17485/ijst/2017/v10i30/115514, August 2017 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 BCD Adder Design using New Reversible Logic for

More information

Design and Minimization of Reversible Circuits for a Data Acquisition and Storage System

Design and Minimization of Reversible Circuits for a Data Acquisition and Storage System International Journal of Engineering and Technology Volume 2 No. 1, January, 2012 Design and Minimization of Reversible ircuits for a Data Acquisition and Storage System 1 Lafifa Jamal, 2 Farah Sharmin,

More information

Australian Journal of Basic and Applied Sciences. Implementation and Testing of Fredkin Gate based Sequential Circuits

Australian Journal of Basic and Applied Sciences. Implementation and Testing of Fredkin Gate based Sequential Circuits ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Implementation and Testing of Fredkin Gate based Sequential Circuits 1 E. John Alex and 2 M. Vijayaraj

More information

Novel Bit Adder Using Arithmetic Logic Unit of QCA Technology

Novel Bit Adder Using Arithmetic Logic Unit of QCA Technology Novel Bit Adder Using Arithmetic Logic Unit of QCA Technology Uppoju Shiva Jyothi M.Tech (ES & VLSI Design), Malla Reddy Engineering College For Women, Secunderabad. Abstract: Quantum cellular automata

More information

Design & Performance Analysis of 8-Bit Low Power Parity Preserving Carry- Look Ahead Adder

Design & Performance Analysis of 8-Bit Low Power Parity Preserving Carry- Look Ahead Adder Design & Performance Analysis of 8-Bit Low Power Parity Preserving Carry- Look Ahead Adder Palak Sharma 1, Amandeep Singh Bhandari 2, Dr. Charanjit Singh 3 1 M. Tech Student, Deptt. of Electronics and

More information

Online Testable Reversible Circuits using reversible gate

Online Testable Reversible Circuits using reversible gate Online Testable Reversible Circuits using reversible gate 1Pooja Rawat, 2Vishal Ramola, 1M.Tech. Student (final year), 2Assist. Prof. 1-2VLSI Design Department 1-2Faculty of Technology, University Campus,

More information

Design of Arithmetic Logic Unit (ALU) using Modified QCA Adder

Design of Arithmetic Logic Unit (ALU) using Modified QCA Adder Design of Arithmetic Logic Unit (ALU) using Modified QCA Adder M.S.Navya Deepthi M.Tech (VLSI), Department of ECE, BVC College of Engineering, Rajahmundry. Abstract: Quantum cellular automata (QCA) is

More information

An All Optical Implementation of Reversible Carry-Lookahead Adder Using Mach-Zehnder Interferometer

An All Optical Implementation of Reversible Carry-Lookahead Adder Using Mach-Zehnder Interferometer An All Optical Implementation of Reversible Carry-Lookahead Adder Using Mach-Zehnder Interferometer Palli Kanna Babu Dept of ECE, Akula Sree Ramulu College of Engineering, Tanuku. Abstract: In this work,

More information

DESİGN AND ANALYSİS OF FULL ADDER CİRCUİT USİNG NANOTECHNOLOGY BASED QUANTUM DOT CELLULAR AUTOMATA (QCA)

DESİGN AND ANALYSİS OF FULL ADDER CİRCUİT USİNG NANOTECHNOLOGY BASED QUANTUM DOT CELLULAR AUTOMATA (QCA) DESİGN AND ANALYSİS OF FULL ADDER CİRCUİT USİNG NANOTECHNOLOGY BASED QUANTUM DOT CELLULAR AUTOMATA (QCA) Rashmi Chawla 1, Priya Yadav 2 1 Assistant Professor, 2 PG Scholar, Dept of ECE, YMCA University

More information

Technical Report: Projects & Background in Reversible Logic

Technical Report: Projects & Background in Reversible Logic Technical Report: Projects & Background in Reversible Logic TR-CSJR1-2005 J. E. Rice University of Lethbridge j.rice@uleth.ca 1 Introduction - What is Reversible Logic? In order to discuss new trends and

More information

Design of A Efficient Hybrid Adder Using Qca

Design of A Efficient Hybrid Adder Using Qca International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 PP30-34 Design of A Efficient Hybrid Adder Using Qca 1, Ravi chander, 2, PMurali Krishna 1, PG Scholar,

More information

Improved ESOP-based Synthesis of Reversible Logic

Improved ESOP-based Synthesis of Reversible Logic Improved ESOP-based Synthesis of Reversible Logic N. M. Nayeem Dept. of Math & Computer Science University of Lethbridge Lethbridge, AB, Canada noor.nayeem@uleth.ca J. E. Rice Dept. of Math & Computer

More information

An Approach to Simplify Reversible Logic Circuits

An Approach to Simplify Reversible Logic Circuits An Approach to Simplify Reversible Logic Circuits Pabitra Roy 1, Subrata Das 2, Samar Sensarma 3 Department of Information Technology, Academy of Technology, Hooghly, India 1,2 Department of Computer Science

More information