Jayaprakash et al., International Journal of Advanced Engineering Technology E-ISSN

Size: px
Start display at page:

Download "Jayaprakash et al., International Journal of Advanced Engineering Technology E-ISSN"

Transcription

1 Research Paper LOW POWER AND AREA EFFICIENT MULTIPLIER-ACCUMULATOR UNIT FOR FIR FILTER Dr. M. Jayaprakash 1, Dr. V. V. Karthikeyan 2, M. Peermohamed 3 Address for Correspondence 1 Associate Professor, 2 Professor, Dept. Of EEE,Karpagam College of Engineering, 3 Asst. Prof., Dept. Of ECE, SCAD Institute of Technology ABSTRACT In the research field, the amplify demand of portable devices formulate Low power device design. Among the integrated circuits, Power dissipation is one of the primary design objectives, after speed. In VLSI system design, Design of low area, delay and power forms the foremost systems. These three strictures i.e. power, area and speed are always traded off. Though, area and speed are typically conflicting constraints, so that improving speed results mostly in larger areas. In microprocessors, digital signal processors, and data-processing application-specific integrated circuits, addition and multiplication of two binary numbers are the basic and most recurrently used arithmetic operation. Accumulator unit addition and multiplication forms the main blocks in Multiplier. The applications of digital signal processing like Fast Fourier Transform, Finite Impulse Response filters, convolution etc, a high speed and low power MAC units are necessitated. In MAC unit, area and speed are the most significant aspects, but occasionally, increasing speed also boosts the power consumption, accordingly there is an upper bound of speed for specified power criteria. As the various filter designs found in the Digital Signal Processing applications, entail computationally efficient multiply and Accumulate operations, thus the blocks with the desired traits have to be chosen carefully. To design and analysis various adder and multiplication ideas for high-speed, area efficient and low power operation Multiplier Accumulator unit is the main intent of this paper. In Verilog, all Adders and Multipliers are depicted and synthesized using Xilinx Spartan-3E trainer kit and subsequently the 8-tap FIR filter is executed with the proposed MAC unit using Virtex-4 FPGA board. The Virtex-4 board is utilized while it has plentiful DSP slices. KEYWORDS VLSI, MAC, FPGA, Virtex-4, FIR, Xilinx. I. INTRODUCTION In current scenario, Digital Signal Processing (DSP) with its new applications is receiving prominence in the commercial processors. It has diverse architectures and features than general purpose processors, and the performance gains of these features largely resolve the performance of the whole processor. The demand for these unique features roots from algorithms that necessitate complete computation and to map to these algorithms, the hardware is often designed. Finite Impulse Response (FIR) filter, Infinite Impulse Response (IIR) filter, and Fast Fourier Transform (FFT) are broadly used with DSP algorithms. Efficient computation of these algorithms is a direct result of the efficient design of the primary hardware. Digital signal processing such as filtering, convolution, and inner products, the multiplier and multiplier- accumulator (MAC) are the essential elements. This unit can calculate the running sum of products, which is at the heart of algorithms such as the FIR and FFT. The capability to compute with a fast MAC unit is vital to achieve high performance in many DSP algorithms, and is why there is at least one obsessive MAC unit in all of the modern commercial DSP processors. In most of the digital signal processing methods, nonlinear functions such as discrete cosine transform (DCT) or discrete wavelet transform (DWT) is used [7]. On considering that, they are vitally carry out by monotonous application of multiplication and addition, the speed of the multiplication and addition arithmetic s settle on the carrying out speed proceedings and performance of the integral calculation. In general, the critical path is dogged by the multiplier, while the multiplier entails the greatest delay among the basic operational blocks in digital system. The hub of every microprocessor, DSP and dataprocessing ASIC is its data path. Statistics showed that more than 70% of the instructions perform additions and multiplications in the data path of RISC machines [1]. At the heart of data-path and addressing units in turn are arithmetic units, such as comparators, adders, and multipliers. Digital multipliers are the most commonly used components in any digital circuit design. Multiplication based operations such as Multiply and Accumulate and inner product are among some of the frequently used Computation Intensive Arithmetic Functions, currently implemented in many DSP applications such as convolution, fast Fourier transform, filtering and in microprocessors in its arithmetic and logic unit. Since multiplication dominates the execution time of most DSP algorithms, there is a need of high speed multiplier. Currently, multiplication time is still the dominant factor in determining the instruction cycle time of a DSP chip. The demand for high speed processing has been increasing as a result of expanding computer and signal processing applications [6]. Higher throughput arithmetic operations are important to achieve the desired performance in many real-time signal and image processing applications. One of the key arithmetic operations in such applications is multiplication and the development of fast multiplier circuit has been a subject of interest over decades. Reducing the time delay and power consumption are very essential requirements for many applications. The MAC unit resolves the speed of the overall system; it always lies in the critical path. There are two major tailbacks that need to be considered, so as to improve the speed of the MAC unit. The first one is the partial products reduction network that is used in the multiplication block and the second one is the accumulator. Both stages require toting up of large operands that engross long paths for carry propagation. To speed up the multiplication process implements both the multiplication and the accumulation operations within the same functional block by assimilating the accumulator with the multiplication circuit using tree architectures for the partial products reduction network[12]. The wide-ranging construction of the MAC operation can be presented by this equation Z= A x B + Z Where, the multiplier A and multiplicand B are assumed to have n bits each and the addend Z has

