High Speed Energy Efficient Static Segment Adder for Approximate Computing Applications

Size: px
Start display at page:

Download "High Speed Energy Efficient Static Segment Adder for Approximate Computing Applications"

Transcription

1 J Electron Test (2017) 33: DOI /s High Speed Energy Efficient Static Segment Adder for Approximate Computing Applications R. Jothin 1 & C. Vasanthanayaki 2 Received: 10 September 2016 /Accepted: 19 December 2016 /Published online: 7 January 2017 # Springer ScienceBusiness Media New York 2017 Abstract Real time high quantity digital data computing design needs to achieve high performance with required accuracy range. The constraints involved with high performance are low power consumption, area efficiency and high speed. This paper proposes a design of high speed energy efficient Static Segment Adder (SSA), which improves the overall performance based on static segmentation. Accuracy Adjustment Logic (AAL) is incorporated to improve the accuracy derived from negating lower order bytes of input operands. In this paper, an integration of static segment method and accuracy adjustment logic is used to achieve computational accuracy for error tolerant applications. The proposed adder design enables to provide high speed and energy efficiency through the static segmentation method. Image enhancement operation is carried out using proposed SSA design. In this method, 99.4% overall computational accuracy for 16-bit addition even with 8-bit adder can be achieved. Keywords Static segment adder. Accuracy adjustment logic. Significance probability. Approximate computing. Computational accuracy Responsible Editor: S. Sindia * R. Jothin joejothin@gmail.com C. Vasanthanayaki vasanthi@gct.ac.in 1 Introduction In many Very Large-Scale Integrated (VLSI) systems such as application-specific Digital Signal Processing (DSP), the circuit is implemented for filtering, encryption or time to frequency or frequency to time domain transformations. Most critical functional units of these architectures, which performance is totally depended upon are adders. If adders are too slow or consume more energy, then the performance of the design will be degraded. Approximate addition has been carried out as a means of achieving area, power and speed improvements at the cost of accuracy in the field of digital video and audio signal processor design [1, 2, 5]. In this work, an accuracy improvement static segment approximate addition technique that is based on the significance probability by negating lower order bytes of input information to achieve the required computational accuracy for human perception interfaced applications is proposed. The proposed design is incorporated with spatial domain image enhancement technique, which operates directly on pixels and gives a quantitative measure for human perception. This paper is organised as follows: Section 2 details the related adder theory; Section 3 explains the proposed high speed energy efficient static segment adder (SSA) architecture and algorithm; Section 4 analyzes the simulation results of adders; Section 5 demonstrates the application of proposed SSA in approximate computing and Section 6 concludes this paper. 2 Related Adder Theory 1 2 Department of Electronics and Communication Engineering, KGiSL Institute of Technology, Coimbatore, India Department of Electronics and Communication Engineering, Government College of Technology, Coimbatore, India Accurate computation is required for certain applications to provide high accuracy results, but has area overhead, energy inefficiency and speed degradation. In conventional carrylookahead (CLA) and carry select adder (CSLA) designs,

2 126 J Electron Test (2017) 33: the logic depth and area are proportional to log 2 NandNlog 2 N respectively, where N is the bit-size of the adder [15]. A carryselect adder has 40% to 90% faster speed than ripple carry adder by performing additions in parallel and reducing the maximum carry path. Carry skip adder design uses skip propagation carry logic to speed up the addition operation by adding a propagation carry around a portion of entire adder [9]. The area complexity and power dissipation of these adders are high for large N. In different circumstances, the computation accuracy of an application may vary significantly so that an inaccurate computation may meet the required computational quality range. Normally, two types of approximation design methodologies are used to improve energy efficiency and speed [6, 8]. The first design method uses a voltage-over-scaling (VOS) for energy efficient CMOS circuits. The second one is based on redesigning logic architecture into an approximate design. Approximate hardware is used to get a result faster than a conventional unit, and has applications to design for a high performance which might be error tolerant to some threshold for approximate result instead of using more time, energy and area to obtain the accurate result [7, 11]. However, approximate arithmetic can be used in other applications where low latency is important, and small errors can be tolerated in high volume digital data computing devices [3, 4, 12]. Speculative adders are used to reduce the critical path delay but the hardware overhead is high [13]. Variable latency speculative adder (VLSA) improves speed with an error detection and recovery scheme [10]. In a segmentation based error tolerant adder (ETA), the input operands are divided into accurate and inaccurate parts as shown in Fig. 1. The normal addition method is used for the higher order bits (accurate part) of the input operands from right to left (LSB to MSB). Ripple carry adder (RCA) is chosen for accurate part of the circuit since it is simplest, saves most power and requires less hardware circuitry (ETA-I). CLA and RCA logic is used in the accurate part for improving the area and speed (ETA-II). Since there is no carry signal generated, the propagation path will not exist. Hence the inaccurate part is divided into two blocks namely, carry free addition block and control block. The function of carry free addition block is to check every bit position from the MSB to LSB. If both input values are B1^, the checking process will be stopped to set the control signal high at this position. All sum bits to the right of this position are set to B1^. If both the input values are B0^ or different, normal XOR is performed and operation proceeds to the next bit position [14]. The limitation of the design is complexity to generate control signals from the Control Signal Generating Cell (CSGCs) and each cell generates a control signal for the modified XOR gate at the corresponding bit position in carry free addition block in the inaccurate part. Energy efficient low power error tolerant adder (ELAETA-I or ELAETA-II) has error sensitive circuit in the most significant bit position of the inaccurate part, which computes the carry and appropriate addition of carry to the least significant bit position of the accurate part increases the accuracy by 20% when normal OR operation is performed instead of XOR operation in the inaccurate part for area efficiency over the existing ETA-I or ETA-II, respectively [10]. Stability is one of the major design criteria for obtaining the system performance which totally depends upon the worst case accuracy that should be in high range. A limitation of the error tolerant adder family is the difficulty to maintain the worst case accuracy above 70% as it fails to produce 100% accuracy for low contrast images when the input operand values lie only in the inaccurate part range. The proposed SSA design increases the accuracy with Accuracy Adjustment Logic (AAL) circuit for higher order segment selection and maintains 100% accuracy by static segment method when the Fig. 1 General architecture of existing ETA family

