An Efficient Design of Low Power Speculative Han-Carlson Adder Using Concurrent Subtraction

Size: px
Start display at page:

Download "An Efficient Design of Low Power Speculative Han-Carlson Adder Using Concurrent Subtraction"

Transcription

1 An Efficient Design of Low Power Speculative Han-Carlson Adder Using Concurrent Subtraction S.Sangeetha II ME - VLSI Design Akshaya College of Engineering and Technology Coimbatore, India S.Kamatchi Assistant Professor, Department of ECE Akshaya College of Engineering and Technology Coimbatore, India Abstract The Binary addition is one of the mainly essential arithmetic function in VLSI systems. Adders are widely used in integrated circuits. Adders are not only necessary for addition, but it also needs for subtraction. This paper presents a speculative Han-Carlson adder using concurrent subtraction. The proposed adder uses speculation: the exact arithmetic function is substituted with an estimated one that provides right result most of the time but not forever. The estimated adder is augmented with an error detection network that states an error signal when approximation fails. It is based on parallel- prefix topology and uses subtraction process. The aim of the proposed technique is that to reducing the power. Simulation can be performed using ModelSim SE 6.3f and Xilinx ISE 8.1i Tool. Keywords Addition, arithmetic, speculative adder, power. I. INTRODUCTION Adders are basic efficient units in computer arithmetic. Binary adders are extensively used in microprocessor for addition and subtraction processes as well as for floating point multiplication and division. Therefore adders are fundamental components and improving their performance is one of the main challenges in digital designs. High speed adders are based on well established parallel-prefix architectures [1], [2], including Brent- Kung [3], Kogge-Stone [4], Sklansky [5], Han- Carlson [6], Ladner-Fischer [7], Knowles [8]. These standard architectures consume more power. Better performance can be achieved by using approximation circuits that have been recently proposed in literature [9]. Proposed adder uses speculation: the exact arithmetic function is substituted with an estimated one that gives the right result most of the time, but not forever. The approximated adder is augmented with an error detection network that states an error signal when approximation fails. In this case (misprediction), another clock cycle is needed to obtain the right result with the help of a correction stage. The paper is planned as follows. In section II we recall Literature review. In section III we will describe the existing speculative HCA in detail. In section IV we will describe the proposed speculative HCA using concurrent subtraction in detail. Section V shows simulation results. Conclusion is given in section VI. Future work is given in section VII. A. Kogge-Stone Adder II. LITERATURE REVIEW Kogge-Stone Adder (KSA) is a parallel-prefix structure of carry look ahead adder. KSA was introduced by P. M. Kogge and H. S. Stone [4] in Fig. 1 shows 16-bit KSA is a speedy adder design as it makes carry signal in O(log2 n) time and has the best performance in VLSI implementations. The work is generally focused on design time. It takes more area to implement than Brent-Kung adder but has lesser fan-out and wiring congestion is often a problem. B. Brent-Kung Adder Fig bit Kogge-Stone Adder Brent-Kung Adder (BKA) was introduced by R. P. Brent and H. T. Kung [3] in BKA has greatest logic depth, minimum area and avoid blast of wires. The work is commonly focused on area ISSN: Page 1

2 optimization. Fig. 2 shows 16-bit BKA. The buffers used to reduce the fan-out but, in practice, the buffers are usually vanished. (4) P (i:k) = P (i:j). P (l:k) (3) G (i:k) = G (i:j) + (G (l:k). P (i:j) ) where i l j k. C i = G [i:0] + P [i:0] C -1 (5) Fig bit Brent-Kung Adder where C -1 is the input carry of the n-bit adder. In the following, for the sake of ease, we assume that C -1 = 0, so that (5) simplifies as: C. Ladner-Fischer Adder Ladner-Fischer Adder (LFA) was introduced by R. E. Ladner and M. J. Fischer [7] in Ladner- Fischer prefix tree is an arrangement that sits between Brent-Kung and Sklansky prefix tree. The LFA has lowest logic depth but it has great fan-out. Fig. 3 shows the 16-bit LFA. (6) C i = G [i:0] 3)Post-Processing This is the final stage sum bit S i are computed by (7). (7) S i = P i xor C i-1 Fig bit Ladner-Fischer Adder D. Non-Speculative Han-Carlson Adder Non-Speculative Han-Carlson Adder (HCA) was introduced by T. Han and D. A. Carlson [6] in This work 16-bit non-speculative HCA is presented. It consists of three stages: pre-processing, prefixprocessing and post-processing. Fig. 4 shows the 16- bit Non-Speculative HCA. 1)Pre-Processing In the pre-processing stage A & B are the inputs. The propagate and generate signals are given by (1) & (2). Where i = 0,1,...n-1 n-number of bits. (1) (2) P i = A i xor B i G i = A i. B i 2)Prefix-Processing In the prefix-processing stage propagate and generate are computed by (3) & (4). Fig bit Non-Speculative Han-Carlson Adder The Han-Carlson trees are the family of networks between KSA and BKA. HCA can be viewed as a sparse version of KSA. This scheme is different from Kogge-Stone method in the sense that these performs carry-merge functions on even bits and generate/propagate functions on odd bits. At the last part, these odd bits recombine with even bits carry signals to produce the true carry bits. This adder has five stages in which the central three stages are resembles with the Kogge-Stone arrangement. The advantage of this adder is that it employs much smaller amount of cells and its shorter span wires than the KSA and thus there is decrease in complexity at the cost of an additional stage for carry-merge path. The main limitation of this adder is that increased power consumption. E. Approximation Circuits Approximation circuits was introduced by S.-L. Lu in The main concept [9] is that by using certain approximation circuits the microprocessor s clock frequency can be increased. The approximation is based on replacing the entire logic function by a simple circuit which has the capability to mimic the ISSN: Page 2

