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

Size: px
Start display at page:

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

Transcription

1 ISSN Vol.03, Issue.03, June-2015, Pages: Design of Low Power Arithmetic and Logic Unit using Reversible Logic Gates LAKSHMIKANTHA MN 1, ANURADHA MG 2 1 Dept of ECE (VLSI Design & ES), JSS Academy of Technical Education, Bangaluru, India, lakshmikantha.02mn@gmail.com. 2 Dept of ECE, JSS Academy of Technical Education, Bangaluru, India, Anuarun.19@gmail.com. Abstract: Reversible logic has great attention in recent years due to ability to reduce the power dissipation which is main requirement in low power design. Arithmetic Logic Unit (ALU) is one of the most crucial components of any system and is used in many appliances like calculators, cell phones, and computers and so on. But the ALU which are designed using non reversible logic gates consume more power. So there is a need for lesser power consumption the reversible logic technique helps in reducing power consumption. This paper presents an implementation of ALU based on reversible logic to reduce power consumption during operations. The design is implemented using Xilinx 9.1 tool and GPDK 180nm Cadence RTL Compiler. Power and timing analysis are done and compared with the non reversible logic ALU. The implemented design shows 0.781μw power reduction and mm 2 Area reduction for 16 bit reversible logic based Arithmetic and logic unit compared to non reversible logic based Arithmetic and logic unit. Keywords: Reversible Logic Gates, Garbage Output, Toffoli Gate, Peres Gate, Verilog, Feynman Gate. I. INTRODUCTION Energy loss is a very important factor in modern VLSI design the Irreversible hardware computation results in energy dissipation due to information loss. R.Landauer [1] has shown that for irreversible logic computations, each bit of information loss generates KTln2 joules of heat energy, where K is Boltzmann s constant and T is the temperature at which computation is performed. Reversible logic circuit does not loss of information and reversible computation in a system can be performed only when the system consists of reversible gates. C.H.Bennet [2] showed that KTln2 joules energy dissipation would not occurs if circuit computation is carried out in a reversible way. A circuit is said to be reversible if the input vector can be uniquely recovered from the output vector and there is a one to one correspondence between its input and output assignments.thus, the number of inputs and outputs in reversible logic circuits are equal. Reversible logic has applications in several technologies such as nanotechnology, DNA computing, low power design, optical computing and quantum computing[3]. It is not possible to construct quantum circuits without reversible logic gates. Synthesis of reversible logic circuits is significantly more complicated than the traditional irreversible logic circuits because in a reversible logic circuit fan-out and feedback are not allowed. The key point of reversible computing is that the electric charge on the storage cell consisting of transistors is not permitted to flow away when the transistor is switched. Then it can be reused through reversible computing, which can decrease the energy consumption. When there is no loss of information bits, then the system is reversible. II. BASIC REVERSIBLE GATES A reversible logic gate is an n-input, n-output device indicating that it has same number of inputs and outputs. A circuit that is built from reversible gates is known as reversible logic circuit. This prevents the loss of information which is the root cause of power dissipation in irreversible logic circuits. In the design of reversible logic circuits the following points must be considered to achieve an optimized circuit. They are Fan-out is minimum Loops or feedbacks are not permitted Minimum delay Minimum quantum cost. Reversible gate is realized by using 1*1 NOT gates and 2*2 Reversible gates, such as V, V+ (V is square root of NOT gate and V+ is its hermitian) and FG gate which is also known as CNOT gate. The V and V+ Quantum gates have the property given in the Equations (1, 2 and 3). V * V = NOT (1) V * V+ = V+ * V = I (2) V+ * V+ = NOT (3) The Quantum Cost of a Reversible gate is calculated by counting the number of V, V+ and CNOT gates. A. Not Gate The Reversible 1X1gate is NOT Gate with zero Quantum Cost is as shown in the Figure 1. Figure1. Reversible NOT gate IJVDCS. All rights reserved.