3 J Electron Test (2017) 33: Fig. 2 Segmenting in SSM_8 where m = lower order segment is selected. This is to preserve its correctness in the higher order for high contrast images. The following constraints are used to compute the system performance: 1. Overall error (OE) is the difference between conventional adder output (Rc) and approximation adder output (RE). Percentage of error Tolerance = [OE/Rc]*100% (the results are represented in decimal numbers). 2. Accuracy (ACC) of an adder indicates the correctness of the adder output for a particular input. ACC = (1-(OE/ Rc))*100%. 3. Minimum Acceptable Accuracy (MAA) is defined as some errors lower than a threshold value are allowed to exist at the output of adder to meet the requirement of whole system. 4. Acceptance Probability (AP): Acceptance probability is the probability that the accuracy of an adder is higher than the minimum acceptable accuracy. 5. Minimum Accuracy of an adder is higher than the minimum acceptable accuracy. 3 Proposed High Speed Energy Efficient Static Segment Adder Static Segment Method (SSM) of addition is applied on input operands in the proposed SSA design. The algorithm for addition of two n-bit operands using the method of segmentation is given below: 3.1 Algorithm of SSM & Select m-bit (say 8-bit) segment from augend and addend n-bit input (say 16-bit) operands & This Segment must contains the leading one bit & Select the higher order leading one m-bit position (say 8- bit) segment from augend or addend n-bit operands & Select the same m-bit position (say 8-bit) segment from augend or addend n-bit operands & Add these two m-bit segments with accuracy adjustment estimator logic carry & Expand the m-bit addition to n-bit addition 3.2 Static segmentation of SSA In the proposed method four possible combinations of two m- bit segments from two n-bit input operands for addition are used in the m-bit SSM. Fig. 2 explores the SSM_8 in which the segment size (m) is 8 bits. The SSM chooses m-bit segments from n-bit input operands and gives them to the input of m-bit adder with two m-input OR gates and m-bit 2-to-1 multiplexers; if the first m bits starting from the MSB are all zeros, the lower m-bit segment must contain the leading one or zero. Same segment order for each operand is taken from one Fig. 3 Possible selection processes in SSM_8 01xx xxxx xxxx xxxx upper byte 0001 xxxx xxxx xxxx upper byte = C Sum Sum SS xx xxxx xxxx xxxx upper byte xx01 xxxx upper byte = C Sum Sum SS xxx xxxx upper byte 01xx xxxx upper byte = C Sum Sum SS xx xxxx lower byte xx01 xxxx lower byte = C Sum Sum 100% accuracy

4 128 J Electron Test (2017) 33: Fig. 4 Architecture of proposed Static Segment Adder (SSA) of two possible segments in an n-bit input operand as shown in Fig Architecture of proposed static segment adder Fig. 4 shows architecture of proposed SSA. In this architecture (n = 2 m) the bit-wise OR value of A[n 1:n-m] and B[n 1:n-m] is computed to select the two possible same m-bit segments (i.e., (A[n 1:n m] and B[n 1:n m]) or (A[n-m 1:n-2 m] and B[nm 1:n-2 m])). Accuracy adjustment logic is enabled for higher order segment selection of input operands to increase the accuracy by selecting the P1 in the output. When the lower order segment is selected SSA works as a conventional adder to maintain the accuracy as 100%, the propagation carry from the AALiszeroandP2isselectedintheoutput. The segment strategy is chosen to design proposed SSA with minimum acceptable accuracy of 99%. Having considered the above, the 16 bit operands are segmented into 8 bits. If the segment size of proposed SSA has less than 8 bits (i.e., accurate part of existing ETA family), the minimum acceptable accuracy, acceptance probability and area will be decreased. For example, if the segment size (m) is 7, 6, or 5 bits, the area will be 33, 30 or 25 LUTs respectively for 16-bit SSA. Whereas in case of lower order values of input operands, the accuracy will be lower than 100% and for higher order values of input operands, the accuracy will be slightly lower than existing ETA. So the segment size is chosen from the accurate Fig. 5 Worst case accuracy of ETA adder lower byte segment lower byte segment = SSA 100% accuracy ACCURATE INACCURATE = ETA family 50 % accuracy

5 J Electron Test (2017) 33: Table 1 Accuracy Comparision of Adders S. No Input data 1 Input data 2 Sum % of accuracy in existing 16 bit ETA-I Conventional Existing 16 bit CSLA 16 bit ETA-I Sum Proposed 16 bit SSA % of accuracy in proposed 16 bit SSA ,589 11, ,000 10,000 20,000 19, ,654 24,675 37,329 37, , ,684 42, ,000 51,400 51, ,034 32,323 59,357 59, , ,555 61, bit size of existing ETA family to maintain the accuracy for high input operands. If the segment size has more than 8 bits, the minimum acceptable accuracy and the acceptance probability will increase slightly and area will be inefficient. Case 1: If the higher order segment has 0 value and selected lower order segment of input operands which randomly varies from 0 to 255, the proposed SSA works as a conventional adder (100% accuracy) and ETA family produces a variable accuracy. Fig. 5 shows the worst case accuracy of ETA adder family. Case 2: If the higher order segment of input operands is selected and lower order segment has 0 value, SSA and ETA family work as a conventional adder (100% accuracy). Case 3: If the higher order segment of input operands is selected and lower order segment randomly chosen from 0 to 255, SSA and ETA produce a variable accuracy Accuracy Calculation Two 16-bit input operands are: Augend (A) = = Addend (B) = = Addition (conventional sum) = The addition technique used in SSM_8 method is given in steps as follows: Step 1: Segmentation A = B = (8 bit) (8 bit) Table 2 Area, Delay and Power Comparision Word size Adder Area (LUTs) Delay (ns) Power (mw) 16 bit Conventional CSLA Conventional RCA Existing ETA-I Proposed SSA (m = 8-bit)