3 function of the main circuit and also provides the predicted results. This work is mostly focused in achieving reduction in delay and for these, approximate adders were used in the microprocessors that developed shorter carry chains; hence the speed can be increased. The speed in processors was monitored by analyzing its operations in microprocessors and micro architecture devices where the adder circuits were used to provide the approximate computation. The delay was found to be reduced to 50% and the process attained 65% accuracy for 32-bit addition using 4-bit carry and inputs. Handshaking-overhead caused during the finishing point of execution at each stage is a major drawback. F. Speculative Carry Select Addition Speculative Carry Select Adder [15] was developed by K. Du, P. Varman, and K. Mohanram in The basic idea is to slice the chain of propagate signals in addition into blocks of the same size. Distinctively, the input bits of addends are segmented into blocks, and the carry bits between blocks are selectively abbreviated to 0. All outputs of a block, instead of each output, are speculated together, which alleviates the area overhead problem. The speculative adder produces correct results in a single cycle in most cases, and error recovery offers correct results in an extra cycle. Extra cycle during error recovery, increased latency are some of the limitations. III. EXISTING SPECULATIVE HCA Speculative Han-Carlson Adder (HCA) was introduced by Darjn Esposito, Davide De Caro, Ettore Napoli, Nicola Petra and Antonio Giuseppe Maria Strollo in This work 16-bit Speculative HCA [19] is presented. This adder consists of five stages: pre-processing, prefix-processing, error detection and error correction and post-processing. Fig. 5 shows the 16-bit speculative HCA. A. Pre-Processing In the pre-processing stage the propagate P i and generate G i signals are computed as in (1), (2). B. Speculative Prefix-Processing The speculative prefix-processing stage is one of the main difference compared with the standard prefix adders recalled in previous section [1]-[8]. Instead of calculating all the P [i:0] and G [i:0] required in (5) to obtain the exact carry values, only a subset of block propagate and generate signals is calculated; in the post-processing stage estimated carry values are obtained from this subset. The output of speculativeprefix processing stage will also be used in the error detection and in the error correction stages discussed in the following. The fundamental assumption behind speculative prefix-processing stage is that carry signals propagate for no more than K bits, with K < n and K = O(log 2 (n)). Fig. 5. Han-Carlson speculative prefix-processing stage The last Kogge-Stone row of the n = 16 bit graph is reduced, resulting in a speculative prefixprocessing stage with K = 8 = n/2 is shown in Fig. 6. In common, one has K = n/2 P, where P is number of reduced levels. The length of the propagate chains is K = 8 only for i = 9,11,13,15, while for i = 10,12,14 the propagate chain length is K+1 = 9. The computed propagate and generate signals for the speculative Han-Carlson architecture are: (G, P) [i:0] for i K (G,P) [i:i-k+1] for i > K, i odd (8) (G, P) [i:i-k] for i > K, i even C. Post-Processing In the post-processing stage we first of all compute the approximate carries, C * i, and then use them to obtain the approximate sum bits S * i as follows: (9) S i * = P i xor C i-1 * Also to (6), approximate carries are obtained as the generate signals available in the last level of the prefix-processing stage. We have: (10) G [i:0] for i K * C i = G [i:i-k+1] for i > K, i odd D. Error Detection G [i:i-k] for i > K, i even The conditions in which in any case one of the approximate carries is wrong (misprediction) are signaled by the error detection stage. In case of misprediction, an error signal is stated by error detection stage and the output of the post-processing stage is discarded. The error correction stage will give the right sum in the next clock period. ISSN: Page 3

4 The error situation for carry C i can be obtained from (6), (10) as: (11) 0 for i K e i = P [i:i-k+1] G [i-k:0] i > K, i odd P [i:i-k] G [i-k-1:0] Thus error signal can be written as: i > K, i even E HC = P [i:i-k+1] G [i-k:i-k-1] (12) Let us consider, as an example, the prefixprocessing stage in Fig. 6. The error signal (12) is given by: E HC = P [9:2] G [1:0] +P [11:4] G [3:2] +.+P [15:8] G [7:6] (13) E. Error correction The error correction stage calculates the exact carry signals (6), to be used in case of misprediction. The error correction stage is composed by the levels of the prefix-processing stage pruned to obtain the speculative adder. The Fig. 6 demonstrates the error correction stage of the speculative HCA. IV. PROPOSED SPECULATIVE HCA USING CONCURRENT SUBTRACTION This work we have proposed 16-bit speculative Han-Carlson Adder (HCA) using Concurrent Subtraction. The operation of speculative HCA [19] which has been described in the previous section. Concurrent subtraction states that the parallel-prefix operation can be done which uses parallel-processing subtraction to reduce the power of speculative HCA for performing binary addition. Therefore, concurrent subtraction is essential in approximation circuits; Hence the sum and carry are computed in parallel to minimize power. A. Pre-Processing Subtraction In the pre-processing subtraction stage maximum size of bit that is single 16-bit one s can be taken which is subtracted from input bits A & B. After that, subtracted result of pre-processing stage can be taken as inputs then pre-processing is performed to compute propagate P i and generate G i signals as in (1), (2). B. Speculative Prefix-Processing In the speculative prefix-processing stage the propagate P i and generate G i signals are computed as in (8). C. Post-Processing In the post-processing stage sum is computed as in (9) and the 16 th bit is carry. 1) Post-Processing Subtraction In the post-processing subtraction stage maximum size of bit that is two 16-bit one s can be added. After that the result can be subtracted from post-processing sum and carry. D. Error Detection In the error detection stage error signal is computed as in (13). Fig. 6. Error correction and detection stages for the 16-bit speculative Han-Carlson Adder of Fig. 5. F. Post-Processing The approximated carries are already obtainable at the output of the prefix-processing stage. The postprocessing, according to (7), is equal to the nonspeculative HCA and consists of n xor gates. E. Error Correction The error correction stage calculates the correct carry signals (6), to be used in case of misprediction. The error correction stage is composed by the levels of the prefix-processing stage the propagate P i and generate G i signals as in (3), (4). F. Post-Processing The estimated carries are already obtainable at the output of the prefix-processing stage. The postprocessing, according to (7), is equal to the nonspeculative HCA and consists of n xor gates. ISSN: Page 4

5 V. SIMULATION RESULTS The simulation results for the comparisons of 16- bit speculative HCA and speculative HCA using concurrent subtraction were simulated using ModelSim SE 6.3f (Fig. 7 to Fig. 10) and Power (Fig. 11 and Fig. 12) is analyzed using Xilinx 8.1i as shown in Table I. Fig. 10. Simulation result of 16-bit speculative Han-Carlson Adder using concurrent subtraction with error Fig. 7. Simulation result of 16-bit speculative Han-Carlson Adder without error Fig. 8. Simulation result of 16-bit speculative Han-Carlson Adder with error Fig. 11. Power summary of 16-bit speculative Han-Carlson Adder Fig. 9. Simulation result of 16-bit speculative Han-Carlson Adder using concurrent subtraction without error Fig. 12. Power summary of 16-bit speculative Han-Carlson Adder using concurrent subtraction TABLE I. COMPARISON OF SPECULATIVE HCA AND SPECULATIVE HCA USING CONCURRENT SUBTRACTION ISSN: Page 5