2 (2n+1) bits. The basic MAC Unit is made up of a multiplier and an accumulator as shown in Figure 1. Fig. 1 MAC unit The multiplier can also be divided into the partial products generator, summation tree, and final adder. This construct leads to four basic blocks to implement. The summation network represents the core of the MAC unit. This block inhabits most of the area and consumes most of the circuit power and delay. Several algorithms and architectures are developed in attempt to optimize the implementation of this block. It executes the multiplication operation by multiplying the input multiplier and the multiplicand. This is added to the previous multiplication result as the accumulation step. The basic MAC operation comprises of a multiplication which can be divided into three operational steps. The first is radix-2 Booth encoding in which a partial product is generated from the multiplicand and the multiplier. The second is adder array or partial product compression to add all partial products and convert them into the form of sum and carry. The last is the final addition in which the final multiplication result is produced by adding the sum and the carry. II. ADDER TOPOLOGIES The design of high-speed and low-power VLSI architectures needs proficient arithmetic processing units, which are optimized for the performance parameters, namely, speed and power consumption. In general, for purpose microprocessors and digital signal processors Adders are the key components. It is also used in various functions such as subtraction, multiplication and division. Accordingly, it is very important that its performance s is well for their speed performance. Besides, for the applications such as the RISC processor design, where single cycle execution of instructions is the key measure of performance of the circuits, use of an efficient adder circuit becomes obligatory, to realize efficient system performance [6]. Additionally, in the design of fast adders, the area is an essential factor and it is taken for consideration. To the extreme, for highperformance processors and systems, high-speed, low power and area efficient addition and multiplication has always been a primary constraint. The major speed restraints of adders arise from the huge carry propagation delay encountered in the conventional adder circuits, such as ripple carry adder and carry save adder. The subsequent adder topologies are simulated and analysis is made for proposed MAC unit. Ripple Carry Adder Block Carry Look-Ahead Adder Ripple block Carry Look-Ahead Adder Carry Increment adder Carry Skip Adder with fixed block size Carry Skip Adder with variable block size Carry Select Adder Conditional Sum Adder A. Simulation Results of Adder Topologies The choices of adders pointed out above are synthesized and simulated using FPGA board. The FPGA board used here is Spartan- 3E XC3S500E, PQ208 configuration. Table I illustrates the simulated output of the adders such as Area, Delay and Power dissipation. TABLE I: AREA, DELAY AND POWER COMPARISON OF ADDER TOPOLOGIES Adders Area Delay Power Dissipation Block Carry Look ahead adder (BCLA) 33.29% ns 85.83mW Carry Select Adder (CSA) 39.73% ns 83.88mW Carry Skip adder with fixed block size (CSFBA) 33.29% ns 85.83mW Carry Skip adder with Variable block size (CSVBA) 36.51% ns 83.85mW Conditional Sum Adder (CoSA) 55.84% ns 88.72mW Ripple block carry look ahead adder (RBCLA) 33.92% ns 85.83mW Ripple Carry Adder (RCA) 33.29% ns 84.2mW Carry Increment Adder (CIA) 42.29% ns 92.35mW Fig 2. Area comparison of adder topologies Fig 3. Delay comparison of adder topologies

3 In the area assessment, it is observed that the maximum area is required for Conditional sum adder and next comes Carry increment adder. The slightest area required for Block Carry look ahead adder, Carry skip adder with fixed block size, Ripple block carry look ahead adder and Ripple carry adder. From the delay comparison shown in Table I and Fig 3 it is observed that the maximum delay take place for Carry increment adder. The least delay occurs for Conditional sum adder and Carry select adder and it is somewhat varied to Conditional sum adder. Together with the adders analysed, the Carry increment adder is having larger power dissipation. Among these adders, power dissipation is almost same and compared to these entire adders carry select adder is having reasonable power dissipation and area with high speed. The overall contrast presents the trade-off between area, delay and power consumption. By analysing various adder topologies, Conditional sum adder has nominal delay but greatest area consumption. Correspondingly, the adders such as Block carry look ahead adder, Carry skip adder with fixed block size, Ripple block carry look ahead adder and Ripple carry adder are having minimal area requirement from Fig 2 but having maximum delay, when related to Conditional sum adder. When match up to all the above four adders, Carry select adder is having a maximum area consumption but having minimum delay. Next by analysing the Carry select adder with conditional sum adder, the delay of Conditional sum adder is lower than carry select adder. In the same way, the area consumption of Carry select adder is lower than Conditional sum adder. According to the available outcome, the adder topology which has the best cooperation between area, delay and power dissipation from Fig 4 is Carry select adder which is suitable for high performance and low-power circuits. III. MULTIPLIER TOPOLOGIES The basic function used in digital signal processing is Multiplication. More than addition and subtraction it Fig 4. Power dissipation comparison of adder topologies entails more hardware resources and processing time. In actual fact, 8.72% of all instructions in a typical processing are multiplier [2]. A typical central processing unit allocates a sizeable amount of processing time in implementing arithmetic operations, particularly multiplication operations in computers. Most high performance digital signal processing systems rely on hardware multiplication to attain high data throughput. The element which contributes substantially to the total power consumption of the system is none other than the Multiplier. Multiplication is the main function in multiply and accumulate (MAC) unit, thus there is a need of high speed multiplier.[5] Currently, in determining the instruction cycle time of a DSP chip, multiplication time is still an overriding factor. The amount of circuitry involved is directly proportional to square of its resolution i.e., a multiplier of size of n bits has O(n 2 ) gates [8]. In this effort the following multiplier structures are synthesized and analyzed for proposed MAC unit. Booth Multiplier Modified Booth Multiplier Wallace tree multiplier Booth Encoded Wallace Tree Multiplier. A. Simulation Results of Multiplier Topologies The design of the above four 16x16 bit multipliers have been implemented on Spartan 3E (XC3S 500E). The table II shows the simulated output of preferred multipliers. All association based on the synthesis signifies keeping one common base for comparison which means, targeting the same FPGA device with same design constraints disguised for the synthesis of each multiplier. From Table II, the booth multiplier is having an area of 50.47% which is less when compared to other three multipliers. When coming to delay the Wallace tree is having ns which is less when compared to other multipliers. TABLE II: AREA, DELAY AND POWER DISSIPATION OF MULTIPLIER TOPOLOGIES Multipliers Area Delay Power Dissipation Booth Multiplier (BM) 45.32% mw Modified Booth Multiplier (MBM) 51.43% mw Wallace tree Multiplier (WTM) 73.23% mw Wallace tree Multiplier (MBWTM) 54.87% mw Fig 5. Area comparison of multiplier topologies

4 But the Wallace tree has an area of 54.87% which is slightly higher than Booth and Modified Booth multiplier. Fig 7 Power dissipation comparison of multiplier topologies Fig 6 Delay comparison of multiplier topologies But when comparing delay the Modified Booth Encoded Wallace tree is having ns which are lower than Booth and Modified Booth multiplier and higher than Wallace tree multiplier. As there is tradeoff between area, delay and power consumption, the Wallace tree multiplier is elected for designing low power and high speed MAC Unit. After selecting the optimized multiplier i.e., Modified booth encoded Wallace tree multiplier, the different adders are combined with this multiplier and simulated. The Table III shows the comparison of the multiplier and adder combination. TABLE III: AREA, DELAY AND POWER DISSIPATION COMPARISON OF MODIFIED BOOTH ENCODED WALLACE TREE MULTIPLIER WITH VARIOUS ADDERS Multipliers Area Delay Power Dissipation Wallace tree Multiplier with Carry look ahead adder (MA1) 31% mw Wallace tree Multiplier with carry skip fixed block adder (MA2) 37% mw Wallace tree Multiplier with carry skip variable block adder (MA3) 31% mw Wallace tree Multiplier with Ripple Carry adder (MA4) 34% mw Wallace tree Multiplier with carry select adder (MA5) 35% mw From the comparison the area is approximately same for all the combinations. But the delay for carry select adder combination is less, when compared to all other combination. So modified booth encoded Wallace tree multiplier with carry select adder for partial product generation is chosen for proposed multiply and accumulate unit. Fig 8 Area comparison of modified booth encd. wallace tree multiplier with various adder topologies Fig 9 Delay comparison of modified booth encd. wallace tree multiplier with various adder topologies Fig 10 Power Dissipation comparison of modified booth encd. wallace tree multiplier with various adder topologies In Spartan 3E (XC3S 500E) the design of various multiplier and multiplier/ adder combination have been executed. Of all the multipliers bestowed in this paper, the modified booth encoded Wallace tree multiplier is selected for MAC unit. Scrutiny made using multiplier with diverse adders exhibit that, carry select adder combination is having maximum speed and competence. Although carry select adder combination is having little area overhead, modified booth encoded Wallace tree multiplier with carry select adder can be chosen for designing the MAC unit because there is a trade-off between area, delay and power. IV. PROPOSED MAC UNIT FOR DIGITAL FILTERS In signal processing applications, Digital filters are the most repeatedly used elements. Amongst digital filters, FIR filters are favoured due to their stability, easily achievable linear-phase property, and low