6 130 J Electron Test (2017) 33: Accuracy in % Step 2: 8-bit Addition Now we have; Aseg ¼ ¼ Bseg ¼ ¼ 1 10 Let Z = Aseg Bseg = (Accuracy adjustment logic) Thus, Z ({C,Sum}) = (9 bit) Step 3: Expanding the addition with AAL output and padding ones Thus, SSA Out = (17 bit) = (34815) 10 OE ¼ ¼ 1 Conventional Adder output OE Tolerance ð% Þ ¼ð1=34814Þ*100% ¼ 0:01% Accuracy ð% Þ ¼ ð1 ð1=34814þþ*100% ¼ 99:99% EXISTING 16-BIT ETA-I PROPOSED 16-BIT SSA Fig. 6 Accuracy graph of existing ETA-I and proposed SSA 4 Simulation Results Xilinx14.2softwareisusedtodesignandanalyzethe performance of existing and proposed adders. The simulation of the adders is carried out and results are tabulated in Tables 1 and 2. From the results it is clear that the accuracy of the proposed SSA adder for all input operands is greatly improved by using AAL and static segment method. The worst case accuracy range can be rising from 50% to 94% as shown in Fig. 6. SSA achieves 13.84%, 50.06%, and 13.13% computational speed improvement when compared to existing conventional CSLA, conventional RCA and existing ETA-I respectively and consumes more area (8 LUTs) than existing ETA-I. Whereas, the proposed SSA consumes slightly less dynamic energy using multiplexer switching when compared to other existing adders. In the proposed SSA design, the full range of input operands from0to could be playing a more important role to represent the low, medium and high contrast digital signal. Therefore all ranges of input operands are considered while calculating the accuracy in SSA. The SSA design can be a potential solution to get the overall high computational accuracy for all error tolerant applications like image blending, defect detection processes of machine vision applications, contrast stretching in image processing, audio and video processing, etc. One of the applications is implemented and presented in the following section. 5 Application of Proposed SSA in Approximate Computing Application Image enhancement operation is performed based on contrast stretching principle, which gives a linear mapping of input to output value by stretching the range of Fig. 7 Architecture of image enhacement using proposed 16- bit SSA

7 J Electron Test (2017) 33: performed in MATLAB simulink using proposed SSA and existing adders by varying the multiplication factor to get the high accuracy images for low contrast and high contrast images. From Fig. 8 (b), it is noted that increase in K value increases the intensity range of the image. 6 Conclusion Fig. 8 Contrast enhancement (a) Low contrast input image F (b)output images G for K = 1.5, 2, 3 and 4 intensity value for computational quality. Pixels of the image are mapped as per the equation below: Gðx; yþ ¼ fðf ðx; yþ CÞg K þ A ð1þ The first step is to determine the lower and upper range (A and B) of output image (G(x,y)) for which the image pixel value has to be extended. Next, lower and upper pixel values (C and D) of the original input image (F(x,y)) are examined. Here K = (B-A)/(D-C) is the multiplication factor which increases the intensity value of input image pixels in the output. The value of each pixel in the output image is a linear combination of the corresponding pixel values in the input image. For better enhancement of the output image, C and D values are selected to fifth and ninety fifth percentile of the input pixel values, respectively. Architecture of image enhancement is shown in Fig. 7. F(x,y) is the input image ( ) given to proposed SSA of the image enhancement module. Every pixel of the input image is processed according to eq. 1. K is the variable multiplication factor which determines the measure of intensity range for output resolution. Image enhancement application is performed using proposed SSA by using the integration of MATLAB simulink and Xilinx softwares, the input and outputs of this application are shown in Fig. 8. Very High Speed Integrated Circuits hardware description language (VHDL) code is used to construct user defined Xilinx blackbox adders and integrated with predefined modules. Contrast stretching operation is Proposed adder design is found to be capable of producing high accuracy response for low contrast and high contrast images. In the proposed adder, accuracy and speed are increased by accuracy adjustment logic and static segment method. For all possible input combinations, performance analysis is carried out and the worst case error is computed. The proposed method of SSA consumes less energy and notably has high speed with average computational error of ~0.6%, when compared to an existing ETA. Thus the proposed approximate adder can lead to better quality in all types of error tolerant applications when compared to other forms of error tolerant approximate adders. References 1. Breuer MA (2004) Intelligible Test Techniques to Support Error- Tolerance. Proc. Asian Test Symposium pp Breuer MA, Haiyang Z (2006) Error-tolerance and Multi- Media. Proc. of the International Conference on Intelligent Information Hiding and Multimedia, Signal Processing pp Du K, Varman P, Mohanram K (2012) High Performance Reliable Variable Latency Carry Select Addition. Proc IEEE/ACM Design, Automation Test in Europe (DATE) pp Gupta V, Mohapatra D, Park SP, Raghunathan A, Roy K (2011) IMPACT: Imprecise Adders for Low-Power Approximate Computing. Proc. IEEE/ACM International Symposium on Low- PowerElectronicsandDesign(ISLPED)pp Lee KJ, Hsieh TY, Breuer MA (2005) A Novel Testing Methodology Based on Error-Rate to Support Error tolerance. Proc. of International Test Conference pp Liu Y, Zhang T, Parhi K (2010) Computation error analysis in digital signal processing systems with Overscaled supply voltage. IEEE Trans VLSI Syst 18(4): Lu SL (2004) Speeding up processing with approximation circuits. IEEE Computer 37(3): Mohapatra D, Chippa V, Raghunathan A, Roy K (2011) Design of Voltage-Scalable Meta-Functions for Approximate Computing. Proc Design, Automation and Test in Europe Symp pp Rawat K, Darwish T, Bayoumi M (2002) A low power and reduced area carry select adder. Proc 45th Midwest Symp Circuit 1: Sakthivel R, Kittur HM (2014) Energy efficient low area error tolerant adder with higher accuracy. Circuits, Systems, and Signal Processing 33(8): Shin D, Gupta SK (2008) A Re-Design Technique for Datapath Modules in Error Tolerant Applications, Proc Asian Test Symp pp