6 16-bit HCA Adder speculative 16-bit speculative HCA using concurrent subtraction Dynamic Power (mw) VI. CONCLUSION Total Power (mw) In this paper comparison of power values of 16- bit speculative Han-Carlson Adder and speculative Han-Carlson Adder using concurrent subtraction were analyzed using Xilinx ISE 8.1i Tool. The main advantage of this proposed speculative HCA using concurrent subtraction is that reduction in power. VII. FUTURE WORK Future work includes speculative HCA can be designed with new technique to minimize more power for performing binary addition. References [1] I. Koren, Computer Arithmetic Algorithms. Natick, MA, USA: A K Peters, [2] R. Zimmermann, Binary adder architectures for cell-based VLSI and their synthesis, Ph.D. thesis, Swiss Federal Institute of Technology, (ETH) Zurich, Zurich, Switzerland, 1998, Hartung-Gorre Verlag. [3] R. P. Brent and H. T. Kung, A regular layout for parallel adders, IEEE Trans. Comput., vol. C-31, no. 3, pp , Mar [4] P. M. Kogge and H. S. Stone, A parallel algorithm for the efficient solution of a general class of recurrence equations, IEEE Trans. Comput., vol. C-22, no. 8, pp , Aug [5] J. Sklansky, Conditional-sum addition logic, IRE Trans. Electron. Comput., vol. EC-9, pp , Jun [6] T. Han and D. A. Carlson, Fast area-efficient VLSI adders, in Proc. IEEE 8th Symp. Comput. Arith. (ARITH), May 18 21, 1987, pp [7] R. E. Ladner and M. J. Fischer, Parallel prefix computation, J. ACM, vol. 27, no. 4, pp , Oct [8] S. Knowles, A Family of Adders, in Proc. 14th IEEE Symp. Comput. Arith., Vail, CO, USA, Jun. 2001, pp [9] S.-L. Lu, Speeding up processing with approximation circuits, Computer, vol. 37, no. 3, pp , Mar [10] T. Liu and S.-L. Lu, Performance improvement with circuitlevel speculation, in Proc. 33rd Annu. IEEE/ACM Int. Symp. Microarchit. (MICRO-33), 2000, pp [11] N. Zhu, W.-L. Goh, and K.-S. Yeo, An enhanced low-power high speed Adder For Error-Tolerant application, in Proc th Int.Symp. Integr. Circuits (ISIC '09), Dec.14 16, 2009, pp [12] S. M. Nowick, Design of a low-latency asynchronous adder using speculative completion, IEE Proc. Comput. Digit. Tech., vol. 143, no.5, pp , Sep [13] A. K. Verma, P. Brisk, and P. Ienne, Variable Latency Speculative Addition: A New Paradigm for Arithmetic Circuit Design, in Proc. Design, Autom., Test Eur. (DATE '08), Mar. 2008, pp [14] A. Cilardo, A new speculative addition architecture suitable for two's complement operations, in Proc. Design, Autom., Test Eur. Conf. Exhib. (DATE '09), Apr. 2009, pp [15] K. Du, P. Varman, and K. Mohanram, High performance reliable variable latency carry select addition, in Proc. Design, Autom., Test Eur. Conf. Exhib. (DATE '12), Mar. 2012, pp [16] S. K. Mathew, R. K. Krishnamurthy, M. A. Anders, R. Rios, K. R.Mistry, and K. Soumyanath, Sub-500-ps 64-b ALUs in m SOI/ bulk CMOS: Design and scaling trends, IEEE J. Solid-State Circuits, vol. 36, no. 11, pp , Nov [17] B. Parhami, Computer Arithmetic: Algorithms and Hardware Design. New York: Oxford Univ. Press, [18] A. Tyagi, A reduced-area scheme for carry-select adders, IEEE Trans. Comput., vol. 42, no. 10, pp , Oct [19] Darjn Esposito, Davide De Caro, Ettore Napoli, Nicola Petra, and Antonio Giuseppe Maria Strollo, Variable Latency Speculative Han-Carlson Adder, IEEE Trans. Circuits and Systems, vol. 62, no. 5, pp , May ISSN: Page 6

Area Efficient Speculative Han-Carlson Adder

Area Efficient Speculative Han-Carlson Adder 2017 IJSRST Volume 3 Issue 7 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Area Efficient Speculative Han-Carlson Adder A. Dhanunjaya Reddy PG scholar, JNTUA College

More information

Performance Enhancement of Han-Carlson Adder

Performance Enhancement of Han-Carlson Adder Performance Enhancement of Han-Carlson Adder Subha Jeyamala K 2, Aswathy B.S 1 Abstract:- To make addition operations more efficient parallel prefix addition is a better method. In this paper 16-bit parallel

More information

Design of Efficient Han-Carlson-Adder

Design of Efficient Han-Carlson-Adder Design of Efficient Han-Carlson-Adder S. Sri Katyayani Dept of ECE Narayana Engineering College, Nellore Dr.M.Chandramohan Reddy Dept of ECE Narayana Engineering College, Nellore Murali.K HoD, Dept of

More information

High Speed Speculative Multiplier Using 3 Step Speculative Carry Save Reduction Tree

High Speed Speculative Multiplier Using 3 Step Speculative Carry Save Reduction Tree High Speed Speculative Multiplier Using 3 Step Speculative Carry Save Reduction Tree Alfiya V M, Meera Thampy Student, Dept. of ECE, Sree Narayana Gurukulam College of Engineering, Kadayiruppu, Ernakulam,

More information

Parallel Prefix Han-Carlson Adder

Parallel Prefix Han-Carlson Adder Parallel Prefix Han-Carlson Adder Priyanka Polneti,P.G.STUDENT,Kakinada Institute of Engineering and Technology for women, Korangi. TanujaSabbeAsst.Prof, Kakinada Institute of Engineering and Technology

More information

A Taxonomy of Parallel Prefix Networks

A Taxonomy of Parallel Prefix Networks A Taxonomy of Parallel Prefix Networks David Harris Harvey Mudd College / Sun Microsystems Laboratories 31 E. Twelfth St. Claremont, CA 91711 David_Harris@hmc.edu Abstract - Parallel prefix networks are

More information

An Optimized Design of High-Speed and Energy- Efficient Carry Skip Adder with Variable Latency Extension

An Optimized Design of High-Speed and Energy- Efficient Carry Skip Adder with Variable Latency Extension An Optimized Design of High-Speed and Energy- Efficient Carry Skip Adder with Variable Latency Extension Monisha.T.S 1, Senthil Prakash.K 2 1 PG Student, ECE, Velalar College of Engineering and Technology

More information

A Novel Approach For Designing A Low Power Parallel Prefix Adders

A Novel Approach For Designing A Low Power Parallel Prefix Adders A Novel Approach For Designing A Low Power Parallel Prefix Adders R.Chaitanyakumar M Tech student, Pragati Engineering College, Surampalem (A.P, IND). P.Sunitha Assistant Professor, Dept.of ECE Pragati

More information

Design of Roba Mutiplier Using Booth Signed Multiplier and Brent Kung Adder

Design of Roba Mutiplier Using Booth Signed Multiplier and Brent Kung Adder International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 7 Issue 4 Ver. II April 2018 PP 08-14 Design of Roba Mutiplier Using Booth Signed

More information

Analysis of Parallel Prefix Adders

Analysis of Parallel Prefix Adders Analysis of Parallel Prefix Adders T.Sravya M.Tech (VLSI) C.M.R Institute of Technology, Hyderabad. D. Chandra Mohan Assistant Professor C.M.R Institute of Technology, Hyderabad. Dr.M.Gurunadha Babu, M.Tech,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DESIGN OF A CARRY TREE ADDER VISHAL R. NAIK 1, SONIA KUWELKAR 2 1. Microelectronics

More information

Efficient Implementation of Parallel Prefix Adders Using Verilog HDL

Efficient Implementation of Parallel Prefix Adders Using Verilog HDL Efficient Implementation of Parallel Prefix Adders Using Verilog HDL D Harish Kumar, MTech Student, Department of ECE, Jawaharlal Nehru Institute Of Technology, Hyderabad. ABSTRACT In Very Large Scale

More information

An Optimized Wallace Tree Multiplier using Parallel Prefix Han-Carlson Adder for DSP Processors

An Optimized Wallace Tree Multiplier using Parallel Prefix Han-Carlson Adder for DSP Processors An Optimized Wallace Tree Multiplier using Parallel Prefix Han-Carlson Adder for DSP Processors T.N.Priyatharshne Prof. L. Raja, M.E, (Ph.D) A. Vinodhini ME VLSI DESIGN Professor, ECE DEPT ME VLSI DESIGN

More information

Design Of 64-Bit Parallel Prefix VLSI Adder For High Speed Arithmetic Circuits

Design Of 64-Bit Parallel Prefix VLSI Adder For High Speed Arithmetic Circuits International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 1 Issue 8 ǁ Dec 2013 ǁ PP.28-32 Design Of 64-Bit Parallel Prefix VLSI Adder

More information

Design of High Speed and Low Power Adder by using Prefix Tree Structure

Design of High Speed and Low Power Adder by using Prefix Tree Structure Design of High Speed and Low Power Adder by using Prefix Tree Structure V.N.SREERAMULU Abstract In the technological world development in the field of nanometer technology leads to maximize the speed and

More information

A Novel High-Speed, Higher-Order 128 bit Adders for Digital Signal Processing Applications Using Advanced EDA Tools

A Novel High-Speed, Higher-Order 128 bit Adders for Digital Signal Processing Applications Using Advanced EDA Tools A Novel High-Speed, Higher-Order 128 bit Adders for Digital Signal Processing Applications Using Advanced EDA Tools K.Sravya [1] M.Tech, VLSID Shri Vishnu Engineering College for Women, Bhimavaram, West

More information

Area Delay Efficient Novel Adder By QCA Technology

Area Delay Efficient Novel Adder By QCA Technology Area Delay Efficient Novel Adder By QCA Technology 1 Mohammad Mahad, 2 Manisha Waje 1 Research Student, Department of ETC, G.H.Raisoni College of Engineering, Pune, India 2 Assistant Professor, Department

More information

Implementation of 256-bit High Speed and Area Efficient Carry Select Adder

Implementation of 256-bit High Speed and Area Efficient Carry Select Adder Implementation of 5-bit High Speed and Area Efficient Carry Select Adder C. Sudarshan Babu, Dr. P. Ramana Reddy, Dept. of ECE, Jawaharlal Nehru Technological University, Anantapur, AP, India Abstract Implementation

More information

Design and Implementation of Wallace Tree Multiplier Using Kogge Stone Adder and Brent Kung Adder

Design and Implementation of Wallace Tree Multiplier Using Kogge Stone Adder and Brent Kung Adder International Journal of Emerging Engineering Research and Technology Volume 3, Issue 8, August 2015, PP 110-116 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Design and Implementation of Wallace Tree

More information

A Novel 128-Bit QCA Adder

A Novel 128-Bit QCA Adder International Journal of Emerging Engineering Research and Technology Volume 2, Issue 5, August 2014, PP 81-88 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) A Novel 128-Bit QCA Adder V Ravichandran

