SlideShare a Scribd company logo
International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 111
Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power
High Performance Multipliers”. International Conference on Information Engineering, Management and Security
2016: 111-115. Print.
International Conference on Information Engineering, Management and Security 2016 [ICIEMS]
ISBN 978-81-929866-4-7 VOL 01
Website iciems.in eMail iciems@asdf.res.in
Received 02 – February – 2016 Accepted 15 - February – 2016
Article ID ICIEMS021 eAID ICIEMS.2016.021
An Efficient Implementation and Analysis of Low Power
High Performance Multipliers
B M Prabhu1
, S Gayathri2
, Dr S Padma3
1,2
Angel College of Engineering and Technology, Tirupur, India.
3
Sona College of Technology, Salem.
Abstract- Multipliers are optimized for low power which is of great interest in scientific and engineering field. There is large consumption of energy
during the multiplication and addition process so an efficient implementation and analysis of different multipliers and adders are to be made to increase
the performance. The multipliers used in multiplication process should involve low area, power and delay. Hence there is a need for optimization, as the
performance of multiplier depends on the Multiplication process. The proposed work comprises the designing of 8-bit array multiplier and Baugh
Wooley multiplier and analyzing the various parameters involved for optimizing the performance. The work has been done in a schematic editor using
Tanner tool v7.00 in 20um CMOS technology. T-spice is used as simulator and W-editor is used for formal verification of the multiplier
Keywords: Array multiplier, Baugh Wooley multiplier, Area, Power, Delay.
I INTRODUCTION
Multipliers play an important role in today’s digital world. Multiplication is a heavily used arithmetic operation that figures
prominently in scientific applications. The motive of our project is to study and develop an Efficient Fast and Low Power Multiplier.
As the name suggests we had to go for faster and low power factor optimization simultaneously. We know that the basic building block
of a multiplier is ADDER circuit. The basic components used in multipliers is AND gates and few full adders. Multiplication process
involves three steps:
1. Partial product generation.
2. Partial product reduction.
3. Final addition.
For the multiplication of an n-bit multiplicand with an m bit multiplier, m partial products are generated and product formed is n + m
bits long. Depending upon the size of the inputs multiplication operation includes the operations of shift and addition. Because of the
more steps for the calculation, multiplier occupies the large area with high power consumption and low speed due to the delay.
Designing of multipliers, verifying waveforms, then finally calculating area and Power consumed in the circuit. After knowing all this
we also calculated delay for different multipliers which helped us to determine the best multiplier.
This paper is prepared exclusively for International Conference on Information Engineering, Management and Security 2016 [ICIEMS 2016] which is published by
ASDF International, Registered in London, United Kingdom under the directions of the Editor-in-Chief Dr. K. Saravanan and Editors Dr. Daniel James, Dr.
Kokula Krishna Hari Kunasekaran and Dr. Saikishore Elangovan. Permission to make digital or hard copies of part or all of this work for personal or classroom use
is granted without fee provided that copies are not made or distributed for profit or commercial advantage, and that copies bear this notice and the full citation on
the first page. Copyrights for third-party components of this work must be honoured. For all other uses, contact the owner/author(s). Copyright Holder can be
reached at copy@asdf.international for distribution.
2016 © Reserved by Association of Scientists, Developers and Faculties [www.ASDF.international]
International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 112
Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power
High Performance Multipliers”. International Conference on Information Engineering, Management and Security
2016: 111-115. Print.
II Multipliers
A. Array Multipliers
Array multiplier is well known due to its regular structure. Multiplier circuit is based on add and shift algorithm. Each partial product
is generated by the multiplication of the multiplicand with one multiplier bit. The partial product is shifted according to their bit
orders and then added. The addition can be performed with normal carry propagate adder. N-1 adders are required where N is the
multiplier length.
Figure 1. Array Multiplier
In Array multiplier, almost identical calls array is used for generation of the bit-products and accumulation. All bit-products are
generated in parallel and collected through an array of full adders or any other type of adders and final adder. Therefore, among other
multiplier structures, array multiplier takes up the least amount of area.
B. Baugh-Wooley
Baugh-Wooley algorithm for the unsigned binary multiplication is based on the concept shown in figure. The algorithm specifies that
all possible AND terms are created first, and then sent through an array of half-adders and full adders with the Carry-outs chained to
the next most significant bit at each level of addition. Negative operands may be multiplied using a Baugh-Woolley multiplier. A single
full adder circuit naturally lays out in a very wide (or tall) chip, which creates problems when working toward smallest form factor and
efficiency of cost.
Figure 2. Baugh Wooley Multiplier
III Result
The circuits are designed and simulated using TANNER software. The implementation of the multipliers in Tanner is used to easily
understand the different designing parameters effectively. The multiplier with low power eliminates the switching activities and thus
International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 113
Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power
High Performance Multipliers”. International Conference on Information Engineering, Management and Security
2016: 111-115. Print.
reduces the power dissipation. The 8-bit Array and Baugh wooley multiplier have been implemented. The schematic and the
simulation result for the 8-bit array multiplier is shown in the Figure 3 and Figure 4.
Figure 3 Schematic diagram of 8-bit Array Multiplier
Figure 4 Simulation result of 8-bit Array Multiplier.
The schematic and the simulation result for the 8-bit Baugh Wooley multiplier is as shown.
Figure 5 Schematic diagram of 8-bit Baugh Wooley Multiplier
International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 114
Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power
High Performance Multipliers”. International Conference on Information Engineering, Management and Security
2016: 111-115. Print.
Figure 6 Simulation result of 8-bit Baugh Wooley Multiplier
Table I shows the comparison of Array multiplier and Baugh Wooley multiplier. The comparison is done on the basis of Power, Area
and Delay. Array multipliers possess the best features compared to Baugh Wooley multiplier. Array multiplier has the low delay of
16.91ns. So the array multiplier has the highest speed when compared to the Baugh Wooley multipliers. Enhancement of speed always
results in large area. Hence we should use Array multiplier when it comes to optimization with both Area and Time. It can be
concluded that Array Multiplier is superior in all respect like speed, delay, area, Regular structure, power consumption.
Table I Comparison of Multiplier
Power Area Delay
PDP
Array Multiplier
3.463151e-
002
3904
um
16.91
nsec
58.561
wsec
Baugh Wooley
Multiplier
3.610487e-
002
3960
um
24.82
nsec
89.61
wsec
IV Conclusion
After going through all the hard work and facing problems, this project managed to complete its objectives that are to implement
different Multipliers and learn the Power and Time trade off among them so that we can design Efficient Faster Low Power Multiplier
as Low power consumption is the most important criteria for the high performance. It can be concluded that Array Multiplier is
superior in all respect like speed, delay, area, Regular structure, power consumption compared to Baugh Wooley multiplier.
V Future Scope
As an attempt to develop multiplier algorithm and architecture level optimization techniques for low-power multiplier design, the
research presented in this dissertation has achieved good results and demonstrated the efficiency of high level optimization
techniques. However, there are limitations in our work and several future research directions are possible with many other
multipliers.
References
1. Chandrakasan, A., and Brodersen, Low Power Digital Design, Kluwer Academic Publishers, 1995.
2. Weste, N., and Eshragian, K., Principles of CMOS VLSI Design: A Systems Perspective, Pearson Addison-Wesley
International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 115
Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power
High Performance Multipliers”. International Conference on Information Engineering, Management and Security
2016: 111-115. Print.
Publishers, 2005.
3. Bellaouar, A., and Elmasry, M., Low-Power Digital VLSI Design: Circuits and Systems, Boston, Massachusetts: Kluwer
Academic Publishers, 1995.
4. Sun, S., and Tsui, P., Limitation of CMOS supply-voltage scaling by MOSFET threshold voltage, IEEE Journal of Solid-
State Circuits, vol. 30, 1995, pp. 947-949.
5. Ayman A. Fayed, Magdy A. Bayoumi, "A Novel Architecture for Low- Power Design of Parallel Multipliers," wvlsi,
pp.0149, IEEE Computer Society Workshop on VLSI 2001, 2001.
6. Z. Huang, “High-Level Optimization Techniques for Low-Power Multiplier Design,” PhD dissertation, Univ. of California,
Los Angeles, June 2003.
7. N. Weste, and K. Eshraghian, “Principles of CMOS VLSI Design”, Addison-Weslet Publishing Company, 1992.
8. J. H. Satyanarayana and K. K. Parhi, “ A Theoretical Approach to Estimation of Bounds on Power Consumption in Digital
Multipliers”, IEEE Trans. on Circuits and Systems II, vol. 44, no. 6, pp. 473-481, June 1997.
9. Kaushik Roy, Sharat C. Prasad, “Low-power CMOS VLSI circuit design,” Wiley-India, 2009.
.

