SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 879
A Comparative Analysis of Vedic multiplier with Array and Wallace
Tree multiplier using Cadence
Sheethal S Rokhade1, Dr. Kiran V2
1MTECH 1st year, Dept. of ECE, RV College of Engineering, Karnataka, India
2 Associate Professor, Dept. of ECE, RV College of Engineering, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Among the main difficulties in VLSI design in
recent years has been power dissipation. In DSP blocks,
multipliers are the primary causes of power loss. This
project proposes effective architectures for 4-bit unsigned
binary multipliers, including the Wallace Tree Multiplier,
Vedic Multiplier, and Array Multiplier. The cadence 180nm
technology was used for this implementation. In this design,
multiplier circuits are effectively optimized in terms of area
and power by first designing transistor level schematic
circuits and then creating the test symbol. The
implementation is made up of combinational parts such 1-
bit Full Adders, AND, XOR, Half Adders, and Inverter Circuits.
The circuit analysis is done in terms of performance
parameters like power consumption and transistor count.
According to the analyses, the array multiplier's transistor
count and power consumption were found to be 554,
7.457mw, the Wallace Tree multiplier, 500, 7.522mw, and
the Vedic multiplier, 464, 7.443mw.
Key Words: Multiplier, Power Dissipation, Array
Multiplier, Vedic multiplier, Urdhva Triyagbhyam,
Wallace Tree Multiplier, Full Adder, Cadence Virtuoso
Tool
1. INTRODUCTION
The difficulty of power consumption in VLSI design is one
of the most important. The power consumption of the
circuit increases as chip complexity and transistor density
do. Since it pulls more current from the power supply,
higher power consumption increases chip temperature
and has a direct impact on how long portable devices'
batteries last. High temperatures compromise the
functionality and dependability of circuits, necessitating
increasingly sophisticated cooling and packaging
techniques. In most digital signal processing (DSP)
systems and most VLSI applications, multiplier is one of
the fundamental hardware building components. A
multiplier is frequently used in DSP applications such as
spectrum analysis, digital filtering, and digital
communications. Due to the fact that a large number of
contemporary When designing DSP applications for
compact, rechargeable batteries systems, power
dissipation becomes a key consideration. Costly
multiplications slow down the operation. The
effectiveness of various computer problems is frequently
determined by the speed at which a multiplication
operation may be done.
1.1 Array Multiplier
An effective design for a combinational multiplier is an
array multiplier. Using the "add and shift" technique, this
multiplier multiplies using the conventional add and shift
operation. Combinational circuits that form the product
bit all at once can be used to multiple two binary values
with a single micro-operation, making this a quick method
of doing so since the only delay is the time it takes for the
signals to travel through the gates that make up the
multiplication array. Consider two binary values A and B
with m and n bits each for the array multiplier. An array of
m*n AND gates generates mn summands simultaneously.
n(n-2) FA , n HA , and n2 AND gates are needed for the n X
n multiplier. Additionally, the worst-case delay in an array
multiplier would be (2n+1) td. The optimal number of
components are used and more power is consumed by an
array multiplier, but the delay is higher. Additionally, the
area is increased due to the need for more gates, making
the array multiplier less efficient. Consequently, despite
the high hardware complexity, it is a quick multiplier.
Fig 1: Block Diagram of 4 x4 Array Multiplier
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 880
1.2 Vedic Multiplier
Based on the Vedic multiplication formulae, the Vedic
multiplier (Sutra). The multiplication of two numbers has
always been done using this sutra. A multiplication
formula that can be used in any and all multiplication
situations is known as the Urdhva Tiryakbhyam (UT)
Sutra. The format of the multiplication is "Vertically and
crosswise," which is how the term "UT" is literally
translated. Throughput is obtained parallel with the use of
a revolutionary notion called UT. With the help of the UT
algorithm, which is described in fig.2, partial products are
generated and their summation is acquired. Because it
uses fewer resources than other conventional processes, it
can operate at higher frequencies with less strain on the
processors. In comparison to other multipliers, the Vedic
Multiplier based on the UT technique has the advantage
that area and gate delay increase at a constant rate as the
number of bits increases. It is therefore effective in terms
of power, time, and space.
1.2. Wallace Tree Multiplier
A Wallace tree is a practical optimum design technique for
building a circuitry that multiplies two numbers. Wallace
trees are renowned for having the fastest calculation times
when employing carry-save adders to combine numerous
operands into two outputs. The Wallace tree and Dadda
multipliers, which are two well-known fast multipliers in
comparison to the array multiplier, were also
demonstrated by other researchers. The Wallace tree,
however, promises the smallest total delay. The Wallace
tree's multiplication process begins by multiplying each
argument's bits by each argument's bit. Different weights
are carried by the wires depending on where the
multiplied bits are placed. The number of partial products
will then be reduced to two by layering full and half
adders. Finally, the wires will be grouped into numbers
and added using a carry look ahead adder.
Fig 3: Block Diagram of 4 x4 Wallace Tree Multiplier
2. PERFORMANCE ANALYSIS
Table -1 Transistor Count Associated with Different
Multipliers
Name of Multipliers Transistor Count
Array multiplier 554
Vedic multiplier 464
Wallacetree multiplier 500
Table -2 Power Dissipation Associated with Different
Multipliers
Name of Multipliers Power Dissipation (Uw)
Array multiplier 745.7
Vedic multiplier 741.3
Wallacetree multiplier 752.2
Table -3 Delay Associated with Different Multipliers
Name of Multipliers Delay (nsec)
Array multiplier 34.04
Vedic multiplier 27.9
Wallacetree multiplier 31.96
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 881
3. SUMMARY
Fig 4. Comparsion of Transistor Count associated with
Array,Vedic and Wallace Tree Multiplier
Fig 5. Comparison of Power Dissipation associated with
Array, Vedic and Wallace Tree Multiplier
Fig 6. Comparison of Delay associated with Array, Vedic
and Wallace Tree Multiplier
The article's main objective is to compare three different
multipliers: the array multiplier, the vedic multiplier, and
the Wallace tree multiplier. According to the specification,
these multipliers are frequently used in a wide range of
applications, so they were chosen for comparison. The
180nm cadence technique is utilized to imitate the
operation of multipliers. The findings of the multiplier
analysis and comparison are tabulated above.
Overall, Comparing all multipliers, the Vedic multiplier
uses fewer transistors. Because space is one of the factors
that influences a circuit's complexity, Wallace tree
multipliers and arrays consume little space and exhibit
few variations. A system's productivity is significantly
impacted by how much power it consumes .According to
the multipliers taken into account, Vedic emerges as the
multiplier with the lowest power usage, whereas Wallace
tree multiplier has the highest power consumption
(752.2Uw) of the multipliers considered (741.3uW).
Currently, when assessing the system performance,
processing speed is taken into consideration.
3. CONCLUSIONS
Four of the above-discussed multipliers are compared in
this section using a variety of performance metrics. The
simplest multiplier in terms of circuit complexity and size
is the basic array multiplier, which uses the add-and-shift
technique to multiply numbers slowly. Based on the
results of the study mentioned above, it can be said that, of
all the multipliers, the Wallace tree multiplier accelerates
the accumulation process due to the employment of carry
554
464
500
400
450
500
550
600
No.
of
Transistor
Different Mulitpliers
Comparsion of Transistor
Count
Array Multiplier Vedic Multiplier
Wallace Tree Multiplier
745.7
741.3
752.2
735
740
745
750
755
Power
Dissipation
(uW)
Different Multipliers
Comparsion of Power-
Dissipation
Array Multiplier Vedic Multiplier
Wallace Tree Multiplier
34.04
27.9
31.96
0
5
10
15
20
25
30
35
40
Delay
(nsec)
Different Multipliers
Comparsion of Delay (nsec)
Array Multiplier Vedic Multiplier
Wallace Tree Multiplier
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 882
REFERENCES
[1] Pradeep Kumar Kumawat, Gajendra Sujediya" Design
and Analysis of 8x8 Wallace Tree Multiplier using GDI
and CMOS Technology," International Journal of
Advanced Engineering Research and Science (IJAERS),
2017, pp. 2349- 6495.
[2] B. Lamba and A. Sharma, "A review paper on different
multipliers based on their different performance
parameters," 2018 2nd International Conference on
Inventive Systems and Control (ICISC), 2018, pp. 324-
327, doi: 10.1109/ICISC.2018.8399088.
[3] Immareddy, S., Sundaramoorthy, A. A survey paper on
design and implementation of multipliers for digital
system applications. Artif Intell Rev 55, 4575–4603
(2022). https://doi.org/10.1007/s10462-021-10113-
0
[4] Savita Nair and Ajit Saraf, " A Review Paper on
Comparison of Multipliers based on Performance
Parameters," International Conference on Advances in
Science and Technology (ICAST) , 2014, pp. 6-9.
[5] V. Rajmohan and O. Uma Maheswari, "Low Power
Modified Wallace Tree Multiplier Using Cadence Tool,"
World Engineering & Applied Sciences Journal, 2016
,ISSN 2079- 2204, pp. 1-10.
[6] M Naresh and B Suneetha, " Design of Low Power Full
Adder Based Wallace Tree Multiplier Using Cadence
180nm Technology," , International Journal of
Innovative Research in Science, Engineering and
Technology (IJIRSET), 2017, pp.8401-8409.
[7] Dr. Savita Sonoli, Sahana Desai, "Design and
Implementation of 4x4 Vedic Multiplier using
Cadence," International Journal of Engineering
Research & Technology (IJERT)), 2020, pp. 732- 735.
[8] G. C. Ram, Y. R. Lakshmanna, D. S. Rani and K. B.
Sindhuri, "Area efficient modified vedic multiplier,"
International Conference on Circuit, Power and
Computing Technologies (ICCPCT), 2016, pp. 1-5.
[9] N. R. Mistri, S. B. Somani and V. V. Shete, "Design and
comparison of multiplier using vedic mathematics,"
2016 International Conference on Inventive
Computation Technologies (ICICT), 2016, pp. 1-5, doi:
10.1109/INVENTIVE.2016.7824870.
[10] G.Ganesh Kumar and V.Charishma, “Design of High
Speed Vedic Multiplier using Vedic Mathematics
Techniques”, Int. Journ. of Scientific and Research
Publication, vol. 2, March 2012
save adders, but it has the disadvantage of having
complicated circuitry that takes up the most space. The
simulation's outcomes closely match what was predicted.
The design of the multiplier architectures is primarily
focused on maximizing their area and power. Transistor
count and power usage are just two examples of the
factors that are used to evaluate the performance of the
various multiplier circuits.
In comparison to the Array Multiplier and the Wallace Tree
Multiplier, the Vedic Multiplier is the best multiplier in
terms of area, power utilisation, and speed.