2 B. Controlled NOT gate The Reversible 2X2 gate with Quantum Cost of one having mapping input (A, B) to output (P = A, Q= A B) is as shown in the Figure 2. LAKSHMIKANTHA MN, ANURADHA MG Q =A B AC, R= AB A C ), where A, B, C are the inputs and P, Q, R are the outputs, respectively the Quantum cost of Fredkin gate is 5. Figure 5 shows a 3X3 Fredkin gate. Figure2. Reversible Feynman/CNOT gate. Here A is the controlling signal when A=0 the output of Q=B and A=1 the output of Q=NOT(B) C. Toffoli Gate The Reversible 3X3 gate with three inputs and three outputs. The inputs (A, B, C) mapped to the outputs (P=A, Q=B, R=A.B C) is as shown in the Figure.3. Toffoli gate is one of the most popular Reversible gates and has Quantum Cost of 5. Figure5. Reversible Fredkin gate. F. Double Peres Gate (DPG) DPG gate is achieved by cascading two 3X3 Peres gate. The quantum realization cost of this gate is 6. Since it includes two 3X3 Peres gates. The gate can work singly as a reversible full adder circuit when its fourth input is set to zero (D = 0) as shown in Figure 6. Figure6. Reversible Dperes gate Figure3. Reversible Toffoli gate. Here AB are the controlling signals when AB=0 the output of R=C and AB=1 the output of R=NOT(C). D. Peres Gate It is a 3*3 Peres gate.the input vector is I (A,B, C) and the output vector is O (P, Q, R). The output is defined by P = A, Q = A B and R = AB C. Quantum cost of a Peres gate is 4. Figure 4 shows a 3X3 Peres gate. Figure 4: Reversible Peres gate E. Fredkin Gate Fredkin gate is a 3X3 reversible logic gate with three inputs and three outputs.the Fredkin gate maps (A, B, C) to (P = A, III. DESIGN OF ARITHMETIC LOGIC UNIT Arithmetic and logic unit (ALU) is a data processing unit which is an important part of CPU. There are various types of CPUs are available but every CPU contains an ALU. ALU can implement in many different ways like reversible, irreversible, pass transistor logic and etc. The design is in different ways but operation is same arithmetic and logical operations. In this paper two types of ALU are implemented using Reversible logic gates Reversible ALU using all Reversible gates Reversible ALU using Toffoli logic gate IV. REVERSIBLE ALU USING ALL REVERSIBLE GATES In this paper, the multi-function ALU based on reversible logic gates has been designed which contains the reversible control unit and the reversible full adder. The reversible control unit and the reversible full adder are cascaded and arbitrary bit reversible ALU modules can be realized by this way. Here 1bit ALU has been designed. The A and B inputs of the reversible control unit are altered depending on the S0, S1and S2 values and applied as input to reversible full adder using DPeres gates. By controlling one of the inputs to adder, various arithmetic and logic operations can be realized. The designed circuit has three control signals with a provision for realizing eight arithmetic operations and four logic operations. Figure7 shows the block diagram of 1bit reversible ALU

3 Design of Low Power Arithmetic and Logic Unit using Reversible Logic Gates Table1. 1-Bit Function Operation Table Figure7. Block diagram of 1bit reversible ALU. A. Reversible control unit Reversible control unit has 9 reversible gates (3 NOT gate, 2 CNOT gate, 2 Fredkin gate, 1 3x3 Toffoli gate, 1 4x4 Toffoli gate). The complete control unit with reversible logic gate can be realized as in Figure 7.1 V. REVERSIBLE ALU USING TOFFOLI GATE The reversible ALU can implement by using 3*3 toffoli logic gate The multi-function ALU based on reversible toffoli logic gates mainly contains the reversible function generator (FUNC) and the reversible controlled unit (DXOR). The reversible function generator and the reversible controlled unit are cascaded by some n-toffoli gates and NOT gates, and arbitrary bit reversible ALU modules can be realized by this way. In the procedure of cascading the reversible function generator and the reversible controlled unit, we reuse the output signals to reduce the cost of circuit design as much as possible. A. Reversible Function Generator The function generator feature is to process the input information Ai and Bi under the control of the parameters S0, S1, S2 and S3, and then we will get the combined functions Xi and Yi at the output side, where Xi is the combined Figure7.1. Block diagram of Reversible control unit. The designed circuit has three control signals with a provision for realizing eight arithmetic Operations and four logic operations. Three control variables S2, S1, S0 along with Cin select twelve different arithmetic-logic operations and the S2 distinguishes between arithmetic and logic operations. The A and B inputs are altered depending on the S0, S1and S2 values and applied as input to full adder using DPeres gates. Full adder is the fundamental building block in many computational units. The design of Reversible full adder as shown in fig 6 the outputs of control unit is given to the inputs of the full adder. Depending on the values of s2, s1, s0 & cin we can get different arithmetic & logical operations on fun & cout output signals. where G0 to G7 are the garbage outputs which are not used in further operation. All the arithmetic & logical operations are shown in Table1. Figure8. Reversible Function Generator. Figure8.1. The Package diagram of Reversible Function Generator.

4 function on Ai and Bi controlled by the parameters S3 and S2 and Yi is the combined function on Ai and Bi controlled by the parameters S1 and S0. The reversible function generator is shown in Figure 8 and its corresponding package diagram is shown in Figure 8.1. The Function generator is design by using 8 toffoli gate Ai and Bi are the inputs of the function generator and R0,R1,R2,R3 are the additional outputs which are used as a control parameters of next function generator to reduce the cost of the circuit design B. Reversible DXOR gate The Reversible DXOR gate process the complete sum of three inputs, the output Fi=P xor Q xor cin where P = Xi Q=Yi. That is to say, let the combined functions Xi and Yi from the reversible function generator add the carry signal Ci to get the final result Fi. The below given figure 9.2 shows the reversible DXOR gate LAKSHMIKANTHA MN, ANURADHA MG signal Cout and the garbage outputs. In addition the outputs R0, R1, R2 and R3 of reversible function generator FUNC0 are respectively seen as the inputs S0, S1, S2 and S3 of reversible function generator FUNC1 and so on. The value of the first and the second inputs of reversible DXOR0 DXOR15 are equal to the value of outputs Xi and Yi of function generator FUNC0 FUNC15. The value of the third input Ci of reversible DXOR0 DXOR15 have some connection with the control signal M. Their relationship can be expressed as follows: When i = 0 then When i= 1 then When i>2 then (4) (5) (6) Figure 8.2: The package diagram Reversible DXOR gate. The Reversible DXOR gate design can be done by cascading the two controlled NOT gate Figure8.3. Reversible DXOR gate. C. The realization of Reversible 16bit ALU To design the reversible 16bit ALU with the minimum cost, we used 3*3 Toffoli gates and NOT gates to cascade the reversible function generator and the reversible DXOR gate. The reversible ALU in Figure 8.4 is cascaded by reversible function generators, reversible DXOR gate and 3*3 Toffoli gates. The reversible ALU performs operations on to binary numbers A = (A15,...A0) and B = (B15, B0). In Figure 8.4, the first operand A, the second operand B, the control signals S0 to S3, the low carry signal Ci and the control signal M are reversible ALU s input signal, while the result, Fun = (F15,...F0), the carry output Figure 8.4: The design of N bit Reversible ALU The outputs of the function generator Xi and Yi are generated. when the inputs signals Ai and Bi are applied under control parameters these output signals a given to the DXORi respectively and also make operation with control signal M to get the third input signal Ci of reversible DXORi based on the equation 4 to 6. VI. RESULTS The results consists of three parts 1 st part is the simulation results obtained from Xilinx ISE 9.1 version 2 nd part is the synthesis results obtained from Cadence RTL compiler for 180nm technology 3 rd part is power and area comparison of reversible and irreversible ALU.

5 Design of Low Power Arithmetic and Logic Unit using Reversible Logic Gates Figure 9.1:Simulation waveform of 1bit ALU. The figure 9.1 shows the 1bit arithmetic and logic operation in The results inputs A=1,B=0 and the control parameter S=0000 The S2 is 0 so its performed the arithmetic operation and output fun= transfer A in simulation results the fun=1.and when control parameter S=100x the S2 is 1 so it performed Logic operation and the output fun=(a or B) =1. The design of reversible 16bit ALU using toffoli gate are designed by verilog code and also verify the arithmetic and logic function according to the below given function table 2 The Verilog code is synthesized using cadence RTL compiler for the area, power and delay analysis. The table 3 shows the area power and delay analysis report of 1bit,4bit,8bit and 16bit reversible ALU. Table 3: Area, Power, Delay Analysis of Reversible ALU Figure9.2. Simulation waveform of 16bit ALU. The marked example in the figure9.2 are explained in the below The figure 9.2 shows the 16bit arithmetic and logic operation here inputs A= , B= and control signals M=1, Cin=0 control parameter S=0011 it performed logic operation because M=1 and the output function=0 in simulation results fun= when control signals M=0, cin=1 control parameter S=0111. Its performed arithmetic operation because the M=0 and cin=1. The output fun=(ab 1)= In waveform I shown in hex decimal number fun=1554h. Table2. 16 Bit Reversible Function Table In this table consists of 16 arithmetic and 16 logic operations and the control parameters selects the all function of operation under the control input signals M and Cin. The Table 4 shows power and area analysis of reversible and irreversible 4bit and 16bit ALU. The irreversible ALU is designed to performed the same functionality operations as that of reversible ALU. the comparison results shows that the reversible logic ALU consumes less power and Area this can be shown in table4.

6 Table4. Area and power analysis of reversible and irreversible ALU The layouts of reversible ALU are generated by using the Cadence Encounter. The given figure 9.3 shows the 16bit reversible ALU LAKSHMIKANTHA MN, ANURADHA MG [2] C.H. Bennett, Logical reversibility of computation, IBM J. Research and Development, vol. 17, pp , Nov [3] W. 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 , Sept [4] Zhijin Guan, Wenjuan Li, Weiping Ding, Yueqin Hang, and Lihui Ni, An Arithmetic Logic Unit Design Based on Reversible Logic Gates, IEEE Pacific Rim Conference on Communications, Computers, and Signal Processing, 2011, DOI: /PACRIM , pp [5] Madhusmita Mahapatro, M.Suresh, Panda S.K, Saheel M, Panda A.K, and Shukla M.K, Design of Arithmetic Circuits Using Reversible Logic Gates and Power Dissipation Calculation, International Symposium on Electronic System Design (ISED), 2010, DOI: /ISED , pp [6]T.Toffoli.Reversible computing, Tech mem MIT/LCS/ TM-151, MIT Lab for Comp.Sci,1980. [7] E.Fredkin, T.Toffoli, Conservative logic, International Journal of Theoretical Physics, 21: , [8] Maslow and Miller, Comparison of the cost metrics through investigation of the relation between optimal NCV and optimal NCT three-qubit reversible circuits,iet,2007. Figure9.3. Layout of 16bit reversible ALU VII CONCLUSION In this paper the design and synthesis of 16bit ALU using reversible logic gates instead of irreversible gates. The performance checks of various modules are carried out by using Xilinx and GPDK 180nm technology Cadence tools and also compared parameter difference between the reversible and irreversible ALU. This work shows the efficiency of reversible logic in terms of power reduction as there is 0.252μw and 0.781μw power reduction in 4 bit and 16 bit reversible logic based Arithmetic and logic unit respectively when compared with 4 bit and 16 bit Irreversible logic based arithmetic and logic unit. VIII REFERENCES [1] R.Landauer, Irreversibility and Heat Generation in the Computational Process, IBM Journal of Research and Development, 5,pp ,1961.

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

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

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

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

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

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

An Extensive Literature Review on Reversible Arithmetic and Logical Unit

An Extensive Literature Review on Reversible Arithmetic and Logical Unit An Extensive Literature Review on Reversible Arithmetic and Logical Unit Sanjay Kumar 1, Dr. Harjinder Singh 2 1M.Tech. Scholar, Department of Electronics and Communication Engineering, Punjabi University

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

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

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

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

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

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

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

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

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

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 Implementation of Reversible Binary Comparator N.SATHISH 1, T.GANDA PRASAD 2

Design and Implementation of Reversible Binary Comparator N.SATHISH 1, T.GANDA PRASAD 2 www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.03, March-2014, Pages:0356-0363 Design and Implementation of Reversible Binary Comparator N.SATHISH 1, T.GANDA PRASAD 2 1 PG Scholar, Dept

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BY AENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2015 Special 9(17): pages 50-57 Open Access Journal Design and Implementation

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

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

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

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

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

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

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

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

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

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

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

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

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

Design and Implementation of Nanometric Fault Tolerant Reversible BCD Adder

Design and Implementation of Nanometric Fault Tolerant Reversible BCD Adder ustralian Journal of asic and pplied Sciences, 5(10): 896-901, 2011 ISSN 1991-8178 Design and Implementation of Nanometric Fault Tolerant Reversible D dder Majid Haghparast omputer Engineering Department,

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

VHDL Implementation of Reversible Full Adder using PERES Gate

VHDL Implementation of Reversible Full Adder using PERES Gate VHDL Implementation of Reversible Full Adder using PERES Gate Md. Riyaj 1, Anshul Gangwar 2, Gagan Goyal 3 M-tech ScholarSuresh Gyan Vihar University, Jaipur,India 1, M-tech ScholarSuresh Gyan Vihar University,

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

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

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 3:8 REVERSIBLE DECODER USING R- GATE

DESIGN OF 3:8 REVERSIBLE DECODER USING R- GATE DESIGN OF 3:8 REVERSIBLE DECODER USING R- GATE Sweta Mann 1, Rita Jain 2 1.2 Department of Electronics and Communication Engineering, LNCT Bhopal (M.P), (India) ABSTRACT The area of reversible logic has

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

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

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

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

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

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

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

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

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