A Cost Effective Design of Reversible Single Precision Floating Point Multiplier

Size: px
Start display at page:

Download "A Cost Effective Design of Reversible Single Precision Floating Point Multiplier"

Transcription

1 International Journal of Research in Computer and Communication technology, IJRCCT, ISSN , ol 2, Issue, January 2. Cost Effective Design of Reversible Single Precision Floating Point Multiplier S.R.Malathi, kshaya enugopal, Pavithra Sarathy Department of Computer Science and Engineering Sri enkateswara College of Engineering Chennai, Tamilnadu, India bstract The emerging computing technologies like quantum computing, optical computing, low power computing etc. make use of reversible logic. lso applications like image processing and signal processing make use of floating point (FP) multiplications as the major operations. In this paper we propose the design of a low power, cost effective reversible floating point multiplier for such applications. The proposed design is comparable with the reversible FP multipliers discussed in the literature so far. The proposed design using TS gates is cost effective in terms of the number of quantum gates and the garbage outputs compared to the existing ones. Since it has been proved that the 4 x 4 TS gate [4] can work singly as a reversible full adder with only two garbage outputs, it is an optimal reversible full adder with universal functionalities. Hence the proposed design yields an optimal floating point multiplier in terms of quantum cost and garbage outputs. The proposed design has three stages - partial product generation, compression using 4:2 TS compressors and the final stage which consists of TS adders to generate the resultant product. The proposed design of 2 x 2 FP multiplier is illustrated using TS gates which show that the number of garbage outputs in each 8X8 multiplier is reduced significantly. Keywords Reversible floating point multiplier, Reversible circuit design, Quantum computation. I. INTRODUCTION Reversible logic circuits are of interests in applications like low power CMOS design, optical information processing, DN computing, bioinformatics, quantum computing and nanotechnology where power minimization is one of the important criterion. s demonstrated by R. Landauer in the early 96s, irreversible hardware computation, regardless of its realization technique, results in energy dissipation due to the information loss []. It is proved that the loss of each one of information dissipates at least KTln2 joules of energy (heat), where K is the oltzmann s constant and T is the absolute temperature at which operation is performed []. In 97, C. H. ennett [2] concluded that no energy would dissipate from a system as long as the system was able to return to its initial state from its final state regardless of what occurred in between. One highly promising computing technology is the employment of reversible logic operations, which do not erase information and thus dissipate (virtually) zero heat. lthough the amount of heat dissipation at room temperature is small, it cannot be neglected in some applications (e.g., quantum circuit design). Reversible logic is the logic supporting the process of running the system in the backward direction. The logical operations can be run backwards by cascading a reversible logic gate with its dual. Reversible circuits are also called lossless circuits, as there is neither energy loss nor information loss. In the design of reversible circuits two restrictions are to be considered: () Fan-out is not permitted, (2) Feed back loops are not permitted. Due to these restrictions, synthesis of reversible circuits can be carried out from the inputs towards the outputs and vice versa []. From the point of view of reversible circuit design, there are three parameters Quantum Cost, arbage Output and the Depth of the circuit that determine the complexity and performance of reversible circuits [4]: Quantum Cost (QC) is the number of or 2 2 reversible gates which are used in the circuit. arbage Outputs (O) is the number of unused outputs which are added in order to make the circuit reversible. Depth of the circuit is the number of or 2 2 reversible gates which are in the longest path from input to output. Reduction of these three parameters is the bulk of the work in reversible circuit design. However, minimizing all these parameters together is not easy. In this paper, we aim to design a reversible single precision floating point multiplier with the minimized number of QC and O of the circuit with respect to its previous counterparts. In the existing literatures [5], [6], [7], [8] the multiplier circuits that are proposed are for fixed point numbers. In [6] Page 26