5 quantization word length sensitivity. All these desirable properties come with a drawback compared to their recursive counterparts IIR filters: increased computational workload, hence power. This, in turn, leads to extreme amount of power dissipation which is a bottleneck for today s low power demanding applications. In the majority of digital signal processing (DSP) applications the critical operations are the multiplication and accumulation. Multiplier- Accumulator (MAC) unit that devours low power is always a key to achieve a high performance digital signal processing system. Finite impulse response (FIR) filters are widely used in various DSP applications. Optimized area and delay MAC unit for FIR filter is analysed in this paper. The adders and multipliers are analysed and comparison is made on the basics of power consumption, area and delay. Commencing the analysis, the Carry select adder and Wallace tree multiplier is elected for proposed MAC unit. The Figure 11 shows the MAC unit with selected adders and multipliers. Fig 11 MAC Unit with proposed Adder and Multiplier The MAC unit is divided into three pipe stages so it has the ability to be clocked at a faster rate. The latency is three cycles for a MAC or multiplies instruction, but the throughput is one operation per cycle. Figure 5.1 shows a block diagram of the MAC unit with the proposed adder and multiplier. The first pipe stage is for spawning the partial products and the second pipe stage prolongs accumulation of the partial products. The third and final pipe stage restrains accumulator to complete the MAC. This stage is the critical pipeline stage of the MAC unit. The adder is to be chosen which gives optimized power, area and delay for the accumulator. The selected adder and multiplier fabrication is synthesized with other adder for analyzing whether the selected adder and multiplier combination with an adder for accumulator is best among all the adders with proposed adder and multiplier combination. The Table IV gives the comparison of different adders with selected adder and multiplier combination for MAC unit. Commencing the comparison, the MAC unit is chosen with area efficient, low power and delay. TABLE IV: COMPARISON OF DIFFERENT ADDERS WITH SELECTED ADDER AND MULTIPLIER COMBINATION MAC Area Delay Carry select adder Combination with Block Carry look ahead adder (MAC 1) Carry select adder with carry look ahead adder (MAC 2) Carry select adder combination with carry select adder (MAC 3) carry select adder combination with fixed block size carry skip adder Power Dissipation 6% ns mw 6% ns mw 6% ns mw 6% ns mw (MAC 4) By synthesizing the selected adder and multiplier combination with other adders, the analysis is made for different MAC unit. From the comparison, the area for all the MAC unit is 6% and the power dissipation is almost similar. Subsequently, the carry select adder is having the lowest delay with all the adders by comparing the delay of each MAC unit. The carry select adder is chosen for accumulation hitherto. Figure 12 shows the graph for the MAC unit comparison based on area, delay and power consumption. Fig 12 Area, Delay and Power Consumption comparisons

6 The MAC unit determines the speed of the overall system; it always lies in the critical path. Many researchers have attempted in designing MAC architecture with high computational performance and low power consumption. In order to improve the speed of the MAC unit, there are two major bottlenecks that need to be considered. The first one is the partial products reduction network that is used in the multiplication block and the second one is the accumulator. Both of these stages require addition of large operands that involve long paths for carry propagation [10]. The carry select adder and Modified booth encoded Wallace tree multiplier is chosen for partial product reduction and for accumulation carry select adder. From the selected adders and multiplier, pipelining is introduced for further reduction in area, power and delay [9]. The Figure 13 shows the proposed MAC unit (pipelined MAC unit). Fig 13 Proposed MAC unit The speed of the MAC unit can further increased by pipelining. The speed of the MAC unit is greatly improved by proper deciding the number of pipeline stages and the positions for the pipeline registers to be inserted as discussed [3]. Pipelines are widely used to improve the performance of digital circuits, since they provide a simple way of implementing parallelism from streams of sequential operations. In a pipelining system, the maximum operating frequency is limited by slowest stage which has the longest delay. As more stages are inserted in the pipeline, each stage becomes shorter and ideally presents a smaller delay. Theoretically, the pipeline depth can be pushed to a level of using a single gate between two registers as discussed [4] But usually, there is a compromise between performance improvements obtained with increased pipeline depth and the penalties imposed by the additional memory elements inserted in between the stages. So trade-off between the reduction in delay due to pipelining and increase in area must always be considered. The Table V gives the area, power and delay values after synthesizing the proposed MAC unit with pipelining. Speed increases by the factor of 2.1 with penalty on the area increasing by the factor of 0.85 by means of utilizing pipelining. TABLE IV: PROPOSED MAC UNIT AREA, DELAY AND POWER DISSIPATION VALUES Proposed Lut Delay Power MAC unit 7% ns mw Though, speed improvement ratio is larger than the area increase ratio, and it is concluded that pipelining develops performance of MAC unit. Power dissipation also reduces by a factor of All comparison for adders, Multipliers and MAC unit based on the synthesis reports keeping one common base for comparison. To facilitate the same FPGA device is besieged (part number and speed grade) with the same design restrained implied for the synthesis of each multiplier. A. Proposed MAC Unit for FIR Filter Finite impulse response (FIR) filters are extensively used in various DSP applications.this section depicts an approach to the implementation of low power digital FIR filter using proposed MAC unit. For arithmetic circuits, a large portion of the dynamic power is wasted on un-productive signal glitches. Glitches are due to converging combinatorial paths with different propagation delays. Signal glitching refers to the transitory switching activity within a circuit as logic values propagate through multiple levels of combinational logic [11]. Pipelining is a simple and effective way of reducing glitching, and hence minimizing power consumption. It is found that, at a given clock speed, pipelining can reduce the amount of energy per operation by between 40% and 90% for applications such as integer multiplication, CORDIC, triple DES, and FIR filters [10]. The Figure 14 shows the synthesis output of FIR filter with proposed MAC unit. The target board used for simulating and synthesizing the 8 tap FIR filter is Virtex 4. Figure 14 Synthesis output for FIR with proposed MAC unit