More information

Design and Implementation of High Speed Area Efficient Carry Select Adder Using Spanning Tree Adder Technique

Design and Implementation of High Speed Area Efficient Carry Select Adder Using Spanning Tree Adder Technique 2018 IJSRST Volume 4 Issue 11 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology DOI : https://doi.org/10.32628/ijsrst184114 Design and Implementation of High Speed Area

More information

PERFORMANCE IMPROVEMENT AND AREA OPTIMIZATION OF CARRY SPECULATIVE ADDITION USING MODIFIED CARRY GENERATORS

PERFORMANCE IMPROVEMENT AND AREA OPTIMIZATION OF CARRY SPECULATIVE ADDITION USING MODIFIED CARRY GENERATORS 60 PERFORMANCE IMPROVEMENT AND AREA OPTIMIZATION OF CARRY SPECULATIVE ADDITION USING MODIFIED CARRY GENERATORS Y PRUDHVI BHASKAR Department of ECE, SASI Institute of Technology and Engineering, Tadepalligudem,

More information

High performance Radix-16 Booth Partial Product Generator for 64-bit Binary Multipliers

High performance Radix-16 Booth Partial Product Generator for 64-bit Binary Multipliers High performance Radix-16 Booth Partial Product Generator for 64-bit Binary Multipliers Dharmapuri Ranga Rajini 1 M.Ramana Reddy 2 rangarajini.d@gmail.com 1 ramanareddy055@gmail.com 2 1 PG Scholar, Dept

More information

Design and Implementation of Truncated Multipliers for Precision Improvement and Its Application to a Filter Structure

Design and Implementation of Truncated Multipliers for Precision Improvement and Its Application to a Filter Structure Vol. 2, Issue. 6, Nov.-Dec. 2012 pp-4736-4742 ISSN: 2249-6645 Design and Implementation of Truncated Multipliers for Precision Improvement and Its Application to a Filter Structure R. Devarani, 1 Mr. C.S.

More information

Design and Estimation of delay, power and area for Parallel prefix adders

Design and Estimation of delay, power and area for Parallel prefix adders Design and Estimation of delay, power and area for Parallel prefix adders Abstract: Attunuri Anusha M.Tech Student, Vikas Group Of Institutions, Nunna,Vijayawada. In Very Large Scale Integration (VLSI)

More information

Design and Implementation of Hybrid Parallel Prefix Adder

Design and Implementation of Hybrid Parallel Prefix Adder International Journal of Emerging Engineering Research and Technology Volume 3, Issue 8, August 2015, PP 117-124 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Design and Implementation of Hybrid Parallel

More information

Design and Comparative Analysis of Conventional Adders and Parallel Prefix Adders K. Madhavi 1, Kuppam N Chandrasekar 2

Design and Comparative Analysis of Conventional Adders and Parallel Prefix Adders K. Madhavi 1, Kuppam N Chandrasekar 2 Design and Comparative Analysis of Conventional Adders and Parallel Prefix Adders K. Madhavi 1, Kuppam N Chandrasekar 2 1 M.Tech scholar, GVIC, Madhanapally, A.P, India 2 Assistant Professor, Dept. of

More information

JDT EFFECTIVE METHOD FOR IMPLEMENTATION OF WALLACE TREE MULTIPLIER USING FAST ADDERS

JDT EFFECTIVE METHOD FOR IMPLEMENTATION OF WALLACE TREE MULTIPLIER USING FAST ADDERS JDT-002-2013 EFFECTIVE METHOD FOR IMPLEMENTATION OF WALLACE TREE MULTIPLIER USING FAST ADDERS E. Prakash 1, R. Raju 2, Dr.R. Varatharajan 3 1 PG Student, Department of Electronics and Communication Engineeering

More information

Implementation and Performance Evaluation of Prefix Adders uing FPGAs

Implementation and Performance Evaluation of Prefix Adders uing FPGAs IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) ISSN: 2319 4200, ISBN No. : 2319 4197 Volume 1, Issue 1 (Sep-Oct. 2012), PP 51-57 Implementation and Performance Evaluation of Prefix Adders uing

More information

Design A Redundant Binary Multiplier Using Dual Logic Level Technique

Design A Redundant Binary Multiplier Using Dual Logic Level Technique Design A Redundant Binary Multiplier Using Dual Logic Level Technique Sreenivasa Rao Assistant Professor, Department of ECE, Santhiram Engineering College, Nandyala, A.P. Jayanthi M.Tech Scholar in VLSI,