8 132 J Electron Test (2017) 33: Venkatesan R, Agarwal A, Roy K, Raghunathan A (2011) MACACO: Modeling and Analysis of Circuits for Approximate Computing. Proc IEEE/ACM International Conference on Computer-Aided Design (ICCAD) pp Ye R, Wang T, Yuan F, Kumar R, Xu Q (2013) On Reconfiguration- Oriented Approximate Adder Design and its Application. Proc International Conf Computer-Aided Design pp Zhu N, Goh W, Zhang W, Yeo K, Kong Z (2010) Design of Low- Power High-Speed Truncation-Error-Tolerant Adder and its application in digital signal processing. IEEE Trans on VLSI Systems 18(8): Ziegler M and Stan M (2001) Optimal Logarithmic Adder Structures with a Fanout of Two for Minimizing the Area-Delay Product. Proc International Symp Circuits and Systems pp R. Jothin received Diploma in Electronics and Communication Engineering from the Sankar Institute of Polytechnic, Tirunelveli, India and received the B.E. and M.E. (VLSI Design) in Electronics and Communication Engineering from Government College of Technology, Coimbatore, India. He is currently working for a Ph.D. in Anna University, Chennai, India. He has 20 years of industry experience and 3 years of academic experience. His research focuses on high performance VLSI architectures for image processing applications. C. Vasanthanayaki received the B.E. degree in Electronics and Communication Engineering and M.E. degree in Computer Science, from Government College of Engineering, Tirunelveli, India, in 1987 and 1997 respectively. She received the Ph.D. degree in the Information and Communication Engineering. Since 1988, she has been with the Government College of Technology, Coimbatore, India.

Design of Static Segment Adder for Approximating Computing Applications

Design of Static Segment Adder for Approximating Computing Applications Design of Static Segment Adder for Approximating Computing Applications T.Gopalakrishnan, Department of Electronics and Instrumentation Engineering, Dr.Mahalingam college of Engineering and Technology,

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

A NOVEL DESIGN FOR HIGH SPEED-LOW POWER TRUNCATION ERROR TOLERANT ADDER

A NOVEL DESIGN FOR HIGH SPEED-LOW POWER TRUNCATION ERROR TOLERANT ADDER A NOVEL DESIGN FOR HIGH SPEED-LOW POWER TRUNCATION ERROR TOLERANT ADDER SYAM KUMAR NAGENDLA 1, K. MIRANJI 2 1 M. Tech VLSI Design, 2 M.Tech., ssistant Professor, Dept. of E.C.E, Sir C.R.REDDY College of

More information

Design & Implementation of Low Power Error Tolerant Adder for Neural Networks Applications

Design & Implementation of Low Power Error Tolerant Adder for Neural Networks Applications Design & Implementation of Low Error Tolerant Adder for Neural Networks Applications S N Prasad # 1, S.Y.Kulkarni #2 Research Scholar, Jain University, Assistant Registrar (Evaluation), School of ECE,

More information

Design and Implementation of Low Power Error Tolerant Adder

Design and Implementation of Low Power Error Tolerant Adder International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 529-534 International Research Publication House http://www.irphouse.com Design and Implementation

More information

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 1, Issue 5, November 2012

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 1, Issue 5, November 2012 Design of High Speed 32 Bit Truncation-Error- Tolerant Adder M. NARASIMHA RAO 1, P. GANESH KUMAR 2, B. RATNA RAJU 3, 1 M.Tech, ECE, KIET, Korangi, A.P, India 2, 3 Department of ECE, KIET, Korangi, A.P,

More information

Power and Area Efficient Error Tolerant Adder Using Pass Transistor XOR Logic in VLSI Circuits

Power and Area Efficient Error Tolerant Adder Using Pass Transistor XOR Logic in VLSI Circuits Power and Area Efficient Error Tolerant Adder Using Pass Transistor Logic in VLSI Circuits S.Sathish Kumar, V.Muralidharan, S.Raja Abstract In adders the truncation and round off errors cannot be ignored.

More information

DESIGN OF LOW POWER ETA FOR DIGITAL SIGNAL PROCESSING APPLICATION 1

DESIGN OF LOW POWER ETA FOR DIGITAL SIGNAL PROCESSING APPLICATION 1 833 DESIGN OF LOW POWER ETA FOR DIGITAL SIGNAL PROCESSING APPLICATION 1 K.KRISHNA CHAITANYA 2 S.YOGALAKSHMI 1 M.Tech-VLSI Design, 2 Assistant Professor, Department of ECE, Sathyabama University,Chennai-119,India.

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

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

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

A Comparative Review and Evaluation of Approximate Adders

A Comparative Review and Evaluation of Approximate Adders A Comparative Review and Evaluation of Approximate Adders Honglan Jiang Department of Electrical and Computer Engineering University of Alberta Edmonton, Alberta T6G 2V4, Canada honglan@ualberta.ca Jie

More information

V.Muralidharan P.G. Scholar - M.E.VLSI Design Sri Ramakrishna Engineering College Coimbatore, India