More Related Content

Similar to Comparative analysis of Vedic, array and Wallace tree multipliers

Parallel Processing Technique for Time Efficient Matrix Multiplication
Parallel Processing Technique for Time Efficient Matrix MultiplicationParallel Processing Technique for Time Efficient Matrix Multiplication
Parallel Processing Technique for Time Efficient Matrix MultiplicationIJERA Editor
 
Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...
Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...
Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...IRJET Journal
 
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...ijsrd.com
 
A Brief Review of Design of High Speed Low Power Area Efficient Multipliers
A Brief Review of Design of High Speed Low Power Area Efficient MultipliersA Brief Review of Design of High Speed Low Power Area Efficient Multipliers
A Brief Review of Design of High Speed Low Power Area Efficient MultipliersIRJET Journal
 
Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...
Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...
Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...IRJET Journal
 
IRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET Journal
 
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...IRJET Journal
 
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...eSAT Journals
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET Journal
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET Journal
 
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...IRJET Journal
 
IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR Gate
IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR GateIRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR Gate
IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR GateIRJET Journal
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...IRJET Journal
 
Design of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic MultiplierDesign of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic Multiplierijsrd.com
 
Low Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth MultiplierLow Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth Multiplieridescitation
 
JOURNAL PAPER
JOURNAL PAPERJOURNAL PAPER
JOURNAL PAPERRaj kumar
 