More information

A CASE STUDY OF CARRY SKIP ADDER AND DESIGN OF FEED-FORWARD MECHANISM TO IMPROVE THE SPEED OF CARRY CHAIN

A CASE STUDY OF CARRY SKIP ADDER AND DESIGN OF FEED-FORWARD MECHANISM TO IMPROVE THE SPEED OF CARRY CHAIN Volume 117 No. 17 2017, 91-99 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A CASE STUDY OF CARRY SKIP ADDER AND DESIGN OF FEED-FORWARD MECHANISM

More information

Binary Adder- Subtracter in QCA

Binary Adder- Subtracter in QCA Binary Adder- Subtracter in QCA Kalahasti. Tanmaya Krishna Electronics and communication Engineering Sri Vishnu Engineering College for Women Bhimavaram, India Abstract: In VLSI fabrication, the chip size

More information

Area Power and Delay Efficient Carry Select Adder (CSLA) Using Bit Excess Technique

Area Power and Delay Efficient Carry Select Adder (CSLA) Using Bit Excess Technique Area Power and Delay Efficient Carry Select Adder (CSLA) Using Bit Excess Technique G. Sai Krishna Master of Technology VLSI Design, Abstract: In electronics, an adder or summer is digital circuits that

More information

Survey of VLSI Adders

Survey of VLSI Adders Survey of VLSI Adders Swathy.S 1, Vivin.S 2, Sofia Jenifer.S 3, Sinduja.K 3 1UG Scholar, Dept. of Electronics and Communication Engineering, SNS College of Technology, Coimbatore- 641035, Tamil Nadu, India

More information

Design and Implementation of Complex Multiplier Using Compressors

Design and Implementation of Complex Multiplier Using Compressors Design and Implementation of Complex Multiplier Using Compressors Abstract: In this paper, a low-power high speed Complex Multiplier using compressor circuit is proposed for fast digital arithmetic integrated

More information

Performance Analysis of Advanced Adders Under Changing Technologies

Performance Analysis of Advanced Adders Under Changing Technologies Performance Analysis of Advanced s Under Changing Technologies H.V Ravish Aradhya 1, Apoorva Raghunandan 2 1,2 Department of Electronics and Communication Engineering R V College of Engineering, Bangalore,

More information

AREA AND DELAY EFFICIENT DESIGN FOR PARALLEL PREFIX FINITE FIELD MULTIPLIER

AREA AND DELAY EFFICIENT DESIGN FOR PARALLEL PREFIX FINITE FIELD MULTIPLIER AREA AND DELAY EFFICIENT DESIGN FOR PARALLEL PREFIX FINITE FIELD MULTIPLIER 1 CH.JAYA PRAKASH, 2 P.HAREESH, 3 SK. FARISHMA 1&2 Assistant Professor, Dept. of ECE, 3 M.Tech-Student, Sir CR Reddy College

More information

ISSN:

ISSN: 421 DESIGN OF BRAUN S MULTIPLIER USING HAN CARLSON AND LADNER FISCHER ADDERS CHETHAN BR 1, NATARAJ KR 2 Dept of ECE, SJBIT, Bangalore, INDIA 1 chethan.br44@gmail.com, 2 nataraj.sjbit@gmail.com ABSTRACT

More information

High Performance Vedic Multiplier Using Han- Carlson Adder

High Performance Vedic Multiplier Using Han- Carlson Adder High Performance Vedic Multiplier Using Han- Carlson Adder Gijin V George Department of Electronics & Communication Engineering Rajagiri School of Engineering & Technology Kochi, India Anoop Thomas Department

More information

A Novel Design of High-Speed Carry Skip Adder Operating Under a Wide Range of Supply Voltages

A Novel Design of High-Speed Carry Skip Adder Operating Under a Wide Range of Supply Voltages A Novel Design of High-Speed Carry Skip Adder Operating Under a Wide Range of Supply Voltages Jalluri srinivisu,(m.tech),email Id: jsvasu494@gmail.com Ch.Prabhakar,M.tech,Assoc.Prof,Email Id: skytechsolutions2015@gmail.com

More information

High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL

High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL E.Sangeetha 1 ASP and D.Tharaliga 2 Department of Electronics and Communication Engineering, Tagore College of Engineering and Technology,

More information

DESIGN AND IMPLEMENTATION OF 128-BIT QUANTUM-DOT CELLULAR AUTOMATA ADDER

DESIGN AND IMPLEMENTATION OF 128-BIT QUANTUM-DOT CELLULAR AUTOMATA ADDER DESIGN AND IMPLEMENTATION OF 128-BIT QUANTUM-DOT CELLULAR AUTOMATA ADDER 1 K.RAVITHEJA, 2 G.VASANTHA, 3 I.SUNEETHA 1 student, Dept of Electronics & Communication Engineering, Annamacharya Institute of

More information

Design of Baugh Wooley Multiplier with Adaptive Hold Logic. M.Kavia, V.Meenakshi

Design of Baugh Wooley Multiplier with Adaptive Hold Logic. M.Kavia, V.Meenakshi International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 105 Design of Baugh Wooley Multiplier with Adaptive Hold Logic M.Kavia, V.Meenakshi Abstract Mostly, the overall

More information

ADVANCED DIGITAL DESIGN OF CARRY SKIP ADDER WITH HYBRID METHOD FOR FIELD PROGRAMMABLE GATE ARRAY 1

ADVANCED DIGITAL DESIGN OF CARRY SKIP ADDER WITH HYBRID METHOD FOR FIELD PROGRAMMABLE GATE ARRAY 1 ADVANCED DIGITAL DESIGN OF CARRY SKIP ADDER WITH HYBRID METHOD FOR FIELD PROGRAMMABLE GATE ARRAY 1 ELSA THOMAS, 2 NIDIYA HABEEB 1,2 ELECTRONICS AND COMMUNICATION ENGINEERING 1 MUSALIAR COLLEGE OF ENGINEERING

More information

Design and Implementation of High Speed Carry Select Adder

Design and Implementation of High Speed Carry Select Adder Design and Implementation of High Speed Carry Select Adder P.Prashanti Digital Systems Engineering (M.E) ECE Department University College of Engineering Osmania University, Hyderabad, Andhra Pradesh -500

More information

Review Paper on an Efficient Processing by Linear Convolution using Vedic Mathematics

Review Paper on an Efficient Processing by Linear Convolution using Vedic Mathematics Review Paper on an Efficient Processing by Linear Convolution using Vedic Mathematics Taruna Patil, Dr. Vineeta Saxena Nigam Electronics & Communication Dept. UIT, RGPV, Bhopal Abstract In this Technical

More information

PROMINENT SPEED ARITHMETIC UNIT ARCHITECTURE FOR PROFICIENT ALU

PROMINENT SPEED ARITHMETIC UNIT ARCHITECTURE FOR PROFICIENT ALU PROMINENT SPEED ARITHMETIC UNIT ARCHITECTURE FOR PROFICIENT ALU R. Rashvenee, D. Roshini Keerthana, T. Ravi and P. Umarani Department of Electronics and Communication Engineering, Sathyabama University,