7 V. CONCLUSION This paper gives a general conclusion and some recommended new directions are accessible in this paper. To design suitable low power MAC unit for FIR filters is the intent of this paper. This thesis investigates and examines fast adder and multiplication schemes, and utilizes them in the design and implementation of a MAC unit. In this paper, a low power, area efficient and high speed bit MAC unit has been presented. The basic building blocks for the MAC unit are identified and each block is analysed for its recital. Using Spartan- 3E XC3S500E, PQ208 trainer kit using Xilinx 13.2 software and Xilinx ISIM simulator for simulation, the designs of various adders and multipliers have been executed on FPGA board. On different techniques for low power and efficient adders and multipliers for MAC unit, a swot up has done. As of the cram, the pipelining technique is used for proposed MAC unit, where its adder and multiplier for partial product generation and it has been synthesized and analysed. Additionally, by various performance measures, appraisal of different adders and multipliers is done. Deliberations made in adder topologies exemplifies that the carry select adder along with all the adders is having the optimized power and delay, with increase in smaller area. Carry select adder has comparatively low value of critical path length hence less combinational path delay but it has higher number of leaf cell count and combinational path area. From multiplier topologies modified booth encoded Wallace tree multiplier is analyzed as the optimized one, as there is a swap between area, delay and power. The pipelining is the most broadly used method to get better performance of digital circuits. The speed increases by the factor of 50% with penalty on area increasing by factor of 1% by utilizing the pipelining technique for proposed MAC unit. It is fulfilled that pipelining progresses performance of multiplier even if; speed improvement ratio is superior to the area increase ratio. Comparisons are based on the synthesis reports keeping one common base for comparison specifically, the same FPGA device with same design constraints cloaked for the synthesis of each adder, multiplier and MAC unit. In this paper, Design for low power FIR filter using proposed MAC unit has been accessed. Proposed MAC unit on Virtex-4 board is implemented with the 8 tap FIR Filter. The power reduction is achieved through the usage of a proposed MAC unit inside the filters that diminish the total activity and consequently the dynamic power. This loom gives a better performance than the ordinary filter structures in stipulations of speed of operation, efficiency and power consumption REFERENCES [1] Hsun, L, Chen, C, Chen, LHC, Kwon, O, Nowka, K & Swartzlander, EE 2000, A 16-bit x 16-bit MAC design using fast 5:2 compressors, Proceedings of IEEE International Conference on Application Specific Systems, Architectures, and Processors, pp [2] Asadi, P & Navi, K 2007, A new low power bit multiplier, World Applied Sciences Journal, vol. 2, no. 4, pp [3] Sulistyo, JB & Ha, DS 2003, 5 GHz Pipelined multiplier and MAC in 0.18 µm Complementary Static CMOS,International Symposium on circuits and systems, pp [4] Panato, A, Silva, S, Wagner, F, Johann, M, Reis, R & Bampi, S 2004, Design of very deep pipelined multipliers for FPGAs, Proceedings of the Design, Automation and Test in Europe Conference and Exhibition Designers Forum, pp [5] More, TV & Kshirsagar, RV 2011, Design of low power column bypass multiplier using FPGA, 3rd International Conference on Electronics Computer Technology (ICECT), vol. 3, pp [6] Jaina, D, Sethi, K & Panda, R 2011, Vedic Mathematics Based Multiply Accumulate Unit, International Conference on Computational Intelligence and Communication Networks (CICN), pp [7] Ramkumar, B & Kittur, HM 2012, Low- Power and Area Efficient Carry Select Adder IEEE Transactions. On Very Large Scale Integration (VLSI) Systems, vol. 20, no. 2, pp [8] Jayaprakash. M, Peer Mohamed M, & Dr. A Shanmugam, 2011, Design and Analysis of Low Power and Area Efficient Multiplier International Journal of Electrical, Electronics and Mechanical Controls ISSN (Online), pp [9] Jayaprakash. M, Peer Mohamed M, & Dr. A Shanmugam, 2015 Low Power and High Speed MAC unit Implementation using Ripple Carry Adder & Wallace Tree Multiplier, International Journal of Innovative Ideas in Research (IJIIR), Vol.1, no.1, September 2015, pp [10] Zhu, N, Goh, WG, Zhang, W, Yeo, KS & Kong, ZH 2010, Design of Low-Power High-Speed Truncation- Error-Tolerant Adder and Its Application in Digital Signal Processing, IEEE Transactions on Very Large Scale Integration (VLSI) Systems, vol. 18, no. 8. [11] Rashidi, B & Pourormazd, M 2011, Design and implementation of low power Digital FIR Filter based on low power multipliers and adders on Xilinx FPGA, IEEE Publications. [12] Hoang, TT, Sjalander, M & Edefors, LP 2010, A High- Speed, Energy-Efficient Two-Cycle Multiply- Accumulate (MAC) Architecture and Its Application to a Double-Throughput MAC Unit, IEEE Transactions on Circuits and systems, no. 12, pp

CHAPTER 4 ANALYSIS OF LOW POWER, AREA EFFICIENT AND HIGH SPEED MULTIPLIER TOPOLOGIES

CHAPTER 4 ANALYSIS OF LOW POWER, AREA EFFICIENT AND HIGH SPEED MULTIPLIER TOPOLOGIES 69 CHAPTER 4 ANALYSIS OF LOW POWER, AREA EFFICIENT AND HIGH SPEED MULTIPLIER TOPOLOGIES 4.1 INTRODUCTION Multiplication is one of the basic functions used in digital signal processing. It requires more

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

IJCSIET--International Journal of Computer Science information and Engg., Technologies ISSN

IJCSIET--International Journal of Computer Science information and Engg., Technologies ISSN An efficient add multiplier operator design using modified Booth recoder 1 I.K.RAMANI, 2 V L N PHANI PONNAPALLI 2 Assistant Professor 1,2 PYDAH COLLEGE OF ENGINEERING & TECHNOLOGY, Visakhapatnam,AP, India.

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

Modified Booth Multiplier Based Low-Cost FIR Filter Design Shelja Jose, Shereena Mytheen

Modified Booth Multiplier Based Low-Cost FIR Filter Design Shelja Jose, Shereena Mytheen Modified Booth Multiplier Based Low-Cost FIR Filter Design Shelja Jose, Shereena Mytheen Abstract A new low area-cost FIR filter design is proposed using a modified Booth multiplier based on direct form

More information

A Novel High Performance 64-bit MAC Unit with Modified Wallace Tree Multiplier