V.Muralidharan P.G. Scholar - M.E.VLSI Design Sri Ramakrishna Engineering College Coimbatore, India An Enhanced Carry Elimination Adder for Low Power VLSI Applications V.Muralidharan P.G. Scholar - M.E.VLSI Design Sri Ramakrishna Engineering College Coimbatore, India Dr.M.Jagadeeswari Professor and Head

More information

An Area Efficient Decomposed Approximate Multiplier for DCT Applications

An Area Efficient Decomposed Approximate Multiplier for DCT Applications An Area Efficient Decomposed Approximate Multiplier for DCT Applications K.Mohammed Rafi 1, M.P.Venkatesh 2 P.G. Student, Department of ECE, Shree Institute of Technical Education, Tirupati, India 1 Assistant

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 8, August 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / SurveyPaper / Case Study Available online

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

Implementation of Low Power 32 Bit ETA Adder

Implementation of Low Power 32 Bit ETA Adder International Journal of Emerging Engineering Research and Technology Volume 2, Issue 6, September 2014, PP 1-11 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Implementation of Low Power 32 Bit ETA

More information

Error Tolerant Adder

Error Tolerant Adder International Journal of Scientific and Research Publications, Volume 3, Issue 11, November 2013 1 Error Tolerant Adder Chetan Deo Singh, Yuvraj Singh Student of Electrical and Electronics Engineering

More information

Government College of Technology, Thadagam Road, Coimbatore-13, India

Government College of Technology, Thadagam Road, Coimbatore-13, India Journal of Computer Science 7 (12): 1839-1845, 2011 ISSN 1549-3636 2011 Science Publications Design of Low- Power High-Speed Error Tolerant Shift and Add Multiplier 1 K.N. Vijeyakumar, 2 V. Sumathy 1 Sriram

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

DESIGN AND IMPLEMENTATION OF AREA EFFICIENT, LOW-POWER AND HIGH SPEED 128-BIT REGULAR SQUARE ROOT CARRY SELECT ADDER

DESIGN AND IMPLEMENTATION OF AREA EFFICIENT, LOW-POWER AND HIGH SPEED 128-BIT REGULAR SQUARE ROOT CARRY SELECT ADDER DESIGN AND IMPLEMENTATION OF AREA EFFICIENT, LOW-POWER AND HIGH SPEED 128-BIT REGULAR SQUARE ROOT CARRY SELECT ADDER MURALIDHARAN.R [1],AVINASH.P.S.K [2],MURALI KRISHNA.K [3],POOJITH.K.C [4], ELECTRONICS

More information

Design of an Error Tolerant Adder

Design of an Error Tolerant Adder American Journal of Applied Sciences 9 (6): 818-824, 2012 ISSN 1546-9239 2012 Science Publications Design of an Error Tolerant Adder 1 Jayanthi, A.N. and 2 C.S. Ravichandran 1 Department of Electronics

More information

DESIGN OF LOW POWER HIGH SPEED ERROR TOLERANT ADDERS USING FPGA

DESIGN OF LOW POWER HIGH SPEED ERROR TOLERANT ADDERS USING FPGA International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 1, January February 2019, pp. 88 94, Article ID: IJARET_10_01_009 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=10&itype=1

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 ISSN 0976-6480 (Print) ISSN

More information

A Design Approach for Compressor Based Approximate Multipliers

A Design Approach for Compressor Based Approximate Multipliers A Approach for Compressor Based Approximate Multipliers Naman Maheshwari Electrical & Electronics Engineering, Birla Institute of Technology & Science, Pilani, Rajasthan - 333031, India Email: naman.mah1993@gmail.com

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

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 Analysis of Improved Sparse Channel Adder with Optimization of Energy Delay

Design and Analysis of Improved Sparse Channel Adder with Optimization of Energy Delay ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Design and Analysis of Improved Sparse Channel Adder with Optimization of Energy Delay 1 Prajoona Valsalan

More information

Design of Delay-Power Efficient Carry Select Adder using 3-T XOR Gate

Design of Delay-Power Efficient Carry Select Adder using 3-T XOR Gate Adv. Eng. Tec. Appl. 5, No. 1, 1-6 (2016) 1 Advanced Engineering Technology and Application An International Journal http://dx.doi.org/10.18576/aeta/050101 Design of Delay-Power Efficient Carry Select

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

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

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

A Highly Efficient Carry Select Adder

A Highly Efficient Carry Select Adder IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 4 October 2015 ISSN (online): 2349-784X A Highly Efficient Carry Select Adder Shiya Andrews V PG Student Department of Electronics

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

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

128 BIT MODIFIED SQUARE ROOT CARRY SELECT ADDER

128 BIT MODIFIED SQUARE ROOT CARRY SELECT ADDER 128 BIT MODIFIED SQUARE ROOT CARRY SELECT ADDER A. Santhosh Kumar 1, S.Mohana Sowmiya 2 S.Mirunalinii 3, U. Nandha Kumar 4 1 Assistant Professor, Department of ECE, SNS College of Technology, Coimbatore

More information

An Optimized Implementation of CSLA and CLLA for 32-bit Unsigned Multiplier Using Verilog

An Optimized Implementation of CSLA and CLLA for 32-bit Unsigned Multiplier Using Verilog An Optimized Implementation of CSLA and CLLA for 32-bit Unsigned Multiplier Using Verilog 1 P.Sanjeeva Krishna Reddy, PG Scholar in VLSI Design, 2 A.M.Guna Sekhar Assoc.Professor 1 appireddigarichaitanya@gmail.com,

More information

FPGA Implementation of Wallace Tree Multiplier using CSLA / CLA