More information

Efficient Shift-Add Multiplier Design Using Parallel Prefix Adder

Efficient Shift-Add Multiplier Design Using Parallel Prefix Adder IJCTA, 9(39), 2016, pp. 45-53 International Science Press Closed Loop Control of Soft Switched Forward Converter Using Intelligent Controller 45 Efficient Shift-Add Multiplier Design Using Parallel Prefix

More information

64 Bit Pipelined Hybrid Sparse Kogge-Stone Adder Using Different Valance

64 Bit Pipelined Hybrid Sparse Kogge-Stone Adder Using Different Valance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 12, December 2015, PP 22-28 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) 64 Bit Pipelined Hybrid Sparse

More information

A Novel Hybrid Parallel-Prefix Adder Architecture With Efficient Timing-Area Characteristic

A Novel Hybrid Parallel-Prefix Adder Architecture With Efficient Timing-Area Characteristic 326 IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 16, NO. 3, MARCH 2008 [8] G. Dimitrakopoulos and D. Nikolos, High-speed parallel-prefix VLSI Ling adders, IEEE Trans. Comput.,

More information

Power Efficient and High Speed Carry Skip Adder using Binary to Excess One Converter

Power Efficient and High Speed Carry Skip Adder using Binary to Excess One Converter Power Efficient and High Speed Carry Skip Adder using Binary to Excess One Converter Sanyukta Vijaykumar Chahande Research Scholar (M.tech), Dept of ECE Anjuman College of Engineering and Technology Nagpur,

More information

Comparative Analysis of Various Adders using VHDL

Comparative Analysis of Various Adders using VHDL International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-3, Issue-4, April 2015 Comparative Analysis of Various s using VHDL Komal M. Lineswala, Zalak M. Vyas Abstract

More information

Design and Implementation of a delay and area efficient 32x32bit Vedic Multiplier using Brent Kung Adder

Design and Implementation of a delay and area efficient 32x32bit Vedic Multiplier using Brent Kung Adder Design and Implementation of a delay and area efficient 32x32bit Vedic Multiplier using Brent Kung Adder #1 Ayushi Sharma, #2 Er. Ajit Singh #1 M.Tech. Student, #2 Assistant Professor and Faculty Guide,

More information

Implementation of 32-Bit Carry Select Adder using Brent-Kung Adder

Implementation of 32-Bit Carry Select Adder using Brent-Kung Adder Journal From the SelectedWorks of Kirat Pal Singh Winter November 17, 2016 Implementation of 32-Bit Carry Select Adder using Brent-Kung Adder P. Nithin, SRKR Engineering College, Bhimavaram N. Udaya Kumar,

More information

An Efficient Higher Order And High Speed Kogge-Stone Based CSLA Using Common Boolean Logic

An Efficient Higher Order And High Speed Kogge-Stone Based CSLA Using Common Boolean Logic RESERCH RTICLE OPEN CCESS n Efficient Higher Order nd High Speed Kogge-Stone Based Using Common Boolean Logic Kuppampati Prasad, Mrs.M.Bharathi M. Tech (VLSI) Student, Sree Vidyanikethan Engineering College

More information

A New Parallel Prefix Adder Structure With Efficient Critical Delay Path And Gradded Bits Efficiency In CMOS 90nm Technology

A New Parallel Prefix Adder Structure With Efficient Critical Delay Path And Gradded Bits Efficiency In CMOS 90nm Technology A New Parallel Prefix Adder Structure With Efficient Critical Delay Path And Gradded Bits Efficiency In CMOS 90nm Technology H. Moqadasi Dept. Elect. Engineering Shahed university Tehran- IRAN h.moqadasi

More information

Design Of Arthematic Logic Unit using GDI adder and multiplexer 1

Design Of Arthematic Logic Unit using GDI adder and multiplexer 1 Design Of Arthematic Logic Unit using GDI adder and multiplexer 1 M.Vishala, 2 Maddana, 1 PG Scholar, Dept of VLSI System Design, Geetanjali college of engineering & technology, 2 HOD Dept of ECE, Geetanjali

More information

Performance Comparison of VLSI Adders Using Logical Effort 1

Performance Comparison of VLSI Adders Using Logical Effort 1 Performance Comparison of VLSI Adders Using Logical Effort 1 Hoang Q. Dao and Vojin G. Oklobdzija Advanced Computer System Engineering Laboratory Department of Electrical and Computer Engineering University

More information

Implementation of 32-Bit Unsigned Multiplier Using CLAA and CSLA

Implementation of 32-Bit Unsigned Multiplier Using CLAA and CSLA Implementation of 32-Bit Unsigned Multiplier Using CLAA and CSLA 1. Vijaya kumar vadladi,m. Tech. Student (VLSID), Holy Mary Institute of Technology and Science, Keesara, R.R. Dt. 2.David Solomon Raju.Y,Associate

More information

HIGH PERFORMANCE BAUGH WOOLEY MULTIPLIER USING CARRY SKIP ADDER STRUCTURE

HIGH PERFORMANCE BAUGH WOOLEY MULTIPLIER USING CARRY SKIP ADDER STRUCTURE HIGH PERFORMANCE BAUGH WOOLEY MULTIPLIER USING CARRY SKIP ADDER STRUCTURE R.ARUN SEKAR 1 B.GOPINATH 2 1Department Of Electronics And Communication Engineering, Assistant Professor, SNS College Of Technology,

More information

Design and Characterization of Parallel Prefix Adders using FPGAs

Design and Characterization of Parallel Prefix Adders using FPGAs Design and Characterization of Parallel Prefix Adders using FPGAs David H. K. Hoe, Chris Martinez and Sri Jyothsna Vundavalli Department of Electrical Engineering The University of Texas, Tyler dhoe@uttyler.edu

More information

Modified Booth Encoding Multiplier for both Signed and Unsigned Radix Based Multi-Modulus Multiplier

Modified Booth Encoding Multiplier for both Signed and Unsigned Radix Based Multi-Modulus Multiplier Modified Booth Encoding Multiplier for both Signed and Unsigned Radix Based Multi-Modulus Multiplier M.Shiva Krushna M.Tech, VLSI Design, Holy Mary Institute of Technology And Science, Hyderabad, T.S,

More information

Efficient Implementation on Carry Select Adder Using Sum and Carry Generation Unit

Efficient Implementation on Carry Select Adder Using Sum and Carry Generation Unit International Journal of Emerging Engineering Research and Technology Volume 3, Issue 9, September, 2015, PP 77-82 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Efficient Implementation on Carry Select

More information

Design and Implementation of 128-bit SQRT-CSLA using Area-delaypower efficient CSLA

Design and Implementation of 128-bit SQRT-CSLA using Area-delaypower efficient CSLA International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Volume: 3 Issue: 8 Aug-26 www.irjet.net p-issn: 2395-72 Design and Implementation of 28-bit SQRT-CSLA using Area-delaypower

More information

Design and implementation of Parallel Prefix Adders using FPGAs

Design and implementation of Parallel Prefix Adders using FPGAs IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 5 (Jul. - Aug. 2013), PP 41-48 Design and implementation of Parallel Prefix Adders

