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

Size: px
Start display at page:

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

Transcription

1 International Journal of Engineering Science and Generic Research (IJESAR) Available Online at Journal Index In ICI World of Journals - ICV Volume 4; Issue 5; September-October; 2018; Page No ISSN: X Design of 16 Bit Adder Subtractor with PFAG and TG Gates Using Verilog HDL 1 Prabhat Kumar, 2 Dr.Bharti Chourasia, 3 Kamal Niwaria, 1 Pg Scholar, Dept. of ECE, RKDF Ist Bhopal (Sarvepalli Radhakrishnan University, Bhopal 2 HOD Associate Professor, EC. Dept. RKDF Institute of Science & Technology Sarvepalli Radhakrishnan University, Bhopal. 2 Assistant Professor, EC. Dept. RKDF Institute of Science & Technology Sarvepalli Radhakrishnan University, Bhopal. Article Info: Received 11 August 2018; Accepted 10 September Cite this article as: Kumar, P., Chourasia, D., & Niwaria, K. N. (2018). Design of 16 Bit Adder Subtractor with PFAG and TG Gates Using Verilog HDL. International Journal of Engineering Science and Generic Research, 4(5). DOI: Address for Correspondence: Prabhat Kumar; Pg Scholar, Dept. of ECE, RKDF Ist Bhopal (Sarvepalli Radhakrishnan University, Bhopal Source of support: Nil Abstract Reversible logic has extensive applications in quantum computing, low power VLSI design, quantum dot cellular automata and optical computing. While several researchers have investigated the design of reversible logic elements, there is not much work reported on reversible binary subtractors. In this paper, we propose the design of a new reversible gate called TR gate. Further, we investigate the design of reversible binary subtractors based on the proposed TR gate. The proposed TR gate is better for designing reversible binary subtractor compared to such gates discussed in literature in terms of quantum cost, garbage outputs and complexity of gates. 1. Introduction Reversible logic is emerging as a promising computing paradigm with applications in emerging technologies such as quantum computing, quantum dot cellular automata, optical computing, etc. [3, 4, 5, 12, 22, 26]. Reversible circuits are those circuits that do not lose information and reversible computation in a system can be performed only when the system comprises of reversible gates. These circuits can generate unique output vector from each input vector, and vice versa, that is, there is a one-toone mapping between the input and output vectors. Landauer has shown in [1] that for irreversible logic computations, each bit of information lost, generates ktln2 joules of heat energy, where k is Boltzmann s constant and T the absolute temperature at which computation is performed. Bennett showed that ktln2 energy dissipation would not occur, if a computation is carried out in a reversible way [2], since the amount of energy dissipated in a system bears a direct relationship to the number of bits erased during computation. This makes reversible logic in demand for low power VLSI circuits working even beyond the thermodynamic limits of computation [8, 17]. One of the emerging applications of reversible logic is in quantum computers [3, 4]. A quantum computer consists of quantum logic gates. The quantum logic gates perform elementary unitary operation on one, two or more two state quantum systems called quits. In quantum computing quit represents the 4 P age

2 elementary unit of information corresponding to the classical bit values 0 and 1. Any unitary operation is reversible in nature and hence quantum computers must be built from reversible logical components [4]. Arithmetic units such as adders, subtractors, multipliers form the essential component of a computing system. Dedicated subtractor units are required in a number of digital signal processing (DSP) applications [19, 21]. Several works can be found in the literature on the design of reversible adders and reversible BCD arithmetic units [13, 14, 15, 23]. However, there is not much existing work on reversible binary subtractors except the designs described in [16]. In [16], several designs for binary subtractors are investigated based on the Fredkin and Feynman gates [9, 10]. These gates are popularly use in reversible logic design. In this work, we propose a novel reversible gate called TR gate as an alternative to the Fredkin and Feynman gates, specifically to be used in the design of binary subtractors. It is shown that the reversible subtractor designs based on TR gate are efficient in terms of number of reversible gates, garbage outputs and quantum cost. Garbage outputs are the unutilized outputs in reversible circuits which exist just to maintain reversibility but do not perform useful operations. Minimization of the number of reversible gates, quantum cost and garbage outputs is the focus of research in reversible logic synthesis [ 6, 7, 18, 20, 25]. The reversible subtractors proposed in this work will be useful in a number of DSP applications where dedicated subtractor units are required. The paper is organized as follows. Section 2 deals with the introduction of basic reversible gates. Section 3 deals with the proposed TR reversible gate. Section 4 deals with designs of reversible subtractor units using TR gate. Section 5 provides the conclusions of this work. 2. Basic Reversible Gates There are a number of existing 3x3 reversible gates such as Fredkin gate, Toffoli gate and Peres gate. Each reversible gate has a cost associated with it called quantum cost [20, 24]. The quantum cost of a reversible gate is the number of 2x2 reversible gates or quantum logic gates required in designing it. The quantum cost of all reversible 2x2 gates is taken as unity. The cost of all the 1x1 reversible gates such as NOT gate is assumed to be zero [20]. Thus any reversible gate is realized by using 1x1 NOT gates and 2x2 reversible gates, such as V and V+ (V is a square root-of NOT gate and V+ is its hermitian) and Feynman gate which is also known as Controlled NOT gate (CNOT). The V and V+ quantum gates have the following properties: The more details of the V and V+ can be found in [20]. In simple terms, the quantum cost of a reversible gate can be calculated by counting the number of V, V+ and CNOT gate used in implementing it except in few cases [20]. 2.1 NOT gate NOT gate is a 1x1 gate represented as shown in Fig. 1. Since it is a 1x1 gate, its quantum cost is zero. Figure 1: NOT gate 2.2 Feynman Gate (CNOT gate) Feynman gate (FG) is a 2 inputs 2 outputs reversible gate having the mapping (A, B) to (P=A,Q=A B) where A, B are the inputs and P, Q are the outputs, respectively [10]. Since it is a 2x2 gate, it has a quantum cost of 1 [20]. 2.3 Toffoli Gate Toffoli Gate (TG) is a 3*3 two-through reversible gate as shown in Fig. 3 [10]. Two-through means 5 P age

3 two of its outputs are same as the inputs with the mapping (A, B, C) to (P=A, Q=B, R=A.B C), where A, B, C are the inputs and P, Q, R are the outputs, respectively. Toffoli gate is one of the most popular reversible gates and has quantum cost of 5 as shown in Fig.4 [20]. Its quantum cost is 5 as it requires 2V gates, 1 V+ gate and 2 CNOT gates. Figure 3: Toffoli gate Figure 6: Quantum implementation of Peres gate with quantum cost= 4 [20] 2.5 Fredkin gate Fredkin gate is a (3*3) conservative reversible gate, having the mapping (A, B, C) to (P=A, Q=A B+AC, R=AB+A C), where A, B, C are the inputs and P, Q, R are the outputs, respectively [9]. It is called a 3*3 gate because it has three inputs and three outputs. Figure 7 shows the Fredkin gate and Figure 8 shows its quantum implementation with quantum cost of 5 [20]. Please note that each dotted rectangles in Fig. 8 is equivalent to a 2*2 Feynman gate and so the quantum cost of each dotted rectangle is 1 [20]. Hence Fredkin gate cost consists of 2 dotted rectangles, 1 V gate and 2 CNOT gate making its quantum cost as 5. Figure 4: Quantum implementation of Toffoli gate with quantum cost= 5 [20] 2.4 Peres Gate Peres gate is a 3 inputs 3 outputs (3*3) reversible gate having the mapping (A, B, C) to (P=A, Q=A B, R= (A.B) C), where A, B, C are the inputs and P, Q, R are the outputs, respectively [11]. Figure 5 shows the Peres gate and Fig. 6 shows the quantum implementation of the Peres gate (PG) with the quantum cost of 4 [20]. Its quantum cost is 4 since it requires 2 V+ gate, 1 V gate and 1 CNOT gate in implementing it. In the existing literature, among the 3*3 reversible gate, Peres gate has the minimum quantum cost. Figure 5: Peres gate Figure 7: Fredkin gate Figure 8: Quantum implementation of Fredkin gate with quantum cost=5 [20] 3. Proposed Reversible TR Gate The proposed reversible TR gate is a 3 inputs 3 outputs gate having inputs to outputs mapping as (P=A, Q=A B, R=(A.B ) C), where A, B, C are the inputs and P, Q, R are the outputs, respectively. Shows the proposed TR gate and Table 1 show its truth table. The proposed TR gate can be used to realize the NAND gate as shown in Fig. 10 with input B passed in complemented form by using a NOT gate. Since NAND is a universal gate, it demonstrates the universal nature of the proposed TR gate. It is quite complex to determine the quantum cost of a reversible gate. 6 P age

4 Thus, we have estimated the quantum cost of TR gate from the quantum implementation of Toffoli gate, i.e., by realizing the TR gate from 1 Toffoli gate, 2 NOT gates and 1 CNOT gate as shown in Figure 11. Thus, the proposed quantum cost of TR gate will be quantum cost of 1 CNOT gate+ quantum cost of 1 Toffoli gate =6 (quantum cost of NOT gates are zero). We want to emphasize that this is not an efficient method of determining the quantum cost of TR gate. For example, Peres gate can be derived from Toffoli gate, by cascading a CNOT gate at the outputs P and Q of Toffoli gate as shown in Fig. 12. In this manner, the quantum cost of Peres gate should be quantum cost of 1 Toffoli gate + quantum cost of 1 CNOT gate= 6. But in optimal quantum realization as shown previously in Fig.6, the quantum cost of Peres gate is 4 which is 1 less than the cost of the Toffoli gate. Thus, it can be expected that the optimal quantum cost of TR gate will be lower than or equal to the proposed implementation but in any case will not be higher than 6. In this work, the main purpose of estimating the quantum cost of TR gate is to have the comparison of the subtractors designs based on it, with the existing reversible binary subtractor designs in literature. Figure 9: Proposed Reversible TR gate Figure 10: TR gate working as a NAND gate Figure 11: Proposed Quantum Cost estimation of TR gate by using 1 Toffoli gate, 2NOTgateand 1 CNOT gate Figure 12: Realization of Peres gate from 1 Toffoli gate + 1 CNOT gate 4. Design of Reversible Subtractors using TR gate We used TR gate to design the binary subtractors such as half subtractor, full subtractor and parallel subtractor. The cost of the designs is also estimated in terms of number of reversible gates, garbage outputs and quantum cost. 4.1 Half Subtractor Let A and B are two binary numbers. The half subtractor performs A-B operation. Table 2 shows the truth table of the half subtractor. The output of XOR gate produces the difference between A and B. The output of AND gate (A'B) produces a Borrow. Thus, the output function will be Burr=A B; Diff=A B. We can see that proposed TR gate can singly work as a reversible half subtractor as shown in Fig. 13. Thus, TR gate implements the reversible half subtractor with 1 reversible gate, 1 garbage output and quantum cost of 6. The existing design in literature [16] is implemented with 2 reversible gates, 3 garbage outputs and quantum cost of 6. A comparison of the reversible half subtractors is shown in Table 3. We have done our comparison with the designs in [16] as to the best of our knowledge; it is the only work in literature describing the designing of reversible binary subtractors. Thus proposed design achieves 50% reduction in number of reversible gates and 66% reduction in 7 P age

5 number of garbage outputs with quantum cost, as same as, of the design in [16]. Table 2: Truth Table of Half Subtractor Figure 13: Proposed TR gate Based Design of Reversible Half Subtractor 4.2 Full Subtractor To subtract three binary numbers, one can use full subtractor which realizes the operation Y=A- B-C. The truth table of the full subtractor is shown in Table 4. This gives the equation of the borrow and difference as follows: Diff= A B C; Borr= A B ((A B). C) Before showing the proposed design of the reversible full subtractor, we want to show its lower bound in terms of number of garbage outputs. The proposed design of the reversible full subtractor is shown in Fig.14. It requires two TR gates to design a reversible full subtractor with only two garbage outputs and quantum cost of 12. Thus the proposed TR gate realizes the full subtractor with bare minimum of two garbage outputs. The existing design in literature [16] requires 5 reversible gates, 9 garbage outputs and quantum cost of 17. A comparison of reversible full subtractors is shown in Table 5. From Table 5, we can see that proposed design based on TR gate has an improvement ratio of 60% in terms of number of reversible gates, 77% in terms of garbage outputs and 30% in terms of quantum cost compared to existing design in literature. Figure 14: Proposed TR gate Based Design of Reversible Full Subtractor 4.3 Parallel Subtractor The parallel subtractor subtracts an n bit number Y from an n bit number X. Thus, it can be designed from 1 reversible half subtractor (RHS) and n-1 reversible full subtractors (RFS). Figure 15 shows the proposed reversible design of 4 bit parallel subtractor subtracting 4 bit number Y from 4 bit number X (here RHS and RFS refers to reversible half subtractor and reversible full subtractor, respectively, designed from TR gate, g1 to g7 represents the garbage outputs). In the design B1 to B4 represent the borrow and D0 to D3 represent the difference. Thus using the proposed approach of designing n bit parallel subtractor using the TR reversible gate requires 2n-1 reversible gates, 2n-1 garbage outputs and quantum cost of 12n-6. The existing design in literature requires 5n-3 reversible gates, 9n-6 garbage outputs with quantum cost of 17n- 11. A comparison between the proposed approach and existing approach in literature is shown in Table 6 for 4 bit parallel subtractor. Thus the proposed approach achieves the improvement ratio of 64.7%, 77% and 20% in terms of number of reversible gates, garbage outputs and quantum cost, respectively, compared to existing design in [16]. Figure 14: RESULT AND ANALYSIS 8 P age

6 Figure 15: RTL Schematic Figure 16: Technology Schematic Figure 17: Conclusions We have designed efficient reversible subtractors using a novel reversible TR gate. The quantum cost of the TR gate is also estimated. The proposed reversible subtractor designs are shown better than the existing one in literature in terms of number of reversible gates, garbage outputs and quantum cost. The proposed work shows that in reversible logic, the design of a specific reversible gate for a particular function can be very much beneficial. This can help in achieving the reductions in number of reversible gates, garbage outputs and quantum cost, and can be considered an important contribution of this work to the reversible logic community along with the design of efficient binary subtractors. References 1. R. Landauer, Irreversibility and Heat Generation in the Process, IBM J. Research and Development, 5, pp , C.H. Bennett, Logical Reversibility of Computation, IBM J. Research and Development, pp , November A.N. Al-Rabadi, Reversible Logic Synthesis: From Fundamentals to Quantum Computing, SpringerVerlag, New York, First Edition, V. Vedral, A. Bareno and A. Ekert, Quantum Networks for Elementary Arithmetic Operations. arxiv:quant-ph/ v1. (nov 1995) 5. H. Thapliyal and N. Ranganathan, "Reversible Logic Based Concurrently Testable Latches for Molecular QCA", To appear IEEE Trans. on Nanotechnology, D. Maslov, "Reversible Logic Synthesis", Phd. Thesis, University of New Brunswick, Canada, Oct K. Patel, I. Markov, and J. Hayes, ``Optimal Synthesis of Linear Reversible Circuits,'' Quantum Information and Computation, vol. 8, no. 3-4, pp , A. D. Vos and Y. Van Rentergem, Power consumption in reversible logic addressed by a ramp voltage, Proc. of the 15th Intl. Workshop Patmos 2005, Lecture Notes of Computer Science, vol. 3728, pp , SpringerVerlag, Oct E. Fredkin, T Toffoli, Conservative Logic, Int. J. Theor. Phys, vol. 21, no. 3 4, pp , T. Toffoli, Reversible Computing, Tech memo MIT/LCS/TM-151, MIT Lab for Computer Science (1980). 11. A. Peres, Reversible logic and quantum computers, Phys. Rev. A, Gen. Phys., vol. 32, no. 6, pp , Dec H. Thapliyal and N. Ranganathan, "Testable Reversible Latches for Molecular QCA", Proc. of the 8th Intl. Conf. on Nanotechnology, Arlington, TX, Aug 2008, pp P age

7 13. J. Mathew, H. Rahaman, B.R. Jose, D.K. Pradhan, "Design of Reversible Finite Field Arithmetic Circuits with Error Detection", Proc. of the 21st Intl. Conf. on VLSI Design, Hyderabad, India, Jan 2008, pp J.W. Bruce, M.A. Thornton, L. Shivakumariah, P.S. Kokate and X.Li, "Efficient Adder Circuits Based on a Conservative Logic Gate", Proc. of the IEEE Computer Society Annual Symposium on VLSI, April 2002, Pittsburgh, PA, USA, pp H. M. H. Babu, M. R. Islam, S.M. Ali Chowdhury and A. R.Chowdhury, "Synthesis of Full-Adder Circuit Using Reversible Logic", Proc. of the 17th International Conference on VLSI Design (VLSI Design 2004), January 2004, Mumbai, India,pp H. Thapliyal, M.B Srinivas and H.R Arabnia, Reversible Logic Synthesis of Half, Full and Parallel Subtractors, Proc. of the 2005 Intl. Conf. on Embedded Systems and Applications, June 2005, Las Vegas, pp M.P Frank, Introduction to reversible computing: motivation, progress, and challenges, Proc. of the 2 nd Conf. on Computing Frontiers, 2005, pp D. Maslov and G. W. Dueck, Reversible Cascades with Minimal Garbage, IEEE Trans. on CAD, vol. 23(11),pp , Nov Digital Signal Processing (DSP) Blocks in Stratix Devices, available online at Author Details: 20. W.N. N. Hung, X. Song, G. Yang, J. Yang, and M. Perkowski, "Optimal Synthesis of Multiple Output Boolean Functions Using a Set of Quantum Gates by Symbolic Reachability Analysis", IEEE Trans. Computer-Aided Design, Vol. 25, No. 9,pp , Sep C. Chavet, C. Andriamisaina, P. Coussy, E. Casseau, E. Juin, P. Urard, E. Martin, "A design flow dedicated to multi-mode architectures for DSP applications", Proc. of the IEEE/ACM Intl. Conf. on Computer-Aided Design (ICCAD07), San Jose, CA, Nov. 2007,pp H. Thapliyal and N. Ranganathan, "Conservative QCA Gate (CQCA) for Designing Concurrently Testable Molecular QCA Circuits", Proc. of the 22nd Intl. Conf. on VLSI Design, New Delhi, India, Jan 2009, pp M.K. Thomsen and R. Glück, "Optimized reversible binary-coded decimal adders", Vol.54, no.7, pp , Jul J. A. Smolin, D. P. DiVincenzo, Five Two-Bit Quantum Gates are Sufficient to Implement the Quantum Fredkin Gate, Physical Review A, 53, 1996, pp P. Gupta, A. Agarwal, and N. K. Jha, An Algorithm for Synthesis of Reversible Logic Ciruits, IEEE Trans. Computer-Aided Design, vol. 25, no. 11, pp , Nov X. Ma, J. Huang, C. Metra, F.Lombardi, Reversible Gates and Testability of One Dimensional Arrays of Molecular QCA, Springer Journal of Electronic Testing, Vol. 24, No. 1-3, pp , Jan Prabhat Kumar has completed her Bachelor of Engineering in Electronics And Telecommunication Engineering from Aarupadai Vedu Institute of Technology, CHENNAI. He is pursuing his M.Tech in VLSI DESIGN from RKDF IST BHOPAL (Sarvepalli Radhakrishnan University, BHOPAL). Kamal Niwaria Assistant Professor EC Department, RKDF Institute of Science & Technology, Sarvepalli Radhakrishnan University, BHOPAL MP. 10 P age

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

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

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

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

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

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

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

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

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

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

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 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

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

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 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

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

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 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

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

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

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

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

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

A More Effective Realization Of BCD Adder By Using A New Reversible Logic BBCDC

A More Effective Realization Of BCD Adder By Using A New Reversible Logic BBCDC International Journal of Computational Engineering Research Vol, 04 Issue, 2 A More Effective Realization Of BCD Adder By Using A New Reversible Logic BBCDC Shefali Mamataj 1,Biswajit Das 2,Anurima Rahaman

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

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

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

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

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

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

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

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

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

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

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

Optimized Reversible Programmable Logic Array (PLA)

Optimized Reversible Programmable Logic Array (PLA) Journal of Advances in Computer Research Quarterly ISSN: 28-6148 Sari Branch, Islamic Azad University, Sari, I.R.Iran (Vol. 4, No. 1, February 213), Pages: 81-88 www.jacr.iausari.ac.ir Optimized Reversible

More information

Design Exploration and Application of Reversible Circuits in Emerging Technologies

Design Exploration and Application of Reversible Circuits in Emerging Technologies University of South Florida Scholar Commons Graduate Theses and Dissertations Graduate School 4-7-216 Design Exploration and Application of Reversible Circuits in Emerging Technologies Saurabh Kotiyal

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

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

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

FULL ADDER/ SUBTRACTOR USING REVERSIBLE LOGIC

FULL ADDER/ SUBTRACTOR USING REVERSIBLE LOGIC Volume 120 No. 6 2018, 437-446 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ FULL ADDER/ SUBTRACTOR USING REVERSIBLE LOGIC Dr. B. Balaji 1, M.Aditya 2,Dr.Erigela

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

An Efficient Reversible Design of BCD Adder

An Efficient Reversible Design of BCD Adder An Efficient Reversible Design of BCD Adder T.S.R.Krishna Prasad 1, Y.Satyadev 2 1 Associate Professor in Gudlavalleru Engineering College Department of ECE, e-mail: ad2prasad@gmail.com 2 Student of Gudlavalleru

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

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

Design Methodologies for Reversible Logic Based Barrel Shifters

Design Methodologies for Reversible Logic Based Barrel Shifters University of South Florida Scholar Commons Graduate Theses and Dissertations Graduate School January 2012 Design Methodologies for Reversible Logic Based Barrel Shifters Saurabh Kotiyal University of

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

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 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 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

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

Progress in Reversible Processor Design: A Novel Methodology for Reversible Carry Look-ahead Adder

Progress in Reversible Processor Design: A Novel Methodology for Reversible Carry Look-ahead Adder Progress in Reversible Processor Design: A Novel Methodology for Reversible Carry Look-ahead Adder Himanshu Thapliyal #, Jayashree H.V *, Nagamani A. N *, Hamid R. Arabnia + # Department of Computer Science

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 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

A New Design of Optical Reversible Adder and Subtractor Using MZI

A New Design of Optical Reversible Adder and Subtractor Using MZI International Journal of Scientific and Research Publications, Volume 5, Issue 4, April 2015 1 A New Design of Optical Reversible Adder and Subtractor Using MZI Theresal T, Sathish K, Aswinkumar R Department

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

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

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

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

Lakshmi Narain College of Technology, Bhopal (M.P.) India

Lakshmi Narain College of Technology, Bhopal (M.P.) India Volume 5, Issue 2, February 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Extensive

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

A Novel Nanometric Reversible Four-bit Signed-magnitude Adder/Subtractor. Soudebeh Boroumand

A Novel Nanometric Reversible Four-bit Signed-magnitude Adder/Subtractor. Soudebeh Boroumand A Novel Nanometric Reversible Four-bit Signed-magnitude Adder/Subtractor Soudebeh Boroumand Department of Computer Engineering, Tabriz Branch, Islamic Azad University, Tabriz, Iran sb.boroumand@gmail.com

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

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

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

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

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

Design of Reversible Even and Odd Parity Generator and Checker Using Multifunctional Reversible Logic Gate (MRLG)

Design of Reversible Even and Odd Parity Generator and Checker Using Multifunctional Reversible Logic Gate (MRLG) Design of Reversible Even and Odd Parity Generator and Checker Using Multifunctional Reversible Logic Gate (MRLG) Vinay Kumar Department of ECE PEC University Of Technology. Chandigarh, India Vinaykdz@gmail.com

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 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

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

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 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

Optimized Nanometric Fault Tolerant Reversible BCD Adder

Optimized Nanometric Fault Tolerant Reversible BCD Adder Research Journal of pplied Sciences, Engineering and Technology 4(9): 167-172, 212 ISSN: 24-7467 Maxwell Scientific Organizational, 212 Submitted: October 31, 211 ccepted: December 9, 211 Published: May

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

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

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

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0020 ISSN (Online): 2279-0039 International

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 VLSI Design of Power Efficient Reversible Logic Gates for Arithmetic and Logical Unit

A VLSI Design of Power Efficient Reversible Logic Gates for Arithmetic and Logical Unit RESEARCH ARTICLE A VLSI Design of Power Efficient Reversible Logic Gates for Arithmetic and Logical Unit Rahul Mandaogade 1, Prof.P.R.Indurkar 2, Prof R. D.Kadam 3, Department of electronics and telecommunication,bdce

More information

Design of a compact reversible binary coded decimal adder circuit

Design of a compact reversible binary coded decimal adder circuit Journal of Systems Architecture 52 (2006) 272 282 www.elsevier.com/locate/sysarc Design of a compact reversible binary coded decimal adder circuit Hafiz Md. Hasan Babu *, Ahsan Raja Chowdhury Department

More information

Two-Qubit Quantum Gates to Reduce the Quantum Cost of Reversible Circuit

Two-Qubit Quantum Gates to Reduce the Quantum Cost of Reversible Circuit 11 41st IEEE International Symposium on Multiple-Valued Logic Two-Qubit Quantum Gates to Reduce the Quantum Cost of Reversible Circuit Md. Mazder Rahman, Anindita Banerjee, Gerhard W. Dueck, and Anirban

More information

Design of Stuck at Fault Testable Conservative Logic based Flip-Flops and its Application Circuits

Design of Stuck at Fault Testable Conservative Logic based Flip-Flops and its Application Circuits Design of Stuck at Fault Testable Conservative Logic based Flip-Flops and its Application Circuits M.K.Nigesh praveen kumar P.G Student,Applied Electronics Loyola Institute of Technology and Science Nagercoil,India

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

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

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 8-Bit and 16-Bit Adder-Subtractor with Optimized Power and Quantum Cost

Design of 8-Bit and 16-Bit Adder-Subtractor with Optimized Power and Quantum Cost Design of 8-Bit and 16-Bit Adder-Subtractor with Optimized Power and Quantum Cost Prinkle Wadhawan 1, Amandeep Singh Bhandari 2 1,2 Department of ECE, Punjabi University Patiala Abstract: Reversible logic

More information

Design of Reversible Multiplier by Novel ANU Gate

Design of Reversible Multiplier by Novel ANU Gate International Journal of Engineering and Technology Volume 4 No. 6, June, 2014 Design of Reversible Multiplier by Novel ANU Gate Bhavani Prasad.Y, Rajeev Pankaj.N, Samhitha.N.R, Shruthi.U.K School of Electronics

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

Design, Synthesis and Test of Reversible Circuits for Emerging Nanotechnologies

Design, Synthesis and Test of Reversible Circuits for Emerging Nanotechnologies University of South Florida Scholar Commons Graduate Theses and Dissertations Graduate School 2011 Design, Synthesis and Test of Reversible Circuits for Emerging Nanotechnologies Himanshu Thapliyal University

More information

Department of ECE, Assistant professor, Sri Padmavatimahilavisvavidyalayam, Tirupati , India

Department of ECE, Assistant professor, Sri Padmavatimahilavisvavidyalayam, Tirupati , India American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Design &Implementation 16-Bit Low Power Full Adder using Reversible Logic Gates

Design &Implementation 16-Bit Low Power Full Adder using Reversible Logic Gates IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 02, 2014 ISSN (online): 2321-0613 Design &Implementation 16-Bit Low Full Adder using Reversible Logic Gates Patel Fenil

More information

SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL ADDERS

SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL ADDERS SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL ADDERS Abstract M.Bharathi 1, K.Neelima 2 1 Assistant Professor, ECE Department, Sree Vidyanikethan Engineering College(Autonomous),Tirupati-517102,

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

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

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

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

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

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

ASIC Design of Reversible Full Adder/Subtractor Circuits

ASIC Design of Reversible Full Adder/Subtractor Circuits ASIC Design of Reversible Full Adder/Subtractor Circuits Srinivas Boosaraju PG Scholar, Department of VLSI System Design, Department of Electronics & Communication Engineering, IARE, Hyderabad.. ABSTRACT:

More information