FPGA Implementation of Wallace Tree Multiplier using CSLA / CLA FPGA Implementation of Wallace Tree Multiplier using CSLA / CLA Shruti Dixit 1, Praveen Kumar Pandey 2 1 Suresh Gyan Vihar University, Mahaljagtapura, Jaipur, Rajasthan, India 2 Suresh Gyan Vihar University,

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

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Design Of Low Power Approximate Mirror Adder Sasikala.M 1, Dr.G.K.D.Prasanna Venkatesan 2 ME VLSI student 1, Vice Principal, Professor and Head/ECE 2 PGP college of Engineering and Technology Nammakkal,

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

Design of 16-bit Heterogeneous Adder Architectures Using Different Homogeneous Adders

Design of 16-bit Heterogeneous Adder Architectures Using Different Homogeneous Adders Design of 16-bit Heterogeneous Adder Architectures Using Different Homogeneous Adders K.Gowthami 1, Y.Yamini Devi 2 PG Student [VLSI/ES], Dept. of ECE, Swamy Vivekananda Engineering College, Kalavarai,

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

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

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

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

CHAPTER 3 ANALYSIS OF LOW POWER, AREA EFFICIENT AND HIGH SPEED ADDER TOPOLOGIES

CHAPTER 3 ANALYSIS OF LOW POWER, AREA EFFICIENT AND HIGH SPEED ADDER TOPOLOGIES 44 CHAPTER 3 ANALYSIS OF LOW POWER, AREA EFFICIENT AND HIGH SPEED ADDER TOPOLOGIES 3.1 INTRODUCTION The design of high-speed and low-power VLSI architectures needs efficient arithmetic processing units,

More information

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

An Efficient Design of Low Power Speculative Han-Carlson Adder Using Concurrent Subtraction 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

More information

Low-Power Approximate Unsigned Multipliers with Configurable Error Recovery

Low-Power Approximate Unsigned Multipliers with Configurable Error Recovery SUBMITTED FOR REVIEW 1 Low-Power Approximate Unsigned Multipliers with Configurable Error Recovery Honglan Jiang*, Student Member, IEEE, Cong Liu*, Fabrizio Lombardi, Fellow, IEEE and Jie Han, Senior Member,

More information

FPGA Implementation of Area Efficient and Delay Optimized 32-Bit SQRT CSLA with First Addition Logic

FPGA Implementation of Area Efficient and Delay Optimized 32-Bit SQRT CSLA with First Addition Logic FPGA Implementation of Area Efficient and Delay Optimized 32-Bit with First Addition Logic eet D. Gandhe Research Scholar Department of EE JDCOEM Nagpur-441501,India Venkatesh Giripunje Department of ECE

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

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

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

Optimized area-delay and power efficient carry select adder

Optimized area-delay and power efficient carry select adder Optimized area-delay and power efficient carry select adder Mr. MoosaIrshad KP 1, Mrs. M. Meenakumari 2, Ms. S. Sharmila 3 PG Scholar, Department of ECE, SNS College of Engineering, Coimbatore, India 1,3

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

SIGNED PIPELINED MULTIPLIER USING HIGH SPEED COMPRESSORS

SIGNED PIPELINED MULTIPLIER USING HIGH SPEED COMPRESSORS INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 SIGNED PIPELINED MULTIPLIER USING HIGH SPEED COMPRESSORS 1 T.Thomas Leonid, 2 M.Mary Grace Neela, and 3 Jose Anand

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

Low Power Approach for Fir Filter Using Modified Booth Multiprecision Multiplier

Low Power Approach for Fir Filter Using Modified Booth Multiprecision Multiplier Low Power Approach for Fir Filter Using Modified Booth Multiprecision Multiplier Gowridevi.B 1, Swamynathan.S.M 2, Gangadevi.B 3 1,2 Department of ECE, Kathir College of Engineering 3 Department of ECE,

More information

An Efficient Implementation of Downsampler and Upsampler Application to Multirate Filters

An Efficient Implementation of Downsampler and Upsampler Application to Multirate Filters IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 3, Ver. III (May-Jun. 2014), PP 39-44 e-issn: 2319 4200, p-issn No. : 2319 4197 An Efficient Implementation of Downsampler and Upsampler

More information

Designing Reliable and Low Power Multiplier by using Algorithmic Noise Tolerant

Designing Reliable and Low Power Multiplier by using Algorithmic Noise Tolerant Designing Reliable and Low Power Multiplier by using Algorithmic Noise Tolerant ROOPA T C #1 HARIPRIYA R #2 #1 PG Student, M.Tech, #2 Assistant Professor, VLSI Design and Embedded Systems, SIET Tumakuru,

More information

DESIGN OF LOW POWER MULTIPLIERS

DESIGN OF LOW POWER MULTIPLIERS DESIGN OF LOW POWER MULTIPLIERS GowthamPavanaskar, RakeshKamath.R, Rashmi, Naveena Guided by: DivyeshDivakar AssistantProfessor EEE department Canaraengineering college, Mangalore Abstract:With advances

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

FPGA Realization of Hybrid Carry Select-cum- Section-Carry Based Carry Lookahead Adders

FPGA Realization of Hybrid Carry Select-cum- Section-Carry Based Carry Lookahead Adders FPGA Realization of Hybrid Carry Select-cum- Section-Carry Based Carry Lookahead s V. Kokilavani Department of PG Studies in Engineering S. A. Engineering College (Affiliated to Anna University) Chennai

More information

Design and Implementation of Efficient Carry Select Adder using Novel Logic Algorithm

Design and Implementation of Efficient Carry Select Adder using Novel Logic Algorithm 289 Design and Implementation of Efficient Carry Select Adder using Novel Logic Algorithm V. Thamizharasi Senior Grade Lecturer, Department of ECE, Government Polytechnic College, Trichy, India Abstract:

More information