More information

AN ADVANCED VLSI ARCHITECTURE OF PARALLEL MULTIPLIER BASED ON HIGHER ORDER MODIFIED BOOTH ALGORITHM

AN ADVANCED VLSI ARCHITECTURE OF PARALLEL MULTIPLIER BASED ON HIGHER ORDER MODIFIED BOOTH ALGORITHM International Journal of Industrial Engineering & Technology (IJIET) ISSN 2277-4769 Vol. 3, Issue 3, Aug 2013, 75-80 TJPRC Pvt. Ltd. AN ADVANCED VLSI ARCHITECTURE OF PARALLEL MULTIPLIER BASED ON HIGHER

More information

Design of an optimized multiplier based on approximation logic

Design of an optimized multiplier based on approximation logic ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Design of an optimized multiplier based on approximation logic Dhivya Bharathi

More information

AREA OPTIMIZED ARITHMETIC AND LOGIC UNIT USING LOW POWER 1-BIT FULL ADDER

AREA OPTIMIZED ARITHMETIC AND LOGIC UNIT USING LOW POWER 1-BIT FULL ADDER International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol. 3, Issue 3, Aug 2013, 115-120 TJPRC Pvt. Ltd. AREA OPTIMIZED ARITHMETIC

More information

FPGA IMPLEMENTATION OF 32-BIT WAVE-PIPELINED SPARSE- TREE ADDER

FPGA IMPLEMENTATION OF 32-BIT WAVE-PIPELINED SPARSE- TREE ADDER FPGA IMPLEMENTATION OF 32-BIT WAVE-PIPELINED SPARSE- TREE ADDER Kasharaboina Thrisandhya *1, LathaSahukar *2 1 Post graduate (M.Tech) in ATRI, JNTUH University, Telangana, India. 2 Associate Professor

More information

Implementation Of Radix-10 Matrix Code Using High Speed Adder For Error Correction

Implementation Of Radix-10 Matrix Code Using High Speed Adder For Error Correction Implementation Of Radix-10 Matrix Code Using High Speed For Error Correction Grace Abraham 1, Nimmy M Philip 2, Deepa N R 3 1 M.Tech Student (VLSI & ES), Dept. Of ECE, FISAT, MG University, Kerala, India

More information

2 Assoc Prof, Dept of ECE, George Institute of Engineering & Technology, Markapur, AP, India,

2 Assoc Prof, Dept of ECE, George Institute of Engineering & Technology, Markapur, AP, India, ISSN 2319-8885 Vol.03,Issue.30 October-2014, Pages:5968-5972 www.ijsetr.com Low Power and Area-Efficient Carry Select Adder THANNEERU DHURGARAO 1, P.PRASANNA MURALI KRISHNA 2 1 PG Scholar, Dept of DECS,

More information

A Survey on A High Performance Approximate Adder And Two High Performance Approximate Multipliers

A Survey on A High Performance Approximate Adder And Two High Performance Approximate Multipliers IOSR Journal of Business and Management (IOSR-JBM) e-issn: 2278-487X, p-issn: 2319-7668 PP 43-50 www.iosrjournals.org A Survey on A High Performance Approximate Adder And Two High Performance Approximate

More information

Design and Implementation of High Speed Carry Select Adder Korrapatti Mohammed Ghouse 1 K.Bala. 2

Design and Implementation of High Speed Carry Select Adder Korrapatti Mohammed Ghouse 1 K.Bala. 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 07, 2015 ISSN (online): 2321-0613 Design and Implementation of High Speed Carry Select Adder Korrapatti Mohammed Ghouse

More information

IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA

IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA Sooraj.N.P. PG Scholar, Electronics & Communication Dept. Hindusthan Institute of Technology, Coimbatore,Anna University ABSTRACT Multiplications

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March-2016 ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March-2016 ISSN ISSN 2229-5518 159 EFFICIENT AND ENHANCED CARRY SELECT ADDER FOR MULTIPURPOSE APPLICATIONS A.RAMESH Asst. Professor, E.C.E Department, PSCMRCET, Kothapet, Vijayawada, A.P, India. rameshavula99@gmail.com

More information

Pre Layout And Post Layout Analysis Of Parallel Counter Architecture Based On State Look-Ahead Logic

Pre Layout And Post Layout Analysis Of Parallel Counter Architecture Based On State Look-Ahead Logic Pre Layout And Post Layout Analysis Of Parallel Counter Architecture Based On State Look-Ahead Logic Ulala N Ch Mouli Yadav, J.Samson Immanuel Abstract The main objective of this project presents designing

More information

A Family of Parallel-Prefix Modulo 2 n 1 Adders

A Family of Parallel-Prefix Modulo 2 n 1 Adders A Family of Parallel-Prefix Modulo n Adders G. Dimitrakopoulos,H.T.Vergos, D. Nikolos, and C. Efstathiou Computer Engineering and Informatics Dept., University of Patras, Patras, Greece Computer Technology

More information

A New Configurable Full Adder For Low Power Applications

A New Configurable Full Adder For Low Power Applications A New Configurable Full Adder For Low Power Applications Astha Sharma 1, Zoonubiya Ali 2 PG Student, Department of Electronics & Telecommunication Engineering, Disha Institute of Management & Technology

More information

EE878 Special Topics in VLSI. Computer Arithmetic for Digital Signal Processing

EE878 Special Topics in VLSI. Computer Arithmetic for Digital Signal Processing EE878 Special Topics in VLSI Computer Arithmetic for Digital Signal Processing Part 5b Fast Addition - II Spring 2017 Koren Part.5b.1 Carry-Look-Ahead Addition Revisited Generalizing equations for fast

More information

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Digital Computer Arithmetic ECE 666

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Digital Computer Arithmetic ECE 666 UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering Digital Computer Arithmetic ECE 666 Part 5b Fast Addition - II Israel Koren ECE666/Koren Part.5b.1 Carry-Look-Ahead Addition Revisited

More information

An Design of Radix-4 Modified Booth Encoded Multiplier and Optimised Carry Select Adder Design for Efficient Area and Delay

An Design of Radix-4 Modified Booth Encoded Multiplier and Optimised Carry Select Adder Design for Efficient Area and Delay An Design of Radix-4 Modified Booth Encoded Multiplier and Optimised Carry Select Adder Design for Efficient Area and Delay 1. K. Nivetha, PG Scholar, Dept of ECE, Nandha Engineering College, Erode. 2.

More information

www.semargroups.org ISSN 2319-8885 Vol.02,Issue.06, July-2013, Pages:467-479 Design and Characterization of Sparse Kogge Stone Parallel Prefix Adder Using FPGA E.SREENIVASA GOUD 1, P.C.PRAVEEN KUMAR 2

More information

Reducing the Computation Time in Two s Complement Multipliers A. Hari Priya 1 1 Assistant Professor, Dept. of ECE,

Reducing the Computation Time in Two s Complement Multipliers A. Hari Priya 1 1 Assistant Professor, Dept. of ECE, SSRG International Journal of VLSI & Signal Processing (SSRG-IJVSP) volume 2 Issue 3 Sep to Dec 25 Reducing the Computation Time in Two s Complement Multipliers A. Hari Priya Assistant Professor, Dept.

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DESIGN OF LOW POWER MULTIPLIERS USING APPROXIMATE ADDER MR. PAWAN SONWANE 1, DR.