More Related Content

What's hot (19)

PPSX
Psat toolbox-8631349
Kannan Kathiravan
 
PDF
IRJET- Advanced Waypoints Analytics for Automated Drones
IRJET Journal
 
PDF
How to do accurate RE forecasting & scheduling
Das A. K.
 
PPTX
Energy-aware Task Scheduling using Ant-colony Optimization in cloud
Linda J
 
PDF
40220140503002
IAEME Publication
 
PDF
Short Term Electrical Load Forecasting by Artificial Neural Network
IJERA Editor
 
PDF
Ie3514301434
IJERA Editor
 
PDF
Cooperative ad hoc networks for energy efficient improve connectivity
eSAT Publishing House
 
PDF
An adaptive algorithm for task scheduling for computational grid
eSAT Journals
 
PDF
Power consumption prediction in cloud data center using machine learning
IJECEIAES
 
PDF
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
paperpublications3
 
PDF
IRJET- Use of Artificial Neural Network in Construction Management
IRJET Journal
 
PDF
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET Journal
 
PDF
A survey to harness an efficient energy in cloud computing
ijujournal
 
PDF
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
ijujournal
 
PDF
Improving the Performance of Mapping based on Availability- Alert Algorithm U...
AM Publications
 
PDF
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...
IJECEIAES
 