2 the design of a reversible floating-point adder is proposed that closely follows the IEEE754 specification for binary floatingpoint arithmetic. In [9] Single Precision FP multiplier is implemented using the Feynman gate, the Peres gate, the Toffoli gate, the Fredkin gate and the Reversible Full dder (RF) gate. It is well known that a single TS gate is capable of functioning as a reversible full adder. In this paper the proposed multiplier circuit is designed mainly using TS gates while the initial partial product generation is done using Fredkin gates as in [9]. ecause of the use of TS gate in the design, the proposed design is optimized in terms of garbage output and the number of gates. Rest of the paper is organized as follows. Section II provides an overview of IEEE single precision floating point number representation. Section III provides details about the basic and necessary reversible logic gates used in the proposed design. Section I provides the details about the design of the proposed reversible 8x8 multiplier. Section describes the proposed Floating Point (FP) Multiplier and a comparison of the multiplier with the existing work. Section I concludes the work. II. IEEE SINLE PRECISION FLOTIN POINT (FP) NUMER REPRESENTTION IEEE Single Precision Floating Point numbers [5] is a 2 representation which has three basic components: the Sign, the Exponent, and the Mantissa. The sign S is a single digit where positive number is denoted by and negative number by. Flipping the value of this flips the sign of the number. The exponent field E is 8 digits which need to represent both positive and negative exponents. To do this, a bias is added to the actual exponent and stored as exponent. For IEEE singleprecision floats, this bias value is 27. Thus, an exponent of zero means storing 27 in the exponent field. stored value of E indicates an actual exponent of (E-27). Exponents of -27 (all s) and +28 (all s) are reserved for special numbers. The mantissa, also known as the significant, is 2 digits which represents the precision s of the number. It is composed of an implicit leading non zero and the fraction s. In base two, the only possible non-zero digit is which is not represented explicitly. Thus the mantissa has effectively 24 s of resolution, by way of 2 fraction s. The range of positive floating point numbers can be split into normalized numbers (which preserve the full precision of the mantissa), and de normalized numbers. THE LYOUT FOR SINLE (2 IT) PRECISION FLOTIN POINT LUE TLE I. Sign Single Precision [] Exponen t [-2] 8 s Fractio n [22-] 2 s III. REERSILE LOIC TES USED This section describes the important reversible gates used in this work. The Feynman gate, the Fredkin ate and the TS gate are the important reversible gates used in the design. The functionality and the quantum implementation of the Feynman gate, the Fredkin gate, and the TS gate are shown in Figure.. The implementation of TS gate as full adder and Fredkin gate as partial product generator is shown in Figure.2. The partial products generation for 8x8 multiplier is shown in Figure.. It can be seen from Table 2 that the number of garbage outputs per gate is minimum for TS gates than its counter parts. I. PROPOSED DESIN FOR 8X8 REERSILE MULTIPLIER In the design of single precision floating point multiplier, the quantum cost is mainly determined by the 24x24 mantissa multiplier unit. The 24x24 multiplier is implemented using nine 8x8 multiplier subunits. There are two steps for generating the product. The first step is to generate partial products and the next is to add all the partial products to obtain the final product. The proposed design for the 8X8 multiplier follows the Wallace tree multiplier architecture [9]. Here we have implemented partial product generation using Fredkin gates and TS gates to add the partial products as shown in Figure. and Figure. 5 respectively. The 8 x 8 multiplier uses 4:2 compressors and full adders [4], all implemented using TS gates to have uniformity in the type of gates. 4:2-compressor has 5 inputs and outputs. Four inputs are from position j and one input is from position j-. The output has a sum at position j and two carry s at position j+, which are represented as and in Figure. 5. Each 4:2-compressor has 2 TS gates and produces 4 garbage outputs. In Fig. 4 the group of partial products that are fed as inputs to 4:2-compressors and full adders are encircled. In that level-4 is implemented using a reversible carry propagate adder. In Table the number of gates used, garbage output produced and the quantum cost for the proposed 8 x 8 multiplier is listed along with its counterparts. TLE II. COMPRISON ETWEEN RIOUS FULL DDER CIRCUITS Existing Full dders Number of ates Number of arbage Outputs Unit Delay TS gate [4] 2 ias Full dder in [] 27 Full dders [], [2] 2 Full dders [] Page 27

3 COST OF 8 X 8 REERSILE MULTIPLIERS TLE III.. PROPOSED REERSILE FLOTIN POINT MULTIPLIER Reversible 8x8 multiplier Number of ates Quantum Cost arbage Outputs In this section the design of various units used in the design of the single precision floating point multiplier are described. Proposed using TS Existing Circuit [9] Existing Circuit [5] Proposed Design for the 24x24 Multiplier The 24x24 mantissa multiplier includes the implicit single along with the 2 trailing s in the multiplication. The 24 s of each operand are decomposed into three 8 vectors as shown Figure. 4 and nine 8x8 multipliers that was discussed in the previous section is used to implement the 24x24 mantissa multiplier. The 44 partial products generated by the nine 8x8 multipliers are then suitably aligned according to their positional weights and added using 4:2-TS compressors and TS adders to get the resultant 48 product. (a) Feynman ate: QC = + + C + + D Y 7 (b) Feynman ate: QC = Y Y + Fr C X7Y7 X7Y Fr X7 Fr X7Y (b) Fredkin ate: QC = 5 X Figure. The various reversible gates (a), (b), (c) used in the design and their quantum cost (QC). Cin = TS = XY 24 Mantissa- 24 Mantissa-2 H H H M MH (b) Figure. 2 (a)ts gate as a full adder and (b)fredkin gate as a partial product generator [4] = Fr Fr XY Fr X Figure. Partial Products eneration for the 8 x 8 Multiplier (a) Fr XY7 H H M M H L M L MM LM LH L L LL 48 Mantissa Product Figure. 4 Partitioning and Multiplication of the 24 Mantissa Page 28