A Novel High Performance 64-bit MAC Unit with Modified Wallace Tree Multiplier Proceedings of International Conference on Emerging Trends in Engineering & Technology (ICETET) 29th - 30 th September, 2014 Warangal, Telangana, India (SF0EC024) ISSN (online): 2349-0020 A Novel High

More information

Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley Based Multiplier

Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley Based Multiplier Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley Based Multiplier Ku. Shweta N. Yengade 1, Associate Prof. P. R. Indurkar 2 1 M. Tech Student, Department of Electronics and

More information

High Speed Vedic Multiplier Designs Using Novel Carry Select Adder

High Speed Vedic Multiplier Designs Using Novel Carry Select Adder High Speed Vedic Multiplier Designs Using Novel Carry Select Adder 1 chintakrindi Saikumar & 2 sk.sahir 1 (M.Tech) VLSI, Dept. of ECE Priyadarshini Institute of Technology & Management 2 Associate Professor,

More information

Implementation of Parallel Multiplier-Accumulator using Radix- 2 Modified Booth Algorithm and SPST

Implementation of Parallel Multiplier-Accumulator using Radix- 2 Modified Booth Algorithm and SPST ǁ Volume 02 - Issue 01 ǁ January 2017 ǁ PP. 06-14 Implementation of Parallel Multiplier-Accumulator using Radix- 2 Modified Booth Algorithm and SPST Ms. Deepali P. Sukhdeve Assistant Professor Department

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

A New High Speed Low Power Performance of 8- Bit Parallel Multiplier-Accumulator Using Modified Radix-2 Booth Encoded Algorithm

A New High Speed Low Power Performance of 8- Bit Parallel Multiplier-Accumulator Using Modified Radix-2 Booth Encoded Algorithm A New High Speed Low Power Performance of 8- Bit Parallel Multiplier-Accumulator Using Modified Radix-2 Booth Encoded Algorithm V.Sandeep Kumar Assistant Professor, Indur Institute Of Engineering & Technology,Siddipet

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) STUDY ON COMPARISON OF VARIOUS MULTIPLIERS

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) STUDY ON COMPARISON OF VARIOUS MULTIPLIERS INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

Reduced Complexity Wallace Tree Mulplier and Enhanced Carry Look-Ahead Adder for Digital FIR Filter

Reduced Complexity Wallace Tree Mulplier and Enhanced Carry Look-Ahead Adder for Digital FIR Filter Reduced Complexity Wallace Tree Mulplier and Enhanced Carry Look-Ahead Adder for Digital FIR Filter Dr.N.C.sendhilkumar, Assistant Professor Department of Electronics and Communication Engineering Sri

More information

A Survey on Power Reduction Techniques in FIR Filter

A Survey on Power Reduction Techniques in FIR Filter A Survey on Power Reduction Techniques in FIR Filter 1 Pooja Madhumatke, 2 Shubhangi Borkar, 3 Dinesh Katole 1, 2 Department of Computer Science & Engineering, RTMNU, Nagpur Institute of Technology Nagpur,

More information

Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm

Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm Vijay Kumar Ch 1, Leelakrishna Muthyala 1, Chitra E 2 1 Research Scholar, VLSI, SRM University, Tamilnadu, India 2 Assistant Professor,

More information

Research Article Design of a Novel Optimized MAC Unit using Modified Fault Tolerant Vedic Multiplier

Research Article Design of a Novel Optimized MAC Unit using Modified Fault Tolerant Vedic Multiplier Research Journal of Applied Sciences, Engineering and Technology 8(7): 900-906, 2014 DOI:10.19026/rjaset.8.1051 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted: June

More information

[Krishna, 2(9): September, 2013] ISSN: Impact Factor: INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

[Krishna, 2(9): September, 2013] ISSN: Impact Factor: INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Design of Wallace Tree Multiplier using Compressors K.Gopi Krishna *1, B.Santhosh 2, V.Sridhar 3 gopikoleti@gmail.com Abstract

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

Design and Characterization of 16 Bit Multiplier Accumulator Based on Radix-2 Modified Booth Algorithm

Design and Characterization of 16 Bit Multiplier Accumulator Based on Radix-2 Modified Booth Algorithm Design and Characterization of 16 Bit Multiplier Accumulator Based on Radix-2 Modified Booth Algorithm Vijay Dhar Maurya 1, Imran Ullah Khan 2 1 M.Tech Scholar, 2 Associate Professor (J), Department of

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

ISSN Vol.07,Issue.08, July-2015, Pages:

ISSN Vol.07,Issue.08, July-2015, Pages: ISSN 2348 2370 Vol.07,Issue.08, July-2015, Pages:1397-1402 www.ijatir.org Implementation of 64-Bit Modified Wallace MAC Based On Multi-Operand Adders MIDDE SHEKAR 1, M. SWETHA 2 1 PG Scholar, Siddartha

More information

JDT LOW POWER FIR FILTER ARCHITECTURE USING ACCUMULATOR BASED RADIX-2 MULTIPLIER

JDT LOW POWER FIR FILTER ARCHITECTURE USING ACCUMULATOR BASED RADIX-2 MULTIPLIER JDT-003-2013 LOW POWER FIR FILTER ARCHITECTURE USING ACCUMULATOR BASED RADIX-2 MULTIPLIER 1 Geetha.R, II M Tech, 2 Mrs.P.Thamarai, 3 Dr.T.V.Kirankumar 1 Dept of ECE, Bharath Institute of Science and Technology

More information

DESIGN OF MULTIPLE CONSTANT MULTIPLICATION ALGORITHM FOR FIR FILTER

DESIGN OF MULTIPLE CONSTANT MULTIPLICATION ALGORITHM FOR FIR FILTER Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 3, March 2014,

More information

Design and Simulation of Convolution Using Booth Encoded Wallace Tree Multiplier

Design and Simulation of Convolution Using Booth Encoded Wallace Tree Multiplier IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. PP 42-46 www.iosrjournals.org Design and Simulation of Convolution Using Booth Encoded Wallace

More information

A Review on Different Multiplier Techniques

A Review on Different Multiplier Techniques A Review on Different Multiplier Techniques B.Sudharani Research Scholar, Department of ECE S.V.U.College of Engineering Sri Venkateswara University Tirupati, Andhra Pradesh, India Dr.G.Sreenivasulu Professor

More information

ISSN Vol.03,Issue.02, February-2014, Pages:

ISSN Vol.03,Issue.02, February-2014, Pages: www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.02, February-2014, Pages:0239-0244 Design and Implementation of High Speed Radix 8 Multiplier using 8:2 Compressors A.M.SRINIVASA CHARYULU

More information

Design and Implementation Radix-8 High Performance Multiplier Using High Speed Compressors