PPTX
JOB SCHEDULING USING ANT COLONY OPTIMIZATION ALGORITHM
mailjkb
 
PDF
Optimal Siting of Distributed Generators in a Distribution Network using Arti...
IJECEIAES
 
Psat toolbox-8631349
Kannan Kathiravan
 
IRJET- Advanced Waypoints Analytics for Automated Drones
IRJET Journal
 
How to do accurate RE forecasting & scheduling
Das A. K.
 
Energy-aware Task Scheduling using Ant-colony Optimization in cloud
Linda J
 
40220140503002
IAEME Publication
 
Short Term Electrical Load Forecasting by Artificial Neural Network
IJERA Editor
 
Ie3514301434
IJERA Editor
 
Cooperative ad hoc networks for energy efficient improve connectivity
eSAT Publishing House
 
An adaptive algorithm for task scheduling for computational grid
eSAT Journals
 
Power consumption prediction in cloud data center using machine learning
IJECEIAES
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
paperpublications3
 
IRJET- Use of Artificial Neural Network in Construction Management
IRJET Journal
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET Journal
 
A survey to harness an efficient energy in cloud computing
ijujournal
 
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
ijujournal
 
Improving the Performance of Mapping based on Availability- Alert Algorithm U...
AM Publications
 
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...
IJECEIAES
 
JOB SCHEDULING USING ANT COLONY OPTIMIZATION ALGORITHM
mailjkb
 
Optimal Siting of Distributed Generators in a Distribution Network using Arti...
IJECEIAES
 

Similar to An Efficient Implementation and Analysis of Low Power High Performance Multipliers (20)

PDF
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
IJLT EMAS
 
PDF
Low Power VLSI Design of Modified Booth Multiplier
idescitation
 
PDF
40120130405014
IAEME Publication
 
PDF
Analysis, verification and fpga implementation of low power multiplier
eSAT Publishing House
 
PDF
Analysis, verification and fpga implementation of low power multiplier
eSAT Journals
 
PDF
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
IJMER
 
PDF
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
Editor IJMTER
 
PPTX
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...
Saikiran Panjala
 
PDF
Implementation of Radix-4 Booth Multiplier by VHDL
paperpublications3
 
PDF
Low Power 16×16 Bit Multiplier Design using Dadda Algorithm
ijtsrd
 
PDF
High Performance Baugh Wooley Multiplier Using Carry Skip Adder Structure
IRJET Journal
 