4 X7 Y7 C C C4 X6 Y6 X5 Y5 X4 Y4 X Y X2 Y2 X Y X Y C7 C6 C5 C4 C C2 C C D7 D6 D5 D4 D D2 D D E7 E6 E5 E4 E E2 E E F7 F6 F5 F4 F F2 F F H7 H6 H5 H4 H H2 H H H7 S S2 S S S S C C2 S S S S S29 S28 C C29 C28 C27 S4 C42 S42 C4 S4 C4 S4 C9 S27 S9 C8 S9 S8 S7 H2 S6 S5 C6 C5 C4 S26 S8 C7 S25 S7 C6 S24 S6 C5 S6 S4 S2 S5 C4 S5 S4 S S2 C2 C F S22 S2 S2 C2 C2 C9 S4 C S C2 S2 S9 S9 S S Figure. 5 Partial product summation stages in the 8 x 8 multiplier. Proposed Design for Normalization and Rounding off unit The 48 product is normalized according to the IEEE754 standard by adjusting the exponent value until we get a before the binary point. In the product of two normalized binary mantissa the most significand two s indicating the integer part, can be any of the three combinations, or. If the most significand first is and second is one then the resultant product mantissa is already in the normalized form and the s to the right of the binary points (i.e) the 45th onwards is the product. Where as, if the most significand first is, then the mantissa has to be shifted to the right to make the binary point placed to the right of the nonzero MS and correspondingly the exponent has to be incremented by one. The rounding-off of the 48 mantissa product to 2 resultant mantissa is done by simple truncation. The shifting of mantissa for normalization and truncation of s for roundingoff is done using 2 Fredkin gates as shown in Figure. 6 C. Design for Sign and Exponent Unit D. functional erification & Quantum Cost The design of various units proposed in this paper was functionally verified which includes the 8x8 Multiplier, the 24x24 Multiplier, the Normalization and Rounding off unit and the Exponent unit. The various units of the irreversible (conventional) and reversible floating point multiplier were simulated using erilog HDL in XilinxISE 9.i and the outputs were checked for equivalence for same set of inputs. Thus functional equivalence was verified. The simulated output of 2- reversible single_precision floating_point_multiplier, for a typical test data input is shown in Figure 8. The comparison of the proposed reversible single precision multiplier with the one discussed in [9] is shown in Table 4. It can be seen that there is a significant number of reduction in the quantum cost and garbage output. The overall Quantum Cost of the proposed FP multiplier is reduced by 6 and the number of garbage outputs by 95. For any two normalized floating point numbers and their product is defined as Where, the fields S, E and M refer to the sign, exponent and mantissa of the operands and. The sign is computed by XOR function which is implemented using single Feynman gate. The exponents are added along with the biasing of -27 using reversible carry propagate adders in two stages. Figure. 7 shows the reversible carry propagate adder implemented using TS gates. Page 29

5 TLE I. COST OF THE REERSILE FLOTIN POINT MULTIPLIER SINLE PRECISION TS Existing System [9] 24X24 Mantissa Multiplier TS QC O QC O C Proposed System 2 2 C TS 7 Normalization unit 7 2 C2 TS Rounding unit Sign calculation Exponent calculation Total C7 S7 S2 S S 8 IT SUM Figure. 7 Exponent Unit with 8-it Reversible Carry Propagate dder Circuit (RCP) QC Quantum Cost; O arbage Output 48 Mantissa Product MS 47th 46th 46th Fr 2rd 45th th 45th th rd 22nd Fr 2 LS 24th th 24th Fr 2 rd 2 2st th 2 Normalized and Rounded off Mantissa Result Figure. 6 Normalization and Rounding off Unit using 2 (2:) Mux Figure. 8 Sample output from the simulated 2- Reversible Single Precision Floating Point Multiplier Page