A Novel Designing Approach for Low Power Carry Select Adder M. Vidhya 1, R. Muthammal 2 1 PG Student, 2 Associate Professor,

A Novel Designing Approach for Low Power Carry Select Adder M. Vidhya 1, R. Muthammal 2 1 PG Student, 2 Associate Professor, A Novel Designing Approach for Low Power Carry Select Adder M. Vidhya 1, R. Muthammal 2 1 PG Student, 2 Associate Professor, ECE Department, GKM College of Engineering and Technology, Chennai-63, India.

More information

AREA EFFICIENT LOW ERROR COMPENSATION MULTIPLIER DESIGN USING FIXED WIDTH RPR

AREA EFFICIENT LOW ERROR COMPENSATION MULTIPLIER DESIGN USING FIXED WIDTH RPR AREA EFFICIENT LOW ERROR COMPENSATION MULTIPLIER DESIGN USING FIXED WIDTH RPR N.MEGALA 1,N.RAJESWARAN 2 1 PG scholar,department of ECE, SNS College OF Technology, Tamil nadu, India. 2 Associate professor,

More information

International Journal of Modern Trends in Engineering and Research

International Journal of Modern Trends in Engineering and Research Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com FPGA Implementation of High Speed Architecture

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

Design of Area-Delay-Power Efficient Carry Select Adder Using Cadence Tool

Design of Area-Delay-Power Efficient Carry Select Adder Using Cadence Tool 25 IJEDR Volume 3, Issue 3 ISSN: 232-9939 Design of Area-Delay-Power Efficient Carry Select Adder Using Cadence Tool G.Venkatrao, 2 B.Jugal Kishore Asst.Professor, 2 Asst.Professor Electronics Communication

More information

A Novel Low Power, High Speed 14 Transistor CMOS Full Adder Cell with 50% Improvement in Threshold Loss Problem

A Novel Low Power, High Speed 14 Transistor CMOS Full Adder Cell with 50% Improvement in Threshold Loss Problem A Novel Low Power, High Speed 4 Transistor CMOS Full Adder Cell with 5% Improvement in Threshold Loss Problem T. Vigneswaran, B. Mukundhan, and P. Subbarami Reddy Abstract Full adders are important components

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

Adder (electronics) - Wikipedia, the free encyclopedia

Adder (electronics) - Wikipedia, the free encyclopedia Page 1 of 7 Adder (electronics) From Wikipedia, the free encyclopedia (Redirected from Full adder) In electronics, an adder or summer is a digital circuit that performs addition of numbers. In many computers

More information

Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm

Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm M. Suhasini, K. Prabhu Kumar & P. Srinivas Department of Electronics & Comm. Engineering, Nimra College of Engineering

More information

PUBLICATIONS OF PROBLEMS & APPLICATION IN ENGINEERING RESEARCH - PAPER CSEA2012 ISSN: ; e-issn:

PUBLICATIONS OF PROBLEMS & APPLICATION IN ENGINEERING RESEARCH - PAPER   CSEA2012 ISSN: ; e-issn: New BEC Design For Efficient Multiplier NAGESWARARAO CHINTAPANTI, KISHORE.A, SAROJA.BODA, MUNISHANKAR Dept. of Electronics & Communication Engineering, Siddartha Institute of Science And Technology Puttur

More information

International Journal of Computer Engineering and Applications, Volume XI, Issue XI, Nov. 17, ISSN

International Journal of Computer Engineering and Applications, Volume XI, Issue XI, Nov. 17,  ISSN International Journal of Computer Engineering and Applications, Volume XI, Issue XI, Nov. 17, www.ijcea.com ISSN 2321-3469 DESIGN OF DADDA MULTIPLIER WITH OPTIMIZED POWER USING ANT ARCHITECTURE M.Sukanya

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

Estimating the Maximum Propagation Delay of 4-bit Ripple Carry Adder Using Reduced Input Transitions