PDF
Parallel Processing Technique for Time Efficient Matrix Multiplication
IJERA Editor
 
PDF
JOURNAL PAPER
Raj kumar
 
PDF
Design and Implementation of Multiplier Using Kcm and Vedic Mathematics by Us...
IJMER
 
PDF
Ad4103173176
IJERA Editor
 
PDF
A Brief Review of Design of High Speed Low Power Area Efficient Multipliers
IRJET Journal
 
PDF
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
IJMER
 
PDF
Ir3415981603
IJERA Editor
 
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
IJLT EMAS
 
Low Power VLSI Design of Modified Booth Multiplier
idescitation
 
40120130405014
IAEME Publication
 
Analysis, verification and fpga implementation of low power multiplier
eSAT Publishing House
 
Analysis, verification and fpga implementation of low power multiplier
eSAT Journals
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
IJMER
 
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
Editor IJMTER
 
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...
Saikiran Panjala
 
Implementation of Radix-4 Booth Multiplier by VHDL
paperpublications3
 
Low Power 16×16 Bit Multiplier Design using Dadda Algorithm
ijtsrd
 
High Performance Baugh Wooley Multiplier Using Carry Skip Adder Structure
IRJET Journal
 
Parallel Processing Technique for Time Efficient Matrix Multiplication
IJERA Editor
 
JOURNAL PAPER
Raj kumar
 
Design and Implementation of Multiplier Using Kcm and Vedic Mathematics by Us...
IJMER
 
Ad4103173176
IJERA Editor
 
A Brief Review of Design of High Speed Low Power Area Efficient Multipliers
IRJET Journal
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
IJMER
 
Ir3415981603
IJERA Editor
 
Ad

More from Association of Scientists, Developers and Faculties (20)

PDF
Core conferences bta 19 paper 12
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 10
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 8
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 7
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 6
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 5
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 4
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 3
Association of Scientists, Developers and Faculties
 
PDF
Core conferences bta 19 paper 2
Association of Scientists, Developers and Faculties
 
PDF
International Conference on Cloud of Things and Wearable Technologies 2018
Association of Scientists, Developers and Faculties
 
PDF
A Typical Sleep Scheduling Algorithm in Cluster Head Selection for Energy Eff...
Association of Scientists, Developers and Faculties
 
PDF
Application of Agricultural Waste in Preparation of Sustainable Construction ...
Association of Scientists, Developers and Faculties
 
PDF
Survey and Research Challenges in Big Data
Association of Scientists, Developers and Faculties
 
PDF
Asynchronous Power Management Using Grid Deployment Method for Wireless Senso...
Association of Scientists, Developers and Faculties
 
Core conferences bta 19 paper 12
Association of Scientists, Developers and Faculties
 
Core conferences bta 19 paper 10
Association of Scientists, Developers and Faculties
 
International Conference on Cloud of Things and Wearable Technologies 2018
Association of Scientists, Developers and Faculties
 
A Typical Sleep Scheduling Algorithm in Cluster Head Selection for Energy Eff...
Association of Scientists, Developers and Faculties
 
Application of Agricultural Waste in Preparation of Sustainable Construction ...
Association of Scientists, Developers and Faculties
 
Survey and Research Challenges in Big Data
Association of Scientists, Developers and Faculties
 
Asynchronous Power Management Using Grid Deployment Method for Wireless Senso...
Association of Scientists, Developers and Faculties
 
Ad

Recently uploaded (20)

PDF
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
DOCX
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PDF
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
DOC
MRRS Strength and Durability of Concrete
CivilMythili
 
PDF
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PPTX
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 
PDF
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
PPTX
Thermal runway and thermal stability.pptx
godow93766
 
PPT
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
PDF
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PPTX
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
PPTX
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
PPTX
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
PDF
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
MRRS Strength and Durability of Concrete
CivilMythili
 
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
Thermal runway and thermal stability.pptx
godow93766
 
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 