Design and Implementation Radix-8 High Performance Multiplier Using High Speed Compressors Design and Implementation Radix-8 High Performance Multiplier Using High Speed Compressors M.Satheesh, D.Sri Hari Student, Dept of Electronics and Communication Engineering, Siddartha Educational Academy

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

High Speed and Reduced Power Radix-2 Booth Multiplier

High Speed and Reduced Power Radix-2 Booth Multiplier www..org 25 High Speed and Reduced Power Radix-2 Booth Multiplier Sakshi Rajput 1, Priya Sharma 2, Gitanjali 3 and Garima 4 1,2,3,4 Asst. Professor, Deptt. of Electronics and Communication, Maharaja Surajmal

More information

Performance Analysis of a 64-bit signed Multiplier with a Carry Select Adder Using VHDL

Performance Analysis of a 64-bit signed Multiplier with a Carry Select Adder Using VHDL Performance Analysis of a 64-bit signed Multiplier with a Carry Select Adder Using VHDL E.Deepthi, V.M.Rani, O.Manasa Abstract: This paper presents a performance analysis of carrylook-ahead-adder and carry

More information

Design and Simulation of 16x16 Hybrid Multiplier based on Modified Booth algorithm and Wallace tree Structure

Design and Simulation of 16x16 Hybrid Multiplier based on Modified Booth algorithm and Wallace tree Structure Design and Simulation of 16x16 Hybrid Multiplier based on Modified Booth algorithm and Wallace tree Structure 1 JUILI BORKAR, 2 DR.U.M.GOKHALE 1 M.TECH VLSI (STUDENT), DEPARTMENT OF ETC, GHRIET, NAGPUR,

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

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

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

Design and Implementation of Scalable Micro Programmed Fir Filter Using Wallace Tree and Birecoder

Design and Implementation of Scalable Micro Programmed Fir Filter Using Wallace Tree and Birecoder Design and Implementation of Scalable Micro Programmed Fir Filter Using Wallace Tree and Birecoder J.Hannah Janet 1, Jeena Thankachan Student (M.E -VLSI Design), Dept. of ECE, KVCET, Anna University, Tamil

More information