Estimating the Maximum Propagation Delay of 4-bit Ripple Carry Adder Using Reduced Input Transitions Estimating the Maximum Propagation Delay of 4-bit Ripple Carry Adder Using Reduced Input Transitions Manan Mewada (&), Mazad Zaveri, and Anurag Lakhlani SEAS, Ahmedabad University, Ahmedabad, India {manan.mewada,mazad.zaveri,

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW ISSN: 239-5967 ISO 9:28 Certified Volume 4, Issue 3, May 25 A Survey of Design and Implementation of High Speed Carry Select Adder SWATI THAKUR, SWATI KAPOOR Abstract This paper represent the reviewing

More information

S.Nagaraj 1, R.Mallikarjuna Reddy 2

S.Nagaraj 1, R.Mallikarjuna Reddy 2 FPGA Implementation of Modified Booth Multiplier S.Nagaraj, R.Mallikarjuna Reddy 2 Associate professor, Department of ECE, SVCET, Chittoor, nagarajsubramanyam@gmail.com 2 Associate professor, Department

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 AREA OPTIMIZATION

More information

FPGA Implementation of Area-Delay and Power Efficient Carry Select Adder

FPGA Implementation of Area-Delay and Power Efficient Carry Select Adder International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 2, Issue 8, 2015, PP 37-49 ISSN 2349-4042 (Print) & ISSN 2349-4050 (Online) www.arcjournals.org FPGA Implementation

More information

Efficient FIR Filter Design Using Modified Carry Select Adder & Wallace Tree Multiplier

Efficient FIR Filter Design Using Modified Carry Select Adder & Wallace Tree Multiplier Efficient FIR Filter Design Using Modified Carry Select Adder & Wallace Tree Multiplier Abstract An area-power-delay efficient design of FIR filter is described in this paper. In proposed multiplier unit

More information

An Efficient Reconfigurable Fir Filter based on Twin Precision Multiplier and Low Power Adder

An Efficient Reconfigurable Fir Filter based on Twin Precision Multiplier and Low Power Adder An Efficient Reconfigurable Fir Filter based on Twin Precision Multiplier and Low Power Adder Sony Sethukumar, Prajeesh R, Sri Vellappally Natesan College of Engineering SVNCE, Kerala, India. Manukrishna

More information

An Efficient Carry Select Adder with Reduced Area and Low Power Consumption

An Efficient Carry Select Adder with Reduced Area and Low Power Consumption An Efficient Carry Select Adder with Reduced Area and Low Power Consumption Tumma Swetha M.Tech student, Asst. Prof. Department of Electronics and Communication Engineering S.R Engineering College, Warangal,

More information

FPGA IMPLEMENATION OF HIGH SPEED AND LOW POWER CARRY SAVE ADDER

FPGA IMPLEMENATION OF HIGH SPEED AND LOW POWER CARRY SAVE ADDER ARTICLE FPGA IMPLEMENATION OF HIGH SPEED AND LOW POWER CARRY SAVE ADDER VS. Balaji 1*, Har Narayan Upadhyay 2 1 Department of Electronics & Instrumentation Engineering, INDIA 2 Dept.of Electronics & Communication

More information

A Low-Power 12 Transistor Full Adder Design using 3 Transistor XOR Gates

A Low-Power 12 Transistor Full Adder Design using 3 Transistor XOR Gates A Low-Power 12 Transistor Full Adder Design using 3 Transistor XOR Gates Anil Kumar 1 Kuldeep Singh 2 Student Assistant Professor Department of Electronics and Communication Engineering Guru Jambheshwar

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

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

REALIAZATION OF LOW POWER VLSI ARCHITECTURE FOR RECONFIGURABLE FIR FILTER USING DYNAMIC SWITCHING ACITIVITY OF MULTIPLIERS

REALIAZATION OF LOW POWER VLSI ARCHITECTURE FOR RECONFIGURABLE FIR FILTER USING DYNAMIC SWITCHING ACITIVITY OF MULTIPLIERS REALIAZATION OF LOW POWER VLSI ARCHITECTURE FOR RECONFIGURABLE FIR FILTER USING DYNAMIC SWITCHING ACITIVITY OF MULTIPLIERS M. Sai Sri 1, K. Padma Vasavi 2 1 M. Tech -VLSID Student, Department of Electronics

More information

Faster and Low Power Twin Precision Multiplier

Faster and Low Power Twin Precision Multiplier Faster and Low Twin Precision V. Sreedeep, B. Ramkumar and Harish M Kittur Abstract- In this work faster unsigned multiplication has been achieved by using a combination High Performance Multiplication

More information

VLSI IMPLEMENTATION OF AREA, DELAYANDPOWER EFFICIENT MULTISTAGE SQRT-CSLA ARCHITECTURE DESIGN

VLSI IMPLEMENTATION OF AREA, DELAYANDPOWER EFFICIENT MULTISTAGE SQRT-CSLA ARCHITECTURE DESIGN VLSI IMPLEMENTATION OF AREA, DELAYANDPOWER EFFICIENT MULTISTAGE SQRT-CSLA ARCHITECTURE DESIGN #1 KANTHALA GAYATHRI Pursuing M.Tech, #2 K.RAVI KUMAR - Associate Professor, SREE CHAITANYA COLLEGE OF ENGINEERING,

More information

NOVEL HIGH SPEED IMPLEMENTATION OF 32 BIT MULTIPLIER USING CSLA and CLAA

NOVEL HIGH SPEED IMPLEMENTATION OF 32 BIT MULTIPLIER USING CSLA and CLAA NOVEL HIGH SPEED IMPLEMENTATION OF 32 BIT MULTIPLIER USING CSLA and CLAA #1 NANGUNOORI THRIVENI Pursuing M.Tech, #2 P.NARASIMHULU - Associate Professor, SREE CHAITANYA COLLEGE OF ENGINEERING, KARIMNAGAR,

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

LOW POWER & LOW VOLTAGE APPROXIMATION ADDERS IMPLEMENTATION FOR DIGITAL SIGNAL PROCESSING Raja Shekhar P* 1, G. Anad Babu 2

LOW POWER & LOW VOLTAGE APPROXIMATION ADDERS IMPLEMENTATION FOR DIGITAL SIGNAL PROCESSING Raja Shekhar P* 1, G. Anad Babu 2 ISSN 2277-2685 IJESR/October 2014/ Vol-4/Issue-10/666-671 Raja Shekhar P et al./ International Journal of Engineering & Science Research ABSTRACT LOW POWER & LOW VOLTAGE APPROXIMATION ADDERS IMPLEMENTATION

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

Design and Analysis of Approximate Compressors for Multiplication

Design and Analysis of Approximate Compressors for Multiplication Design and Analysis of Approximate Compressors for Multiplication J.Ganesh M.Tech, (VLSI Design), Siddhartha Institute of Engineering and Technology. Dr.S.Vamshi Krishna, Ph.D Assistant Professor, Department

More information

Design and Implementation of Carry Select Adder Using Binary to Excess-One Converter

Design and Implementation of Carry Select Adder Using Binary to Excess-One Converter Design and Implementation of Carry Select Adder Using Binary to Excess-One Converter Paluri Nagaraja 1 Kanumuri Koteswara Rao 2 Nagaraja.paluri@gmail.com 1 koti_r@yahoo.com 2 1 PG Scholar, Dept of ECE,

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

Area and Delay Efficient Carry Select Adder using Carry Prediction Approach

Area and Delay Efficient Carry Select Adder using Carry Prediction Approach Journal From the SelectedWorks of Kirat Pal Singh July, 2016 Area and Delay Efficient Carry Select Adder using Carry Prediction Approach Satinder Singh Mohar, Punjabi University, Patiala, Punjab, India

More information