An Efficient Implementation and Analysis of Low Power High Performance Multipliers

  • 1. International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 111 Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power High Performance Multipliers”. International Conference on Information Engineering, Management and Security 2016: 111-115. Print. International Conference on Information Engineering, Management and Security 2016 [ICIEMS] ISBN 978-81-929866-4-7 VOL 01 Website iciems.in eMail [email protected] Received 02 – February – 2016 Accepted 15 - February – 2016 Article ID ICIEMS021 eAID ICIEMS.2016.021 An Efficient Implementation and Analysis of Low Power High Performance Multipliers B M Prabhu1 , S Gayathri2 , Dr S Padma3 1,2 Angel College of Engineering and Technology, Tirupur, India. 3 Sona College of Technology, Salem. Abstract- Multipliers are optimized for low power which is of great interest in scientific and engineering field. There is large consumption of energy during the multiplication and addition process so an efficient implementation and analysis of different multipliers and adders are to be made to increase the performance. The multipliers used in multiplication process should involve low area, power and delay. Hence there is a need for optimization, as the performance of multiplier depends on the Multiplication process. The proposed work comprises the designing of 8-bit array multiplier and Baugh Wooley multiplier and analyzing the various parameters involved for optimizing the performance. The work has been done in a schematic editor using Tanner tool v7.00 in 20um CMOS technology. T-spice is used as simulator and W-editor is used for formal verification of the multiplier Keywords: Array multiplier, Baugh Wooley multiplier, Area, Power, Delay. I INTRODUCTION Multipliers play an important role in today’s digital world. Multiplication is a heavily used arithmetic operation that figures prominently in scientific applications. The motive of our project is to study and develop an Efficient Fast and Low Power Multiplier. As the name suggests we had to go for faster and low power factor optimization simultaneously. We know that the basic building block of a multiplier is ADDER circuit. The basic components used in multipliers is AND gates and few full adders. Multiplication process involves three steps: 1. Partial product generation. 2. Partial product reduction. 3. Final addition. For the multiplication of an n-bit multiplicand with an m bit multiplier, m partial products are generated and product formed is n + m bits long. Depending upon the size of the inputs multiplication operation includes the operations of shift and addition. Because of the more steps for the calculation, multiplier occupies the large area with high power consumption and low speed due to the delay. Designing of multipliers, verifying waveforms, then finally calculating area and Power consumed in the circuit. After knowing all this we also calculated delay for different multipliers which helped us to determine the best multiplier. This paper is prepared exclusively for International Conference on Information Engineering, Management and Security 2016 [ICIEMS 2016] which is published by ASDF International, Registered in London, United Kingdom under the directions of the Editor-in-Chief Dr. K. Saravanan and Editors Dr. Daniel James, Dr. Kokula Krishna Hari Kunasekaran and Dr. Saikishore Elangovan. Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage, and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honoured. For all other uses, contact the owner/author(s). Copyright Holder can be reached at [email protected] for distribution. 2016 © Reserved by Association of Scientists, Developers and Faculties [www.ASDF.international]
  • 2. International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 112 Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power High Performance Multipliers”. International Conference on Information Engineering, Management and Security 2016: 111-115. Print. II Multipliers A. Array Multipliers Array multiplier is well known due to its regular structure. Multiplier circuit is based on add and shift algorithm. Each partial product is generated by the multiplication of the multiplicand with one multiplier bit. The partial product is shifted according to their bit orders and then added. The addition can be performed with normal carry propagate adder. N-1 adders are required where N is the multiplier length. Figure 1. Array Multiplier In Array multiplier, almost identical calls array is used for generation of the bit-products and accumulation. All bit-products are generated in parallel and collected through an array of full adders or any other type of adders and final adder. Therefore, among other multiplier structures, array multiplier takes up the least amount of area. B. Baugh-Wooley Baugh-Wooley algorithm for the unsigned binary multiplication is based on the concept shown in figure. The algorithm specifies that all possible AND terms are created first, and then sent through an array of half-adders and full adders with the Carry-outs chained to the next most significant bit at each level of addition. Negative operands may be multiplied using a Baugh-Woolley multiplier. A single full adder circuit naturally lays out in a very wide (or tall) chip, which creates problems when working toward smallest form factor and efficiency of cost. Figure 2. Baugh Wooley Multiplier III Result The circuits are designed and simulated using TANNER software. The implementation of the multipliers in Tanner is used to easily understand the different designing parameters effectively. The multiplier with low power eliminates the switching activities and thus
  • 3. International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 113 Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power High Performance Multipliers”. International Conference on Information Engineering, Management and Security 2016: 111-115. Print. reduces the power dissipation. The 8-bit Array and Baugh wooley multiplier have been implemented. The schematic and the simulation result for the 8-bit array multiplier is shown in the Figure 3 and Figure 4. Figure 3 Schematic diagram of 8-bit Array Multiplier Figure 4 Simulation result of 8-bit Array Multiplier. The schematic and the simulation result for the 8-bit Baugh Wooley multiplier is as shown. Figure 5 Schematic diagram of 8-bit Baugh Wooley Multiplier
  • 4. International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 114 Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power High Performance Multipliers”. International Conference on Information Engineering, Management and Security 2016: 111-115. Print. Figure 6 Simulation result of 8-bit Baugh Wooley Multiplier Table I shows the comparison of Array multiplier and Baugh Wooley multiplier. The comparison is done on the basis of Power, Area and Delay. Array multipliers possess the best features compared to Baugh Wooley multiplier. Array multiplier has the low delay of 16.91ns. So the array multiplier has the highest speed when compared to the Baugh Wooley multipliers. Enhancement of speed always results in large area. Hence we should use Array multiplier when it comes to optimization with both Area and Time. It can be concluded that Array Multiplier is superior in all respect like speed, delay, area, Regular structure, power consumption. Table I Comparison of Multiplier Power Area Delay PDP Array Multiplier 3.463151e- 002 3904 um 16.91 nsec 58.561 wsec Baugh Wooley Multiplier 3.610487e- 002 3960 um 24.82 nsec 89.61 wsec IV Conclusion After going through all the hard work and facing problems, this project managed to complete its objectives that are to implement different Multipliers and learn the Power and Time trade off among them so that we can design Efficient Faster Low Power Multiplier as Low power consumption is the most important criteria for the high performance. It can be concluded that Array Multiplier is superior in all respect like speed, delay, area, Regular structure, power consumption compared to Baugh Wooley multiplier. V Future Scope As an attempt to develop multiplier algorithm and architecture level optimization techniques for low-power multiplier design, the research presented in this dissertation has achieved good results and demonstrated the efficiency of high level optimization techniques. However, there are limitations in our work and several future research directions are possible with many other multipliers. References 1. Chandrakasan, A., and Brodersen, Low Power Digital Design, Kluwer Academic Publishers, 1995. 2. Weste, N., and Eshragian, K., Principles of CMOS VLSI Design: A Systems Perspective, Pearson Addison-Wesley
  • 5. International Conference on Information Engineering, Management and Security 2016 (ICIEMS 2016) 115 Cite this article as: B M Prabhu, S Gayathri, Dr S Padma. “An Efficient Implementation and Analysis of Low Power High Performance Multipliers”. International Conference on Information Engineering, Management and Security 2016: 111-115. Print. Publishers, 2005. 3. Bellaouar, A., and Elmasry, M., Low-Power Digital VLSI Design: Circuits and Systems, Boston, Massachusetts: Kluwer Academic Publishers, 1995. 4. Sun, S., and Tsui, P., Limitation of CMOS supply-voltage scaling by MOSFET threshold voltage, IEEE Journal of Solid- State Circuits, vol. 30, 1995, pp. 947-949. 5. Ayman A. Fayed, Magdy A. Bayoumi, "A Novel Architecture for Low- Power Design of Parallel Multipliers," wvlsi, pp.0149, IEEE Computer Society Workshop on VLSI 2001, 2001. 6. Z. Huang, “High-Level Optimization Techniques for Low-Power Multiplier Design,” PhD dissertation, Univ. of California, Los Angeles, June 2003. 7. N. Weste, and K. Eshraghian, “Principles of CMOS VLSI Design”, Addison-Weslet Publishing Company, 1992. 8. J. H. Satyanarayana and K. K. Parhi, “ A Theoretical Approach to Estimation of Bounds on Power Consumption in Digital Multipliers”, IEEE Trans. on Circuits and Systems II, vol. 44, no. 6, pp. 473-481, June 1997. 9. Kaushik Roy, Sharat C. Prasad, “Low-power CMOS VLSI circuit design,” Wiley-India, 2009. .