More information

Design of Parallel Prefix Tree Based High Speed Scalable CMOS Comparator for converters

Design of Parallel Prefix Tree Based High Speed Scalable CMOS Comparator for converters Design of Parallel Prefix Tree Based High Speed Scalable CMOS Comparator for converters 1 M. Gokilavani PG Scholar, Department of ECE, Indus College of Engineering, Coimbatore, India. 2 P. Niranjana Devi

More information

Design of Efficient 32-Bit Parallel PrefixBrentKung Adder

Design of Efficient 32-Bit Parallel PrefixBrentKung Adder Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 10 (2017) pp. 3103-3109 Research India Publications http://www.ripublication.com Design of Efficient 32-Bit Parallel PrefixBrentKung

More information

A Novel Approach to 32-Bit Approximate Adder

A Novel Approach to 32-Bit Approximate Adder A Novel Approach to 32-Bit Approximate Adder Shalini Singh 1, Ghanshyam Jangid 2 1 Department of Electronics and Communication, Gyan Vihar University, Jaipur, Rajasthan, India 2 Assistant Professor, Department

More information

Area-Delay Efficient Binary Adders in QCA

Area-Delay Efficient Binary Adders in QCA RESEARCH ARTICLE OPEN ACCESS Area-Delay Efficient Binary Adders in QCA Vikram. Gowda Research Scholar, Dept of ECE, KMM Institute of Technology and Science, Tirupathi, AP, India. ABSTRACT In this paper,

More information

Design and Analysis of CMOS based Low Power Carry Select Full Adder

Design and Analysis of CMOS based Low Power Carry Select Full Adder Design and Analysis of CMOS based Low Power Carry Select Full Adder Mayank Sharma 1, Himanshu Prakash Rajput 2 1 Department of Electronics & Communication Engineering Hindustan College of Science & Technology,

More information

High Performance Low-Power Signed Multiplier

High Performance Low-Power Signed Multiplier High Performance Low-Power Signed Multiplier Amir R. Attarha Mehrdad Nourani VLSI Circuits & Systems Laboratory Department of Electrical and Computer Engineering University of Tehran, IRAN Email: attarha@khorshid.ece.ut.ac.ir

More information

Power Efficient Weighted Modulo 2 n +1 Adder

Power Efficient Weighted Modulo 2 n +1 Adder Power Efficient Weighted Modulo 2 n +1 Adder C.Venkataiah #1 C.Vijaya Bharathi *2 M.Narasimhulu #3 # Assistant Professor, Dept. Of Electronics &Communication Engg, RGMCET, Nandyal, Kurnool (dist),andhra

More information

DESIGN & IMPLEMENTATION OF FIXED WIDTH MODIFIED BOOTH MULTIPLIER

DESIGN & IMPLEMENTATION OF FIXED WIDTH MODIFIED BOOTH MULTIPLIER DESIGN & IMPLEMENTATION OF FIXED WIDTH MODIFIED BOOTH MULTIPLIER 1 SAROJ P. SAHU, 2 RASHMI KEOTE 1 M.tech IVth Sem( Electronics Engg.), 2 Assistant Professor,Yeshwantrao Chavan College of Engineering,

More information

FOR HIGH SPEED LOW POWER APPLICATIONS USING RADIX-4 MODIFIED BOOTH ENCODER

FOR HIGH SPEED LOW POWER APPLICATIONS USING RADIX-4 MODIFIED BOOTH ENCODER International Journal of Advancements in Research & Technology, Volume 4, Issue 6, June -2015 31 A SPST BASED 16x16 MULTIPLIER FOR HIGH SPEED LOW POWER APPLICATIONS USING RADIX-4 MODIFIED BOOTH ENCODER

More information

AN EFFICIENT APPROACH TO MINIMIZE POWER AND AREA IN CARRY SELECT ADDER USING BINARY TO EXCESS ONE CONVERTER

AN EFFICIENT APPROACH TO MINIMIZE POWER AND AREA IN CARRY SELECT ADDER USING BINARY TO EXCESS ONE CONVERTER AN EFFICIENT APPROACH TO MINIMIZE POWER AND AREA IN CARRY SELECT ADDER USING BINARY TO EXCESS ONE CONVERTER K. RAMAMOORTHY 1 T. CHELLADURAI 2 V. MANIKANDAN 3 1 Department of Electronics and Communication

More information

Efficient Optimization of Carry Select Adder

Efficient Optimization of Carry Select Adder International Journal of Emerging Engineering Research and Technology Volume 3, Issue 6, June 2015, PP 25-30 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Efficient Optimization of Carry Select Adder

More information

PERFORMANCE COMPARISON OF HIGHER RADIX BOOTH MULTIPLIER USING 45nm TECHNOLOGY

PERFORMANCE COMPARISON OF HIGHER RADIX BOOTH MULTIPLIER USING 45nm TECHNOLOGY PERFORMANCE COMPARISON OF HIGHER RADIX BOOTH MULTIPLIER USING 45nm TECHNOLOGY JasbirKaur 1, Sumit Kumar 2 Asst. Professor, Department of E & CE, PEC University of Technology, Chandigarh, India 1 P.G. Student,

More information

Design of 64-Bit Low Power ALU for DSP Applications

Design of 64-Bit Low Power ALU for DSP Applications Design of 64-Bit Low Power ALU for DSP Applications J. Nandini 1, V.V.M.Krishna 2 1 M.Tech Scholar [VLSI Design], Department of ECE, KECW, Narasaraopet, A.P., India 2 Associate Professor, Department of

More information

A High Speed Wallace Tree Multiplier Using Modified Booth Algorithm for Fast Arithmetic Circuits

A High Speed Wallace Tree Multiplier Using Modified Booth Algorithm for Fast Arithmetic Circuits IOSR Journal of Electronics and Communication Engineering (IOSRJECE) ISSN: 2278-2834, ISBN No: 2278-8735 Volume 3, Issue 1 (Sep-Oct 2012), PP 07-11 A High Speed Wallace Tree Multiplier Using Modified Booth

More information

Key words High speed arithmetic, error tolerant technique, power dissipation, Digital Signal Processi (DSP),

Key words High speed arithmetic, error tolerant technique, power dissipation, Digital Signal Processi (DSP), Volume 4, Issue 9, September 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Enhancement

More information

AN EFFICIENT DESIGN OF ROBA MULTIPLIERS 1 BADDI. MOUNIKA, 2 V. RAMA RAO M.Tech, Assistant professor

AN EFFICIENT DESIGN OF ROBA MULTIPLIERS 1 BADDI. MOUNIKA, 2 V. RAMA RAO M.Tech, Assistant professor AN EFFICIENT DESIGN OF ROBA MULTIPLIERS 1 BADDI. MOUNIKA, 2 V. RAMA RAO M.Tech, Assistant professor 1,2 Eluru College of Engineering and Technology, Duggirala, Pedavegi, West Godavari, Andhra Pradesh,

More information