Permonace Modeling of Pipelined Linear Algebra Architectures on ASIC
Permonace Modeling of Pipelined Linear Algebra Architectures on ASICPermonace Modeling of Pipelined Linear Algebra Architectures on ASIC
Permonace Modeling of Pipelined Linear Algebra Architectures on ASICIRJET Journal
 
Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates csandit
 

Similar to Comparative analysis of Vedic, array and Wallace tree multipliers (20)

Parallel Processing Technique for Time Efficient Matrix Multiplication
Parallel Processing Technique for Time Efficient Matrix MultiplicationParallel Processing Technique for Time Efficient Matrix Multiplication
Parallel Processing Technique for Time Efficient Matrix Multiplication
 
Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...
Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...
Comparative Analysis of 11T and 16T and 28T Full Adder Based 4*4 Wallace Tree...
 
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
 
P0450495100
P0450495100P0450495100
P0450495100
 
A Brief Review of Design of High Speed Low Power Area Efficient Multipliers
A Brief Review of Design of High Speed Low Power Area Efficient MultipliersA Brief Review of Design of High Speed Low Power Area Efficient Multipliers
A Brief Review of Design of High Speed Low Power Area Efficient Multipliers
 
Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...
Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...
Review On Design Of Low Power Multiply And Accumulate Unit Using Baugh-Wooley...
 
IRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full Adders
 
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
 
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
 
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
 
IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR Gate
IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR GateIRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR Gate
IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR Gate
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
 
Design of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic MultiplierDesign of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic Multiplier
 
Low Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth MultiplierLow Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth Multiplier
 
Ju3417721777
Ju3417721777Ju3417721777
Ju3417721777
 
JOURNAL PAPER
JOURNAL PAPERJOURNAL PAPER
JOURNAL PAPER
 
Permonace Modeling of Pipelined Linear Algebra Architectures on ASIC
Permonace Modeling of Pipelined Linear Algebra Architectures on ASICPermonace Modeling of Pipelined Linear Algebra Architectures on ASIC
Permonace Modeling of Pipelined Linear Algebra Architectures on ASIC
 
Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 

Comparative analysis of Vedic, array and Wallace tree multipliers

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 879 A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multiplier using Cadence Sheethal S Rokhade1, Dr. Kiran V2 1MTECH 1st year, Dept. of ECE, RV College of Engineering, Karnataka, India 2 Associate Professor, Dept. of ECE, RV College of Engineering, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Among the main difficulties in VLSI design in recent years has been power dissipation. In DSP blocks, multipliers are the primary causes of power loss. This project proposes effective architectures for 4-bit unsigned binary multipliers, including the Wallace Tree Multiplier, Vedic Multiplier, and Array Multiplier. The cadence 180nm technology was used for this implementation. In this design, multiplier circuits are effectively optimized in terms of area and power by first designing transistor level schematic circuits and then creating the test symbol. The implementation is made up of combinational parts such 1- bit Full Adders, AND, XOR, Half Adders, and Inverter Circuits. The circuit analysis is done in terms of performance parameters like power consumption and transistor count. According to the analyses, the array multiplier's transistor count and power consumption were found to be 554, 7.457mw, the Wallace Tree multiplier, 500, 7.522mw, and the Vedic multiplier, 464, 7.443mw. Key Words: Multiplier, Power Dissipation, Array Multiplier, Vedic multiplier, Urdhva Triyagbhyam, Wallace Tree Multiplier, Full Adder, Cadence Virtuoso Tool 1. INTRODUCTION The difficulty of power consumption in VLSI design is one of the most important. The power consumption of the circuit increases as chip complexity and transistor density do. Since it pulls more current from the power supply, higher power consumption increases chip temperature and has a direct impact on how long portable devices' batteries last. High temperatures compromise the functionality and dependability of circuits, necessitating increasingly sophisticated cooling and packaging techniques. In most digital signal processing (DSP) systems and most VLSI applications, multiplier is one of the fundamental hardware building components. A multiplier is frequently used in DSP applications such as spectrum analysis, digital filtering, and digital communications. Due to the fact that a large number of contemporary When designing DSP applications for compact, rechargeable batteries systems, power dissipation becomes a key consideration. Costly multiplications slow down the operation. The effectiveness of various computer problems is frequently determined by the speed at which a multiplication operation may be done. 1.1 Array Multiplier An effective design for a combinational multiplier is an array multiplier. Using the "add and shift" technique, this multiplier multiplies using the conventional add and shift operation. Combinational circuits that form the product bit all at once can be used to multiple two binary values with a single micro-operation, making this a quick method of doing so since the only delay is the time it takes for the signals to travel through the gates that make up the multiplication array. Consider two binary values A and B with m and n bits each for the array multiplier. An array of m*n AND gates generates mn summands simultaneously. n(n-2) FA , n HA , and n2 AND gates are needed for the n X n multiplier. Additionally, the worst-case delay in an array multiplier would be (2n+1) td. The optimal number of components are used and more power is consumed by an array multiplier, but the delay is higher. Additionally, the area is increased due to the need for more gates, making the array multiplier less efficient. Consequently, despite the high hardware complexity, it is a quick multiplier. Fig 1: Block Diagram of 4 x4 Array Multiplier
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 880 1.2 Vedic Multiplier Based on the Vedic multiplication formulae, the Vedic multiplier (Sutra). The multiplication of two numbers has always been done using this sutra. A multiplication formula that can be used in any and all multiplication situations is known as the Urdhva Tiryakbhyam (UT) Sutra. The format of the multiplication is "Vertically and crosswise," which is how the term "UT" is literally translated. Throughput is obtained parallel with the use of a revolutionary notion called UT. With the help of the UT algorithm, which is described in fig.2, partial products are generated and their summation is acquired. Because it uses fewer resources than other conventional processes, it can operate at higher frequencies with less strain on the processors. In comparison to other multipliers, the Vedic Multiplier based on the UT technique has the advantage that area and gate delay increase at a constant rate as the number of bits increases. It is therefore effective in terms of power, time, and space. 1.2. Wallace Tree Multiplier A Wallace tree is a practical optimum design technique for building a circuitry that multiplies two numbers. Wallace trees are renowned for having the fastest calculation times when employing carry-save adders to combine numerous operands into two outputs. The Wallace tree and Dadda multipliers, which are two well-known fast multipliers in comparison to the array multiplier, were also demonstrated by other researchers. The Wallace tree, however, promises the smallest total delay. The Wallace tree's multiplication process begins by multiplying each argument's bits by each argument's bit. Different weights are carried by the wires depending on where the multiplied bits are placed. The number of partial products will then be reduced to two by layering full and half adders. Finally, the wires will be grouped into numbers and added using a carry look ahead adder. Fig 3: Block Diagram of 4 x4 Wallace Tree Multiplier 2. PERFORMANCE ANALYSIS Table -1 Transistor Count Associated with Different Multipliers Name of Multipliers Transistor Count Array multiplier 554 Vedic multiplier 464 Wallacetree multiplier 500 Table -2 Power Dissipation Associated with Different Multipliers Name of Multipliers Power Dissipation (Uw) Array multiplier 745.7 Vedic multiplier 741.3 Wallacetree multiplier 752.2 Table -3 Delay Associated with Different Multipliers Name of Multipliers Delay (nsec) Array multiplier 34.04 Vedic multiplier 27.9 Wallacetree multiplier 31.96
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 881 3. SUMMARY Fig 4. Comparsion of Transistor Count associated with Array,Vedic and Wallace Tree Multiplier Fig 5. Comparison of Power Dissipation associated with Array, Vedic and Wallace Tree Multiplier Fig 6. Comparison of Delay associated with Array, Vedic and Wallace Tree Multiplier The article's main objective is to compare three different multipliers: the array multiplier, the vedic multiplier, and the Wallace tree multiplier. According to the specification, these multipliers are frequently used in a wide range of applications, so they were chosen for comparison. The 180nm cadence technique is utilized to imitate the operation of multipliers. The findings of the multiplier analysis and comparison are tabulated above. Overall, Comparing all multipliers, the Vedic multiplier uses fewer transistors. Because space is one of the factors that influences a circuit's complexity, Wallace tree multipliers and arrays consume little space and exhibit few variations. A system's productivity is significantly impacted by how much power it consumes .According to the multipliers taken into account, Vedic emerges as the multiplier with the lowest power usage, whereas Wallace tree multiplier has the highest power consumption (752.2Uw) of the multipliers considered (741.3uW). Currently, when assessing the system performance, processing speed is taken into consideration. 3. CONCLUSIONS Four of the above-discussed multipliers are compared in this section using a variety of performance metrics. The simplest multiplier in terms of circuit complexity and size is the basic array multiplier, which uses the add-and-shift technique to multiply numbers slowly. Based on the results of the study mentioned above, it can be said that, of all the multipliers, the Wallace tree multiplier accelerates the accumulation process due to the employment of carry 554 464 500 400 450 500 550 600 No. of Transistor Different Mulitpliers Comparsion of Transistor Count Array Multiplier Vedic Multiplier Wallace Tree Multiplier 745.7 741.3 752.2 735 740 745 750 755 Power Dissipation (uW) Different Multipliers Comparsion of Power- Dissipation Array Multiplier Vedic Multiplier Wallace Tree Multiplier 34.04 27.9 31.96 0 5 10 15 20 25 30 35 40 Delay (nsec) Different Multipliers Comparsion of Delay (nsec) Array Multiplier Vedic Multiplier Wallace Tree Multiplier
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 882 REFERENCES [1] Pradeep Kumar Kumawat, Gajendra Sujediya" Design and Analysis of 8x8 Wallace Tree Multiplier using GDI and CMOS Technology," International Journal of Advanced Engineering Research and Science (IJAERS), 2017, pp. 2349- 6495. [2] B. Lamba and A. Sharma, "A review paper on different multipliers based on their different performance parameters," 2018 2nd International Conference on Inventive Systems and Control (ICISC), 2018, pp. 324- 327, doi: 10.1109/ICISC.2018.8399088. [3] Immareddy, S., Sundaramoorthy, A. A survey paper on design and implementation of multipliers for digital system applications. Artif Intell Rev 55, 4575–4603 (2022). https://doi.org/10.1007/s10462-021-10113- 0 [4] Savita Nair and Ajit Saraf, " A Review Paper on Comparison of Multipliers based on Performance Parameters," International Conference on Advances in Science and Technology (ICAST) , 2014, pp. 6-9. [5] V. Rajmohan and O. Uma Maheswari, "Low Power Modified Wallace Tree Multiplier Using Cadence Tool," World Engineering & Applied Sciences Journal, 2016 ,ISSN 2079- 2204, pp. 1-10. [6] M Naresh and B Suneetha, " Design of Low Power Full Adder Based Wallace Tree Multiplier Using Cadence 180nm Technology," , International Journal of Innovative Research in Science, Engineering and Technology (IJIRSET), 2017, pp.8401-8409. [7] Dr. Savita Sonoli, Sahana Desai, "Design and Implementation of 4x4 Vedic Multiplier using Cadence," International Journal of Engineering Research & Technology (IJERT)), 2020, pp. 732- 735. [8] G. C. Ram, Y. R. Lakshmanna, D. S. Rani and K. B. Sindhuri, "Area efficient modified vedic multiplier," International Conference on Circuit, Power and Computing Technologies (ICCPCT), 2016, pp. 1-5. [9] N. R. Mistri, S. B. Somani and V. V. Shete, "Design and comparison of multiplier using vedic mathematics," 2016 International Conference on Inventive Computation Technologies (ICICT), 2016, pp. 1-5, doi: 10.1109/INVENTIVE.2016.7824870. [10] G.Ganesh Kumar and V.Charishma, “Design of High Speed Vedic Multiplier using Vedic Mathematics Techniques”, Int. Journ. of Scientific and Research Publication, vol. 2, March 2012 save adders, but it has the disadvantage of having complicated circuitry that takes up the most space. The simulation's outcomes closely match what was predicted. The design of the multiplier architectures is primarily focused on maximizing their area and power. Transistor count and power usage are just two examples of the factors that are used to evaluate the performance of the various multiplier circuits. In comparison to the Array Multiplier and the Wallace Tree Multiplier, the Vedic Multiplier is the best multiplier in terms of area, power utilisation, and speed.