6 I. CONCLUSION n efficient design of single precision floating point multiplier is presented in this paper. s it is well known that the TS gate can singly act as full adder and two TS gates can be used as reversible 4:2-compressor, we proposed the design using TS gates. The proposed normalization and rounding unit uses significantly less number of gates compared to its counterpart in [9]. lso to maintain uniformity only two types of gates are used in the proposed design and still results in significantly less number of quantum cost and garbage outputs as compared to the existing one. [] [2] [] [4] [5] [6] [7] [8] [9] [] [] [2] REFERENCES Landauer, R., 96. Irreversibility and heat generation in the computing process, IM J.Research and Development, 5 (): 8-9. ennett, C.H., 97. Logical reversibility of computation, IM J. Research and Development,7: P. upta,. grawal, N. K. Jha, n lgorithm for Synthesis of Reversible Logic Circuits, IEEE Transactions on Computer-ided Design of Integrated Circuits and Systems, ol. 25, No., pp. 27-2, November 26. H. Thapliyal and M.. Srinivas, Novel reversible 'TS' gate and its application for designing components of primitive/reversible quantum LU, Proc. the 5th IEEE Intl. Conf. on Information, Communications and Signal Processing, angkok, Thailand, Dec 6-9, 25, pp H. Thapliyal and M.. Shrinivas, Novel reversible multiplier architecture using reversible TS gate, IEEE Int. Conf.Computer Systems and pplications, pp., 26. M. Shams, M. Haghparast, K. Navi, Novel reversible multiplier circuit in nanotechnology, World ppl. Sci. J., vol.,pp. 86-8, 28. M. Haghparast, S.J. Jassbi, K. Navi and O. Hashemipour, Design of a novel reversible multiplier circuit using HN gate in nanotechnology, World ppl. Sci. J., vol., pp , 28. M.S. Islam, M.M. Rahman, Z. egum and M.Z. Hafiz, Low cost quantum realization of reversible multiplier circuit, Information technology journal, vol. 8, pp. 282, 29. M. Nachtigal, H. Thapliyal, N. Ranganathan, Design of a reversible single precision floating point multiplier based on operand decomposition, 2 th IEEE Conference on Nanotechnology, pp.2-27, 2 Hafiz Md. Hasan abu, Md. Rafiqul Islam, Syed Mostahed li Chowdhury and hsan Raja Chowdhury, Reversible Logic Synthesis for Minimization of Full dder Circuit, Proceedings of the EuroMicro Symposium on Digital System Design(DSD ), -5September 2, elek- ntalya, Turkey,pp Hafiz Md. Hasan abu, Md. Rafiqul Islam, Syed Mostahed li Chowdhury and hsan Raja Chowdhury," Synthesis of Full-dder Circuit Using Reversible Logic",Proceedings 7th International Conference on LSI Design (LSI Design 24), January 24, Mumbai, India,pp J.W. ruce, M.. Thornton,L. Shivakumariah, P.S.Kokate and X.Li, "Efficient dder Circuits ased on a Conservative Logic ate", Proceedings of the IEEE Computer Society nnual Symposium on [] [4] [5] [6] LSI(ISLSI'2),pril 22, Pittsburgh, P, US, pp anerjee,. Pathak, n algorithm for minimization of quantum cost, quant-ph 9.229v2, pp. -9, 27. "IEEE Standard for Floating-Point rithmetic," IEEE Std , pp.-58, ug doi:.9/ieeestd M.Jenath,.Nagarajan, FP Implementation Of Reversible Floating Point Multiplier, International Journal of Soft Computing and Engineering (IJSCE), olume-2, Issue-, pp , March 22. M. Nachtigal, H. Thapliyal, N. Ranganathan, Design of a Reversible Floating Point dder rchitechture, 2 th IEEE Conference on Nanotechnology, pp , 2 Page

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

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

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

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

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

Design of Fault Tolerant Reversible Multiplexer based Multi-Boolean Function Generator using Parity Preserving Gates

Design of Fault Tolerant Reversible Multiplexer based Multi-Boolean Function Generator using Parity Preserving Gates International Journal of omputer pplications (975 8887) Volume 66 No.9, March 23 Design of Fault Tolerant Reversible Multiplexer based Multi-oolean Function enerator using Parity Preserving ates Rakshith

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

Design and Optimization of Reversible BCD Adder/Subtractor Circuit for Quantum and Nanotechnology Based Systems

Design and Optimization of Reversible BCD Adder/Subtractor Circuit for Quantum and Nanotechnology Based Systems World pplied Sciences Journal 4 (6): 787-792, 2008 ISSN 1818-4952 IDOSI Publications, 2008 Design and Optimization of Reversible CD dder/subtractor Circuit for Quantum and Nanotechnology ased Systems 1

More information

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

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

More information

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

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

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

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

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

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

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

M.Tech Student, Canara Engineering College, Mangalore, Karnataka, India 2

M.Tech Student, Canara Engineering College, Mangalore, Karnataka, India 2 (ISR), Impact Factor: 1.852 IJESRT INTERNTIONL JOURNL OF ENGINEERING SIENES & RESERH TEHNOLOGY esign and Simulation of a High Performance Multiplier using Reversible s Harish Raghavendra Sanu *1, Savitha

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 MULTIPLIER USING REVERSIBLE MULTI- CONTROL INPUT TOFFOLI GATES

OPTIMIZED MULTIPLIER USING REVERSIBLE MULTI- CONTROL INPUT TOFFOLI GATES OPTIMIZED MULTIPLIER USING REVERSILE MULTI- CONTROL INPUT TOFFOLI GTES H R hagyalakshmi 1 and M K Venkatesha 2 1 Department of Electronics and Communication Engineering, M S College of Engineering, Visvesvaraya

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

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

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

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

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

FPGA Implementation of Optimized 4 Bit BCD and Carry Skip Adders using Reversible Gates

FPGA Implementation of Optimized 4 Bit BCD and Carry Skip Adders using Reversible Gates International Journal of Soft omputing and Engineering (IJSE) FPG Implementation of Optimized 4 it D and arry Skip dders using Reversible Gates Manjula., Venkatesh S.Sanganal, Hemalatha.K.N, Ravichandra

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

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

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

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

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

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

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

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

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

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

More information

Design 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 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 Sequential Circuit Using Reversible Logic Synthesis

Design of Reversible Sequential Circuit Using Reversible Logic Synthesis International Journal of VLSI design & ommunication Systems (VLSIS) Vol.2, No.4, December 20 Design of Reversible Sequential ircuit Using Reversible Logic Synthesis Md. elayet li, Md. Mosharof Hossin and

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

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

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

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

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

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

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

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

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

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

More information

Design 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

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

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

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

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

More information

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

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

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

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

Low Power Reversible Parallel Binary Adder/Subtractor Rangaraju H G 1, Venugopal U 2, Muralidhara K N 3, Raja K B 2

Low Power Reversible Parallel Binary Adder/Subtractor Rangaraju H G 1, Venugopal U 2, Muralidhara K N 3, Raja K B 2 Low Power Reversible Parallel inary dder/subtractor Rangaraju H G 1, Venugopal U 2, Muralidhara K N 3, Raja K 2 1 Department of Telecommunication Engineering, angalore Institute of Technology, angalore,

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

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

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

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

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

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

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

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

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

More information

A Cost- Effective Design of Reversible Programmable Logic Array

A Cost- Effective Design of Reversible Programmable Logic Array International Journal of omputer pplications (975 8887) Volume 4 No.5, March 22 ost- Effective Design of Reversible Programmable Logic rray Pradeep Singla M.Tech Scholer Hindu ollege of Engineering Sonipat,

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

arxiv: v1 [quant-ph] 20 Jul 2009

arxiv: v1 [quant-ph] 20 Jul 2009 An analysis of reversible multiplier circuits Anindita Banerjee and Anirban Pathak March 9, 2018 Jaypee Institute of Information Technology University, Noida, India arxiv:0907.3357v1 [quant-ph] 20 Jul

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

A NEW DESIGN TECHNIQUE OF REVERSIBLE BCD ADDER BASED ON NMOS WITH PASS TRANSISTOR GATES

A NEW DESIGN TECHNIQUE OF REVERSIBLE BCD ADDER BASED ON NMOS WITH PASS TRANSISTOR GATES A NEW DESIGN TECHNIQUE OF REVERSIBLE BCD ADDER BASED ON NMOS WITH PASS TRANSISTOR GATES Md. Sazzad Hossain 1, Md. Rashedul Hasan Rakib 1, Md. Motiur Rahman 1, A. S. M. Delowar Hossain 1 and Md. Minul Hasan

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

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

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

FPGA Implementation of Ripple Carry and Carry Look Ahead Adders Using Reversible Logic Gates

FPGA Implementation of Ripple Carry and Carry Look Ahead Adders Using Reversible Logic Gates FPGA Implementation of Ripple Carry and Carry Look Ahead Adders Using Reversible Logic Gates K. Rajesh 1 and Prof. G. Umamaheswara Reddy 2 Department of Electronics and Communication Engineering, SVU College

More information

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

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

More information

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

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

More information

Design 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

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

A Unified Reversible Design of Binary and Binary Coded Decimal Adder / Subtractor

A Unified Reversible Design of Binary and Binary Coded Decimal Adder / Subtractor International Journal of Applied Engineering Research ISSN 0973-4562 Volume 9, Number 22 (2014) pp. 17181-17198 Research India Publications http://www.ripublication.com A Unified Reversible Design of Binary

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

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

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

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

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

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

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

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

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

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