[Devi*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Devi*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DESIGN OF HIGH SPEED FIR FILTER ON FPGA BY USING MULTIPLEXER ARRAY OPTIMIZATION IN DA-OBC ALGORITHM Palepu Mohan Radha Devi, Vijay

More information

An area optimized FIR Digital filter using DA Algorithm based on FPGA

An area optimized FIR Digital filter using DA Algorithm based on FPGA An area optimized FIR Digital filter using DA Algorithm based on FPGA B.Chaitanya Student, M.Tech (VLSI DESIGN), Department of Electronics and communication/vlsi Vidya Jyothi Institute of Technology, JNTU

More information

Design and Implementation of 64-bit MAC Unit for DSP Applications using verilog HDL

Design and Implementation of 64-bit MAC Unit for DSP Applications using verilog HDL Design and Implementation of 64-bit MAC Unit for DSP Applications using verilog HDL 1 Shaik. Mahaboob Subhani 2 L.Srinivas Reddy Subhanisk491@gmal.com 1 lsr@ngi.ac.in 2 1 PG Scholar Dept of ECE Nalanda

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

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

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

AN EFFICIENT MAC DESIGN IN DIGITAL FILTERS

AN EFFICIENT MAC DESIGN IN DIGITAL FILTERS AN EFFICIENT MAC DESIGN IN DIGITAL FILTERS THIRUMALASETTY SRIKANTH 1*, GUNGI MANGARAO 2* 1. Dept of ECE, Malineni Lakshmaiah Engineering College, Andhra Pradesh, India. Email Id : srikanthmailid07@gmail.com

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 AND IMPLEMENTATION OF TRUNCATED MULTIPLIER FOR DSP APPLICATIONS AKASH D.

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 8, August 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Implementation

More information

Performance Analysis of Multipliers in VLSI Design

Performance Analysis of Multipliers in VLSI Design Performance Analysis of Multipliers in VLSI Design Lunius Hepsiba P 1, Thangam T 2 P.G. Student (ME - VLSI Design), PSNA College of, Dindigul, Tamilnadu, India 1 Associate Professor, Dept. of ECE, PSNA

More information

AREA EFFICIENT DISTRIBUTED ARITHMETIC DISCRETE COSINE TRANSFORM USING MODIFIED WALLACE TREE MULTIPLIER

AREA EFFICIENT DISTRIBUTED ARITHMETIC DISCRETE COSINE TRANSFORM USING MODIFIED WALLACE TREE MULTIPLIER American Journal of Applied Sciences 11 (2): 180-188, 2014 ISSN: 1546-9239 2014 Science Publication doi:10.3844/ajassp.2014.180.188 Published Online 11 (2) 2014 (http://www.thescipub.com/ajas.toc) AREA

More information

Optimized FIR filter design using Truncated Multiplier Technique

Optimized FIR filter design using Truncated Multiplier Technique International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Optimized FIR filter design using Truncated Multiplier Technique V. Bindhya 1, R. Guru Deepthi 2, S. Tamilselvi 3, Dr. C. N. Marimuthu

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 Performance Analysis of 64 bit Multiplier using Carry Save Adder and its DSP Application using Cadence

Design and Performance Analysis of 64 bit Multiplier using Carry Save Adder and its DSP Application using Cadence Design and Performance Analysis of 64 bit Multiplier using Carry Save Adder and its DSP Application using Cadence Krishna Naik Dungavath Assistant Professor, Dept. of ECE, PVKKIT, Anantapuramu,, Andhra

More information

A NOVEL IMPLEMENTATION OF HIGH SPEED MULTIPLIER USING BRENT KUNG CARRY SELECT ADDER K. Golda Hepzibha 1 and Subha 2

A NOVEL IMPLEMENTATION OF HIGH SPEED MULTIPLIER USING BRENT KUNG CARRY SELECT ADDER K. Golda Hepzibha 1 and Subha 2 A NOVEL IMPLEMENTATION OF HIGH SPEED MULTIPLIER USING BRENT KUNG CARRY SELECT ADDER K. Golda Hepzibha 1 and Subha 2 ECE Department, Sri Manakula Vinayagar Engineering College, Puducherry, India E-mails:

More information

International Journal of Advanced Research in Biology Engineering Science and Technology (IJARBEST)

International Journal of Advanced Research in Biology Engineering Science and Technology (IJARBEST) DESIGN AND PERFORMANCE OF BAUGH-WOOLEY MULTIPLIER USING CARRY LOOK AHEAD ADDER T.Janani [1], R.Nirmal Kumar [2] PG Student,Asst.Professor,Department Of ECE Bannari Amman Institute of Technology, Sathyamangalam-638401.

More information

An Optimized Design for Parallel MAC based on Radix-4 MBA

An Optimized Design for Parallel MAC based on Radix-4 MBA An Optimized Design for Parallel MAC based on Radix-4 MBA R.M.N.M.Varaprasad, M.Satyanarayana Dept. of ECE, MVGR College of Engineering, Andhra Pradesh, India Abstract In this paper a novel architecture

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

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

A MODIFIED ARCHITECTURE OF MULTIPLIER AND ACCUMULATOR USING SPURIOUS POWER SUPPRESSION TECHNIQUE

A MODIFIED ARCHITECTURE OF MULTIPLIER AND ACCUMULATOR USING SPURIOUS POWER SUPPRESSION TECHNIQUE A MODIFIED ARCHITECTURE OF MULTIPLIER AND ACCUMULATOR USING SPURIOUS POWER SUPPRESSION TECHNIQUE R.Mohanapriya #1, K. Rajesh*² # PG Scholar (VLSI Design), Knowledge Institute of Technology, Salem * Assistant

More information

Tirupur, Tamilnadu, India 1 2

Tirupur, Tamilnadu, India 1 2 986 Efficient Truncated Multiplier Design for FIR Filter S.PRIYADHARSHINI 1, L.RAJA 2 1,2 Departmentof Electronics and Communication Engineering, Angel College of Engineering and Technology, Tirupur, Tamilnadu,

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BYAENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2017 March 11(3): pages 176-181 Open Access Journal A Duck Power Aerial

More information

IJCSIET-- International Journal of Computer Science information and Engg., Technologies ISSN

IJCSIET-- International Journal of Computer Science information and Engg., Technologies ISSN High throughput Modified Wallace MAC based on Multi operand Adders : 1 Menda Jaganmohanarao, 2 Arikathota Udaykumar 1 Student, 2 Assistant Professor 1,2 Sri Vekateswara College of Engineering and Technology,

More information

A New network multiplier using modified high order encoder and optimized hybrid adder in CMOS technology

A New network multiplier using modified high order encoder and optimized hybrid adder in CMOS technology Inf. Sci. Lett. 2, No. 3, 159-164 (2013) 159 Information Sciences Letters An International Journal http://dx.doi.org/10.12785/isl/020305 A New network multiplier using modified high order encoder and optimized

More information

Implementation of FPGA based Design for Digital Signal Processing

Implementation of FPGA based Design for Digital Signal Processing e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 150 156 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Implementation of FPGA based Design for Digital Signal Processing Neeraj Soni 1,

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

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

Wallace Tree Multiplier Designs: A Performance Comparison Review

Wallace Tree Multiplier Designs: A Performance Comparison Review Wallace Tree Multiplier Designs: A Performance Comparison Review Abstract Himanshu Bansal, K. G. Sharma*, Tripti Sharma ECE department, MUST University, Lakshmangarh, Sikar, Rajasthan, India *sharma.kg@gmail.com

More information

ASIC Implementation of High Speed Area Efficient Arithmetic Unit using GDI based Vedic Multiplier

ASIC Implementation of High Speed Area Efficient Arithmetic Unit using GDI based Vedic Multiplier INTERNATIONAL JOURNAL OF APPLIED RESEARCH AND TECHNOLOGY ISSN 2519-5115 RESEARCH ARTICLE ASIC Implementation of High Speed Area Efficient Arithmetic Unit using GDI based Vedic Multiplier 1 M. Sangeetha

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

Review of Booth Algorithm for Design of Multiplier

Review of Booth Algorithm for Design of Multiplier Review of Booth Algorithm for Design of Multiplier N.VEDA KUMAR, THEEGALA DHIVYA Assistant Professor, M.TECH STUDENT Dept of ECE,Megha Institute of Engineering & Technology For womens,edulabad,ghatkesar

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

A Faster Carry save Adder in Radix-8 Booth Encoded Multiplier

A Faster Carry save Adder in Radix-8 Booth Encoded Multiplier A Faster Carry save Adder in Radix-8 Booth Encoded Multiplier 1 K.Chandana Reddy, 2 P.Benister Joseph Pravin 1 M.Tech-VLSI Design, Department of ECE, Sathyabama University, Chennai-119, India. 2 Assistant

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

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

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

International Journal Of Scientific Research And Education Volume 3 Issue 6 Pages June-2015 ISSN (e): Website:

International Journal Of Scientific Research And Education Volume 3 Issue 6 Pages June-2015 ISSN (e): Website: International Journal Of Scientific Research And Education Volume 3 Issue 6 Pages-3529-3538 June-2015 ISSN (e): 2321-7545 Website: http://ijsae.in Efficient Architecture for Radix-2 Booth Multiplication

More information

ISSN Vol.02, Issue.11, December-2014, Pages:

ISSN Vol.02, Issue.11, December-2014, Pages: ISSN 2322-0929 Vol.02, Issue.11, December-2014, Pages:1129-1133 www.ijvdcs.org Design and Implementation of 32-Bit Unsigned Multiplier using CLAA and CSLA DEGALA PAVAN KUMAR 1, KANDULA RAVI KUMAR 2, B.V.MAHALAKSHMI

More information

Efficient Multi-Operand Adders in VLSI Technology

Efficient Multi-Operand Adders in VLSI Technology Efficient Multi-Operand Adders in VLSI Technology K.Priyanka M.Tech-VLSI, D.Chandra Mohan Assistant Professor, Dr.S.Balaji, M.E, Ph.D Dean, Department of ECE, Abstract: This paper presents different approaches

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

Low-Power Multipliers with Data Wordlength Reduction

Low-Power Multipliers with Data Wordlength Reduction Low-Power Multipliers with Data Wordlength Reduction Kyungtae Han, Brian L. Evans, and Earl E. Swartzlander, Jr. Dept. of Electrical and Computer Engineering The University of Texas at Austin Austin, TX

More information

ASIC Design and Implementation of SPST in FIR Filter

ASIC Design and Implementation of SPST in FIR Filter ASIC Design and Implementation of SPST in FIR Filter 1 Bency Babu, 2 Gayathri Suresh, 3 Lekha R, 4 Mary Mathews 1,2,3,4 Dept. of ECE, HKBK, Bangalore Email: 1 gogoobabu@gmail.com, 2 suresh06k@gmail.com,

More information

Performance Enhancement of the RSA Algorithm by Optimize Partial Product of Booth Multiplier

Performance Enhancement of the RSA Algorithm by Optimize Partial Product of Booth Multiplier International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 8 (2017) pp. 1329-1338 Research India Publications http://www.ripublication.com Performance Enhancement of the

More information

Research Journal of Pharmaceutical, Biological and Chemical Sciences

Research Journal of Pharmaceutical, Biological and Chemical Sciences Research Journal of Pharmaceutical, Biological and Chemical Sciences Optimizing Area of Vedic Multiplier using Brent-Kung Adder. V Anand, and V Vijayakumar*. Department of Electronics and Communication

More information

Anitha R 1, Alekhya Nelapati 2, Lincy Jesima W 3, V. Bagyaveereswaran 4, IEEE member, VIT University, Vellore

Anitha R 1, Alekhya Nelapati 2, Lincy Jesima W 3, V. Bagyaveereswaran 4, IEEE member, VIT University, Vellore IOSR Journal of Electronics and Communication Engineering (IOSRJECE) ISSN: 2278-2834 Volume 1, Issue 4 (May-June 2012), PP 33-37 Comparative Study of High performance Braun s Multiplier using FPGAs Anitha

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

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

Area Efficient and Low Power Reconfiurable Fir Filter

Area Efficient and Low Power Reconfiurable Fir Filter 50 Area Efficient and Low Power Reconfiurable Fir Filter A. UMASANKAR N.VASUDEVAN N.Kirubanandasarathy Research scholar St.peter s university, ECE, Chennai- 600054, INDIA Dean (Engineering and Technology),

More information

Digital Integrated CircuitDesign

Digital Integrated CircuitDesign Digital Integrated CircuitDesign Lecture 13 Building Blocks (Multipliers) Register Adder Shift Register Adib Abrishamifar EE Department IUST Acknowledgement This lecture note has been summarized and categorized

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

Novel High speed Vedic Multiplier proposal incorporating Adder based on Quaternary Signed Digit number system

Novel High speed Vedic Multiplier proposal incorporating Adder based on Quaternary Signed Digit number system 2018 31th International Conference on VLSI Design and 2018 17th International Conference on Embedded Systems Novel High speed Vedic Multiplier proposal incorporating Adder based on Quaternary Signed Digit

More information

Design of high speed multiplier using Modified Booth Algorithm with hybrid carry look-ahead adder

Design of high speed multiplier using Modified Booth Algorithm with hybrid carry look-ahead adder Design of high speed multiplier using Modified Booth Algorithm with hybrid carry look-ahead adder Balakumaran R, Department of Electronics and Communication Engineering, Amrita School of Engineering, Coimbatore,

More information

Mahendra Engineering College, Namakkal, Tamilnadu, India.

Mahendra Engineering College, Namakkal, Tamilnadu, India. Implementation of Modified Booth Algorithm for Parallel MAC Stephen 1, Ravikumar. M 2 1 PG Scholar, ME (VLSI DESIGN), 2 Assistant Professor, Department ECE Mahendra Engineering College, Namakkal, Tamilnadu,

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

A Fixed-Width Modified Baugh-Wooley Multiplier Using Verilog

A Fixed-Width Modified Baugh-Wooley Multiplier Using Verilog A Fixed-Width Modified Baugh-Wooley Multiplier Using Verilog K.Durgarao, B.suresh, G.Sivakumar, M.Divaya manasa Abstract Digital technology has advanced such that there is an increased need for power efficient

More information

DESIGN OF LOW POWER / HIGH SPEED MULTIPLIER USING SPURIOUS POWER SUPPRESSION TECHNIQUE (SPST)

DESIGN OF LOW POWER / HIGH SPEED MULTIPLIER USING SPURIOUS POWER SUPPRESSION TECHNIQUE (SPST) Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 1, January 2014,

More information

VLSI Implementation of Reconfigurable Low Power Fir Filter Architecture

VLSI Implementation of Reconfigurable Low Power Fir Filter Architecture VLSI Implementation of Reconfigurable Low Power Fir Filter Architecture Mr.K.ANANDAN 1 Mr.N.S.YOGAANANTH 2 PG Student P.S.R. Engineering College, Sivakasi, Tamilnadu, India 1 Assistant professor.p.s.r

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

Field Programmable Gate Arrays based Design, Implementation and Delay Study of Braun s Multipliers

Field Programmable Gate Arrays based Design, Implementation and Delay Study of Braun s Multipliers Journal of Computer Science 7 (12): 1894-1899, 2011 ISSN 1549-3636 2011 Science Publications Field Programmable Gate Arrays based Design, Implementation and Delay Study of Braun s Multipliers Muhammad

More information

IMPLEMENTATION OF AREA EFFICIENT MULTIPLIER AND ADDER ARCHITECTURE IN DIGITAL FIR FILTER

IMPLEMENTATION OF AREA EFFICIENT MULTIPLIER AND ADDER ARCHITECTURE IN DIGITAL FIR FILTER ISSN: 0976-3104 Srividya. ARTICLE OPEN ACCESS IMPLEMENTATION OF AREA EFFICIENT MULTIPLIER AND ADDER ARCHITECTURE IN DIGITAL FIR FILTER Srividya Sahyadri College of Engineering & Management, ECE Dept, Mangalore,

More information

Design of a Power Optimal Reversible FIR Filter ASIC Speech Signal Processing

Design of a Power Optimal Reversible FIR Filter ASIC Speech Signal Processing Design of a Power Optimal Reversible FIR Filter ASIC Speech Signal Processing Yelle Harika M.Tech, Joginpally B.R.Engineering College. P.N.V.M.Sastry M.S(ECE)(A.U), M.Tech(ECE), (Ph.D)ECE(JNTUH), PG DIP

More information

DESIGN OF FIR FILTER ARCHITECTURE USING VARIOUS EFFICIENT MULTIPLIERS Indumathi M #1, Vijaya Bala V #2

DESIGN OF FIR FILTER ARCHITECTURE USING VARIOUS EFFICIENT MULTIPLIERS Indumathi M #1, Vijaya Bala V #2 ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com DESIGN OF FIR FILTER ARCHITECTURE USING VARIOUS EFFICIENT MULTIPLIERS Indumathi M #1, Vijaya Bala V #2 1,2 Electronics

More information

A Parallel Multiplier - Accumulator Based On Radix 4 Modified Booth Algorithms by Using Spurious Power Suppression Technique

A Parallel Multiplier - Accumulator Based On Radix 4 Modified Booth Algorithms by Using Spurious Power Suppression Technique Vol. 3, Issue. 3, May - June 2013 pp-1587-1592 ISS: 2249-6645 A Parallel Multiplier - Accumulator Based On Radix 4 Modified Booth Algorithms by Using Spurious Power Suppression Technique S. Tabasum, M.

More information

Comparative Analysis of different Algorithm for Design of High-Speed Multiplier Accumulator Unit (MAC)

Comparative Analysis of different Algorithm for Design of High-Speed Multiplier Accumulator Unit (MAC) Indian Journal of Science and Technology, Vol 9(8), DOI: 10.17485/ijst/2016/v9i8/83614, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Comparative Analysis of different Algorithm for

More information