SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1409
DADDA ALGORITHM BASED LOWPOWER HIGH SPEED MULTIPLIER
USING 4T XOR GATE
Neethu R S1, Aneesh S P2, Saju A3
1PG Scholar, Department of ECE, Musaliar College of Engineering and Technology, Kerala, India
2Assistant Professor, Department of ECE, Musaliar College of Engineering and Technology, Kerala, India
3Associate Professor, Department of ECE, Musaliar College of Engineering and Technology, Kerala, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - This paper describes efficient methodtodesigna
4-bit multiplier having low power, area and high speed using
the Dadda algorithm and the basic building block of
multiplier’s used a 14T Full adder having low power
dissipation. Full and half adder blocks have been designed
using 4T XOR gate to reduce the power dissipation and Dadda
algorithm to reduce the propagation delay. The model has
been designed using DSCH 2 and Micro wind tool.
Key Words: 4T XOR gate, 14T full adder, Dadda
algorithm, 4x4 Multiplier
1. INTRODUCTION
The electronic world is growing day by day. So the demand
for electronic components is increased. But the electronic
component faces the power dissipation speed, the area is
major problems. The ALU is taking more power in the
electronic components. The major parts of ALU are adder
and multipliers. Multipliers play an important part in digital
signal processing and various other applications. The basic
method of multiplication is added and shift algorithm. In
parallel multipliers number of partial products to be added
is the main parameter that determines the performance of
the multipliers. The product is the result of multiplying the
multiplicand to the multipliers. The multiplicationoperation
is performed in two main steps. First is the partial product
formation which consists of multiplying each bit of the
multiplier with multiplicand. Each progressive fractional
item has a general move of one-bit position to left side of the
previous partial product. The second step is partial product
accumulation where the partial product is combined to find
the result. The essential requirement of multiplier include
high-speed, low power consumption technique is the best
method for these achievements. Wallace and Dadda
multipliers are thecolumncompressionmultipliers.Wallace,
Array, and Dadda multipliers have been done and proved
that the Dadda multiplier is betterthantheothermultipliers.
Dadda Multipliers have faster performance.Soitusedfor the
proposed technique and compared with the regular Dadda
multipliers and Wallace tree and array multipliers.
1.1 Parallel Multipliers
Parallel multipliers are used for high-performance
devices because it has high speed and low delay than the
serial multipliers. A parallel multiplier is two types of
Array multipliers and Tree Multipliers.
A Array Multiplier
The Multiplier multiplied two numbers and it produced
partial products and the adder circuit is used to add the
partial products then it produced the final product. The
array multiplier required N(n-1) adder circuits and N²
AND gates. Array Multiplier has a simple circuitry so it is
easy to implement.
Fig -1: Block diagram of Array Multiplier
B Wallace tree multiplier
In 1961 Australian Computer Scientist Chris Wallace was
suggest that fastest multiplier. Wallace is a coloumn
compression method to reduce the propagation delay.
Wallace tree sums up same weight of three bits and
produces output[2] . I The Wallace tree has three steps: 1.
Partial Product Generation 2. . Partial Product Reduction
3. Partial Product Addition 4. In Wallace multiplier,
adders are used height wise or in other words column
wise. In order to proceed to next step, first the unused
bits are written column wise and then the sum of the
adder of that stage followed by the carry of the previous
stage. 5. Step 1: Generation of Partial Products. 6. Step 2:
Reduction of Partial Products generated. In this step, the
height of the partial products is reduced step by step till
it reaches to the height of two. The height of the
intermediate steps is such that uniformity is maintained
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1410
with respect to the previous stage or intermediate
matrix. For reducing heights adders are used. So the
reduced intermediate matrix is given below which has
the height of six. Notice that vacant or unused bits are
placed first followed by the sum of the adder followed by
the carry of the previous step. Here calculation starts
from the LSB side. 7. Step 3: Addition of partial products.
Then the matrix of height two is added by any known
adder like carry select adder or parallel adder etc. The
final sum which will be the result of the multiplication.
Fig -2: Block diagram of Wallace tree Multiplier
C Dadda tree algorithm
Different algorithms have been proposed to decrease the
propagation delay during the addition of the partial
products generated by AND Gate. One of the most
efficient algorithms is Dadda algorithm. The proposed
4*4 multiplier has a total of 16 partial products, so, the
height of the tree is four as shown Fig. 3. Dadda
Algorithm has been applied for the purpose to reduce the
height of the tree from four to two. If we do not apply
Dadda algorithm, then we must have to wait for the
previous stage to simulate it, because, the next stage uses
the carry of the previous stage which will increase the
propagation delay [8]. For this simple technique, we have
to use the ripple carry adder, it also consumes less
power, but the delay is significantly high. To reduce the
overall propagation delay of the multiplier Dadda
algorithm has been applied. This is the best technique for
reduction in the delay of the overall multiplier design
because, at the start, it does not depend on the previous
stage. Therefore, the first stage will be implemented
without depending on any other stage. First, we have
arranged our partial products to make a tree as shown in
Fig. 4. These partial products are generated by the AND
gate. The height of this tree is 4 as the proposed design is
the 4-bit multiplier.
Stages of dadda algorithm
The objective is to reduce the height of the tree from four
to two. Therefore, building blocks have been used in such
a way to reduce the tree height from four to three after
the completion of first Dadda stage and then from three
to two after the completion of the second Dadda Stage
[11]. Furthermore, the two Dadda stages are used to
reduce this tree. The first and second Dadda stages are
shown in Fig. 4 and Fig.5, respectively. Proposed System
The major part of ALU is multiplier and adder circuit.
These circuits take more area and provide high power
dissipations. This paper included the design of low power
adder circuits and used Dadda algorithm is the method to
reduce the overall propagation delay, area and power
dissipation of the multiplier. The major blocks of a
multiplier are AND GATE, Full adder, and half adder. Area
and power dissipation of these circuits will reduce the
overall power dissipation, area. So this paper is given a
new multiplier design with the reduced area, power, and
delay.
2. PROPOSED MULTIPLIER
The major blocks of a multiplier are AND GATE, Full
adder, and half adder. Area and power dissipation of
these circuits will reduce the overall power dissipation,
area. So this paper is given a new multiplier design with
the reduced area, power, and delay.
Design of AND gate
AND gate is produced the partial products of the
multiplicand and multiplier. In this paper used a 4x4
multiplier. So the 16 products are generated by the and
gate. Different technologies are used to design and
gate.CMOS used to design and gate it give the accurate
result but the transistor number is increased which used
the same number of transistors in pull up transistor and
the pull down transistors. Pass transistor logic is reduced
the transistor number but it has a drawback which
produces weak 0 signal and strong 1signal from PMOS
and Weak 1signal and Strong Zero signal is produced
from NMOS transistor. This problem overcome by using
transmission logic. Logic AND is better than these tree
technology. Which have simple design is help to reduce
the complexity of Multiplier design and low-power
dissipation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1411
Table -1: Comparison of power for AND gate using
different logics
Type of
Logic
No. of
transi
stors
used
Power
Consumption
(microwatt)
Surface Area
(micrometer2
)
CMOS AND 6 7.382 97.7
Pass
transistor
Logic
2 0nW 21.9
Transmission
gate Logic
4 1.302 41.2
Logic Circuit 6 1.965 19.2
Design of Full adder
Full adder is the major element of a multiplier. The
design of full adder is more concentrate and aware.
Table -2: Truth table of Full adder
A B C SUM CARRY
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
Construction
S=A XOR B XOR C
CARRY= AB+(C (A XOR B))
=AB+C (A’B+AB’)
=AB+A’BC+AB’C
=B (A+A’C) +AB’C
=BAC+AB’C
=C (A XNOR B)
=C (A XOR B)
The main part of full adder design is the XOR gate which
generates basic addition operation in the adder circuits.
A single XOR generates simple two bit addition. The XOR
gate conventionally uses 8 MOSFETs for proper working,
however, at present we have different XOR gate
topologies [6] [7]. However, in this project have used to
design a 4T XOR gate to get low power consumption. An
XOR gate or Exclusive OR gate is a digital logic gate with
two or more inputs and one output that performs an
exclusive function. The true output results if one, and
only one of the inputs to the gate is true (logic 1). If both
inputs are false (logic 0) and both are true (logic 1), a
false (logic 0) output results. A B Output 0 0 0 0 1 1 1 0 1
1 1 0 This 4T XOR gate is used to design a 14T full adder
circuit [3] which provide less power dissipation than the
static CMOS full adder, pass transistor logic, transmission
logic.4T XOR gate used 14T adder consists of 14
transistors provide considerably less power in the range
of microwatts and has higher speed. In the 14T full adder,
we used 4T XOR gate and inverted 4T XOR gate. 8
MOSFETs used Conventional XOR gate for proper
working, but present we have different topologies. Here
we have used 4T XOR gate to reduce overall area and
power dissipation. Using this XOR gate, reduction in the
size of a full adder is achieved and overall leakage is also
reduced.4T XoR to increase circuit density [4] [5].
Table -3: Truth table of EXOR gate
A B Output
0 0 0
0 1 1
1 0 1
1 1 0
Table -4: Comparison of Power for full adder Using
Different Logics
Type of Logic No. of
transisto
rs used
Power
Consumptio
n
(microwatt)
Surface Area
(micrometer2
)
Static CMOS
transistor
28 15.231 1061.4
Normal PTL
{sum}
Normal
PTL{Carry}
20
24
11.52
11.740
63.2
215.9
Transmission
gate logic
20 14.915 521.1
14T transistor 14 3.050 233.1
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1412
Design of half adder
Expression:-SUM=AB+AB =A XOR B CARRY =AB Half
adder circuit has two input and two output, Sum and
Carry. The result of the SUM is EXOR function. So 4T XOR
gate is used to design the Sum function and logic AND is
used for Carry function.
Table -5: Truth table of half adder
A B Sum Carry
0 0 0 0
0 1 1 0
1 0 1 0
1 1 1 1
Table -6: Simulation result of half adder
Type of
Logic
No. of
transistor
used
Power
consumption(
Microwatt)
Surface Area
(Micrometer
2)
4T
transistor
10 2.045 72.7
Design of proposed multiplier
The multiplier circuit designed for low power, low area,
and low delay requirements. These requirements are
satisfied by the use of 4T XOR based adder circuits and
logic AND gate.
Fig -7: Schematic of 14T full adder circuit
Fig -8: Simulation of 14T full adder
Fig -9: Schematic of 4T half adder circuit
Fig -10: Schematic of 4T half adder circuit
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1413
Fig -11: Schematic of Dadda algorithm based low power
high speed Multiplier using 4T XOR gate
Fig -12: V/T Simulation of Proposed Multiplier
Table -7: Simulation results of proposed multiplier
Circu
it
No.o
f
tran
sist
or
Del
ay
Power
dissipatio
n(V/T
Microwatt
)
Power
dissipation
(V/I Micro
Watt)
SUFACE
AREA(M
icromet
er2)
AND
gate
6
12p
s
2.653 1.965 19.2
Full
adder
14 25p
s
3.593 3.04 248.2
Half
adder
10 11p
s
2.5 2.723 72.7
4T
XOR
4 8ps 0nw 0nw 58.3
4T
XNOR
6 16p
s
1.705 1.533 97.7
Multi
plier
248 112
ps
363 355 8672.9
Fig -13: V/I Simulation of Proposed Multiplier
3. CONCLUSION
The dadda algorithm based multiplier design has shown a
remarkable improvement in area and power. The 4T XOR
gate was designed and is used as the main base element
of the new adder circuit. The reduced number of a
transistor has led to a reduction in the area and power
consumption. The Dadda algorithm has been developed
to reduce the number of the partial product of the
multiplier. The performance of the proposed low power
multiplier has been estimated. The adder circuit in the
system consumes less power. The developed multiplier
circuit also reduced the area and delay. This circuit is
applicable in the DSP, FFT, Neural networks, etc. Micro
wind and DSCH tool are used to do this project
successfully. Pass transistor logic is advantageous for its
simplicity. Although due to decreased transistor count
both delay and power consumption will be lesser than
other techniques. In the future, this kind of low power
and high-speed adder cell will be used in designing the
digital circuits, filter and its applications in various fields.
The power dissipation may be increased if the number of
bits considered may be increased. Power can be reduced
by improving the partial product compression ratio.14T
Full adder circuit is used to design the multiplier circuit it
may be changed to reduce the power
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1414
REFERENCES
[1] Pranay Kumar Rahi, Rajesh Mehra” CMOS 4-bit
Multiplier design & simulation using different foundry”
International Journal of Scientific Research Engineering
& Technology (IJSRET) ISSN: 2278–0882 EATHD-2015
Conference Proceeding, 14-15 March, 2015
[2] D.Sony” Comparison of Wallace, Vedic and Dadda
Multipliers” International Journal of Advance
Engineering and Research Development Volume 5, Issue
03, March -2018
[3] S.Narendra, A.Maheswara reddy,S.Saleem,K.M.Haneef”
14 Transistor full adder circuit using 4 transistor XOR
gate and Transmission gate” National Conference on
Emerging Trends in Information, Management and
Engineering Sciences (NC’e-TIMES#1.0) – 2018.
[4] Radhakrishnan D,” Low-voltage low-power CMOS full
adder”, in Proc, IEEE Circuits DevicesSystem,148,2001,
19-24.
[5] Shams A.M, Darwish T.K and Bayoumi M.A,
“Performance analysis of low-power 1-bit CMOS full
adder cells”, IEEE Trans, Very Large Scale Integration
(VLSI) Systems, 10 (1), 2002, 20–29.
[6] Bui H.T, Al-Sheraidah A.K and Wang Y, New 4-
transistors XOR and XNOR designs, in Proc. 2nd IEEE
Asia Pacific Conference, ASIC, 2000, 25–28.
[7] Jin-Fa Lin Hwang Y.T, Sheu M.H and Ho C.C, A Novel
High-Speed and Energy Efficient10- Transistor Full
Adder Design, IEEE Transactions on Circuits and
Systems, 54 (5), 2007, 1050-1059.
[8] Zain Shabbir, Anas Razzaq Ghumman, Shabbir Majeed
Chaudhry, A Reduced-sp-D3Lsum Adder-Based High
Frequency 4 × 4 Bit Multiplier Using Dadda Algorithm,
Springer Science+Business Media New York 2015.
[9] S. Selvi, S. Pradeep,’’ 6 Transistor Full Adder Circuit
Using Pass Transistor Logic ’’ Journal of Chemical and
Pharmaceutical Sciences, JCHPS Special Issue 1:
February 2017.
[10] Hung Tien Bui, Yuke Wang, and Yingtao Jiang, “Design
and Analysis of Low-Power 10-Transistor Full Adders
Using Novel XOR–XNOR Gates” IEEE transactions on
circuits and systems—ii: analog and digital signal
processing, vol. 49, no. 1, January 2002.
[11] Muhammad Hussnain Riaz, Tariq Kamal,” Low Power
4×4 Bit Multiplier Design using Dadda Algorithm and
Optimized Full Adder” Conference Paper · March 2018
DOI: 10.1109/IBCAST.2018.8312254
”
a
d
h
a
k
r
i
s
h
n
a
n
D
,
L
o
w
-
v
o
l
t
a
g
e
l
o
w
-
p
o
w
e
r
C
M
O
S
f
u
l
Ad

More Related Content

What's hot (20)

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
 
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTSIRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET Journal
 
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
IRJET Journal
 
DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...
DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...
DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...
Saikiran perfect
 
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
IJERA Editor
 
Mini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIERMini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIER
j naga sai
 
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
IJLT EMAS
 
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET -  	  Comparison of Vedic, Wallac Tree and Array MultipliersIRJET -  	  Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET Journal
 
VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...
VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...
VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...
P singh
 
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLEA SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
Editor IJMTER
 
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Karthik Sagar
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
IJMER
 
VEDIC MULTIPLIER FOR "FPGA"
VEDIC MULTIPLIER FOR "FPGA"VEDIC MULTIPLIER FOR "FPGA"
VEDIC MULTIPLIER FOR "FPGA"
SAIKRISHNA KOPPURAVURI
 
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
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using Verilog
BhargavKatkam
 
Review on Multiply-Accumulate Unit
Review on Multiply-Accumulate UnitReview on Multiply-Accumulate Unit
Review on Multiply-Accumulate Unit
IJERA Editor
 
vedic mathematics based MAC unit
vedic mathematics based MAC unitvedic mathematics based MAC unit
vedic mathematics based MAC unit
Navya Shree
 
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET Journal
 
Vedic multiplier
Vedic multiplierVedic multiplier
Vedic multiplier
BHUSHAN MHASKE
 
Low power high_speed
Low power high_speedLow power high_speed
Low power high_speed
nanipandu
 
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
 
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTSIRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET Journal
 
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
IRJET Journal
 
DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...
DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...
DESIGN OF SIMULATION DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SAIKIR...
Saikiran perfect
 
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
IJERA Editor
 
Mini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIERMini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIER
j naga sai
 
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
Compare Efficiency of Different Multipliers Using Verilog Simulation & Modify...
IJLT EMAS
 
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET -  	  Comparison of Vedic, Wallac Tree and Array MultipliersIRJET -  	  Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET Journal
 
VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...
VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...
VLSI ARCHITECTURE OF AN 8-BIT MULTIPLIER USING VEDIC MATHEMATICS IN 180NM TEC...
P singh
 
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLEA SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
A SURVEY - COMPARISON OF MULTIPLIERS USING DIFFERENT LOGIC STYLE
Editor IJMTER
 
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Karthik Sagar
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
IJMER
 
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
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using Verilog
BhargavKatkam
 
Review on Multiply-Accumulate Unit
Review on Multiply-Accumulate UnitReview on Multiply-Accumulate Unit
Review on Multiply-Accumulate Unit
IJERA Editor
 
vedic mathematics based MAC unit
vedic mathematics based MAC unitvedic mathematics based MAC unit
vedic mathematics based MAC unit
Navya Shree
 
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET Journal
 
Low power high_speed
Low power high_speedLow power high_speed
Low power high_speed
nanipandu
 

Similar to IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR Gate (20)

IRJET- Implementation of Low Area and Less Delay of Various Multipliers u...
IRJET-  	  Implementation of Low Area and Less Delay of Various Multipliers u...IRJET-  	  Implementation of Low Area and Less Delay of Various Multipliers u...
IRJET- Implementation of Low Area and Less Delay of Various Multipliers u...
IRJET Journal
 
IRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth MultiplierIRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth Multiplier
IRJET Journal
 
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET Journal
 
IJET-V3I1P14
IJET-V3I1P14IJET-V3I1P14
IJET-V3I1P14
IJET - International Journal of Engineering and Techniques
 
A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...
A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...
A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...
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 Adders
IRJET Journal
 
IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...
IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...
IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...
IRJET Journal
 
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
 
A Low Power Row and Column Compression for High-Performance Multiplication on...
A Low Power Row and Column Compression for High-Performance Multiplication on...A Low Power Row and Column Compression for High-Performance Multiplication on...
A Low Power Row and Column Compression for High-Performance Multiplication on...
ijsrd.com
 
High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation
IJMER
 
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
 
Design and Implementation of Two Stage CMOS Operational Amplifier
Design and Implementation of Two Stage CMOS Operational AmplifierDesign and Implementation of Two Stage CMOS Operational Amplifier
Design and Implementation of Two Stage CMOS Operational Amplifier
IRJET Journal
 
Bn26425431
Bn26425431Bn26425431
Bn26425431
IJERA Editor
 
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
IRJET Journal
 
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...
IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...
IRJET Journal
 
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
IOSR Journals
 
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
IRJET Journal
 
P0450495100
P0450495100P0450495100
P0450495100
IJERA Editor
 
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified AdderIRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET Journal
 
IRJET- Literature Survey on Hardware Addition and Subtraction
IRJET- Literature Survey on Hardware Addition and SubtractionIRJET- Literature Survey on Hardware Addition and Subtraction
IRJET- Literature Survey on Hardware Addition and Subtraction
IRJET Journal
 
IRJET- Implementation of Low Area and Less Delay of Various Multipliers u...
IRJET-  	  Implementation of Low Area and Less Delay of Various Multipliers u...IRJET-  	  Implementation of Low Area and Less Delay of Various Multipliers u...
IRJET- Implementation of Low Area and Less Delay of Various Multipliers u...
IRJET Journal
 
IRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth MultiplierIRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth Multiplier
IRJET Journal
 
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET Journal
 
A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...
A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...
A Comparative Analysis of Vedic multiplier with Array and Wallace Tree multip...
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 Adders
IRJET Journal
 
IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...
IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...
IRJET- Image and Signal Filtering using Fir Filter Made using Approximate Hyb...
IRJET Journal
 
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
 
A Low Power Row and Column Compression for High-Performance Multiplication on...
A Low Power Row and Column Compression for High-Performance Multiplication on...A Low Power Row and Column Compression for High-Performance Multiplication on...
A Low Power Row and Column Compression for High-Performance Multiplication on...
ijsrd.com
 
High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation
IJMER
 
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
 
Design and Implementation of Two Stage CMOS Operational Amplifier
Design and Implementation of Two Stage CMOS Operational AmplifierDesign and Implementation of Two Stage CMOS Operational Amplifier
Design and Implementation of Two Stage CMOS Operational Amplifier
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 VLSI
IRJET Journal
 
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...
IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...
IRJET Journal
 
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
IOSR Journals
 
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
IRJET Journal
 
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified AdderIRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET Journal
 
IRJET- Literature Survey on Hardware Addition and Subtraction
IRJET- Literature Survey on Hardware Addition and SubtractionIRJET- Literature Survey on Hardware Addition and Subtraction
IRJET- Literature Survey on Hardware Addition and Subtraction
IRJET Journal
 
Ad

More from IRJET Journal (20)

Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATIONBRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ..."Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer VisionBreast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
FIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACHFIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACH
IRJET Journal
 
Kiona – A Smart Society Automation Project
Kiona – A Smart Society Automation ProjectKiona – A Smart Society Automation Project
Kiona – A Smart Society Automation Project
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based CrowdfundingInvest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUBSPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATIONBRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ..."Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer VisionBreast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
FIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACHFIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACH
IRJET Journal
 
Kiona – A Smart Society Automation Project
Kiona – A Smart Society Automation ProjectKiona – A Smart Society Automation Project
Kiona – A Smart Society Automation Project
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based CrowdfundingInvest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUBSPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
IRJET Journal
 
Ad

Recently uploaded (20)

Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning ModelsMode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Journal of Soft Computing in Civil Engineering
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Journal of Soft Computing in Civil Engineering
 
Working with USDOT UTCs: From Conception to Implementation
Working with USDOT UTCs: From Conception to ImplementationWorking with USDOT UTCs: From Conception to Implementation
Working with USDOT UTCs: From Conception to Implementation
Alabama Transportation Assistance Program
 
IBAAS 2023 Series_Lecture 8- Dr. Nandi.pdf
IBAAS 2023 Series_Lecture 8- Dr. Nandi.pdfIBAAS 2023 Series_Lecture 8- Dr. Nandi.pdf
IBAAS 2023 Series_Lecture 8- Dr. Nandi.pdf
VigneshPalaniappanM
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic AlgorithmDesign Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Journal of Soft Computing in Civil Engineering
 
acid base ppt and their specific application in food
acid base ppt and their specific application in foodacid base ppt and their specific application in food
acid base ppt and their specific application in food
Fatehatun Noor
 
PPT on Sattelite satellite & Radar(1).pptx
PPT on Sattelite satellite & Radar(1).pptxPPT on Sattelite satellite & Radar(1).pptx
PPT on Sattelite satellite & Radar(1).pptx
navneet19791
 
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdfATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ssuserda39791
 
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdfML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
rameshwarchintamani
 
22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB
22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB
22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB
Guru Nanak Technical Institutions
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
Physical and Physic-Chemical Based Optimization Methods: A Review
Physical and Physic-Chemical Based Optimization Methods: A ReviewPhysical and Physic-Chemical Based Optimization Methods: A Review
Physical and Physic-Chemical Based Optimization Methods: A Review
Journal of Soft Computing in Civil Engineering
 
Applications of Centroid in Structural Engineering
Applications of Centroid in Structural EngineeringApplications of Centroid in Structural Engineering
Applications of Centroid in Structural Engineering
suvrojyotihalder2006
 
Artificial intelligence and machine learning.pptx
Artificial intelligence and machine learning.pptxArtificial intelligence and machine learning.pptx
Artificial intelligence and machine learning.pptx
rakshanatarajan005
 
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
Guru Nanak Technical Institutions
 
Deepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber ThreatsDeepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber Threats
RaviKumar256934
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
IBAAS 2023 Series_Lecture 8- Dr. Nandi.pdf
IBAAS 2023 Series_Lecture 8- Dr. Nandi.pdfIBAAS 2023 Series_Lecture 8- Dr. Nandi.pdf
IBAAS 2023 Series_Lecture 8- Dr. Nandi.pdf
VigneshPalaniappanM
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
acid base ppt and their specific application in food
acid base ppt and their specific application in foodacid base ppt and their specific application in food
acid base ppt and their specific application in food
Fatehatun Noor
 
PPT on Sattelite satellite & Radar(1).pptx
PPT on Sattelite satellite & Radar(1).pptxPPT on Sattelite satellite & Radar(1).pptx
PPT on Sattelite satellite & Radar(1).pptx
navneet19791
 
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdfATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ssuserda39791
 
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdfML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
rameshwarchintamani
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
Applications of Centroid in Structural Engineering
Applications of Centroid in Structural EngineeringApplications of Centroid in Structural Engineering
Applications of Centroid in Structural Engineering
suvrojyotihalder2006
 
Artificial intelligence and machine learning.pptx
Artificial intelligence and machine learning.pptxArtificial intelligence and machine learning.pptx
Artificial intelligence and machine learning.pptx
rakshanatarajan005
 
Deepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber ThreatsDeepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber Threats
RaviKumar256934
 

IRJET- Dadda Algorithm based Lowpower High Speed Multiplier using 4T XOR Gate

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1409 DADDA ALGORITHM BASED LOWPOWER HIGH SPEED MULTIPLIER USING 4T XOR GATE Neethu R S1, Aneesh S P2, Saju A3 1PG Scholar, Department of ECE, Musaliar College of Engineering and Technology, Kerala, India 2Assistant Professor, Department of ECE, Musaliar College of Engineering and Technology, Kerala, India 3Associate Professor, Department of ECE, Musaliar College of Engineering and Technology, Kerala, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - This paper describes efficient methodtodesigna 4-bit multiplier having low power, area and high speed using the Dadda algorithm and the basic building block of multiplier’s used a 14T Full adder having low power dissipation. Full and half adder blocks have been designed using 4T XOR gate to reduce the power dissipation and Dadda algorithm to reduce the propagation delay. The model has been designed using DSCH 2 and Micro wind tool. Key Words: 4T XOR gate, 14T full adder, Dadda algorithm, 4x4 Multiplier 1. INTRODUCTION The electronic world is growing day by day. So the demand for electronic components is increased. But the electronic component faces the power dissipation speed, the area is major problems. The ALU is taking more power in the electronic components. The major parts of ALU are adder and multipliers. Multipliers play an important part in digital signal processing and various other applications. The basic method of multiplication is added and shift algorithm. In parallel multipliers number of partial products to be added is the main parameter that determines the performance of the multipliers. The product is the result of multiplying the multiplicand to the multipliers. The multiplicationoperation is performed in two main steps. First is the partial product formation which consists of multiplying each bit of the multiplier with multiplicand. Each progressive fractional item has a general move of one-bit position to left side of the previous partial product. The second step is partial product accumulation where the partial product is combined to find the result. The essential requirement of multiplier include high-speed, low power consumption technique is the best method for these achievements. Wallace and Dadda multipliers are thecolumncompressionmultipliers.Wallace, Array, and Dadda multipliers have been done and proved that the Dadda multiplier is betterthantheothermultipliers. Dadda Multipliers have faster performance.Soitusedfor the proposed technique and compared with the regular Dadda multipliers and Wallace tree and array multipliers. 1.1 Parallel Multipliers Parallel multipliers are used for high-performance devices because it has high speed and low delay than the serial multipliers. A parallel multiplier is two types of Array multipliers and Tree Multipliers. A Array Multiplier The Multiplier multiplied two numbers and it produced partial products and the adder circuit is used to add the partial products then it produced the final product. The array multiplier required N(n-1) adder circuits and N² AND gates. Array Multiplier has a simple circuitry so it is easy to implement. Fig -1: Block diagram of Array Multiplier B Wallace tree multiplier In 1961 Australian Computer Scientist Chris Wallace was suggest that fastest multiplier. Wallace is a coloumn compression method to reduce the propagation delay. Wallace tree sums up same weight of three bits and produces output[2] . I The Wallace tree has three steps: 1. Partial Product Generation 2. . Partial Product Reduction 3. Partial Product Addition 4. In Wallace multiplier, adders are used height wise or in other words column wise. In order to proceed to next step, first the unused bits are written column wise and then the sum of the adder of that stage followed by the carry of the previous stage. 5. Step 1: Generation of Partial Products. 6. Step 2: Reduction of Partial Products generated. In this step, the height of the partial products is reduced step by step till it reaches to the height of two. The height of the intermediate steps is such that uniformity is maintained
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1410 with respect to the previous stage or intermediate matrix. For reducing heights adders are used. So the reduced intermediate matrix is given below which has the height of six. Notice that vacant or unused bits are placed first followed by the sum of the adder followed by the carry of the previous step. Here calculation starts from the LSB side. 7. Step 3: Addition of partial products. Then the matrix of height two is added by any known adder like carry select adder or parallel adder etc. The final sum which will be the result of the multiplication. Fig -2: Block diagram of Wallace tree Multiplier C Dadda tree algorithm Different algorithms have been proposed to decrease the propagation delay during the addition of the partial products generated by AND Gate. One of the most efficient algorithms is Dadda algorithm. The proposed 4*4 multiplier has a total of 16 partial products, so, the height of the tree is four as shown Fig. 3. Dadda Algorithm has been applied for the purpose to reduce the height of the tree from four to two. If we do not apply Dadda algorithm, then we must have to wait for the previous stage to simulate it, because, the next stage uses the carry of the previous stage which will increase the propagation delay [8]. For this simple technique, we have to use the ripple carry adder, it also consumes less power, but the delay is significantly high. To reduce the overall propagation delay of the multiplier Dadda algorithm has been applied. This is the best technique for reduction in the delay of the overall multiplier design because, at the start, it does not depend on the previous stage. Therefore, the first stage will be implemented without depending on any other stage. First, we have arranged our partial products to make a tree as shown in Fig. 4. These partial products are generated by the AND gate. The height of this tree is 4 as the proposed design is the 4-bit multiplier. Stages of dadda algorithm The objective is to reduce the height of the tree from four to two. Therefore, building blocks have been used in such a way to reduce the tree height from four to three after the completion of first Dadda stage and then from three to two after the completion of the second Dadda Stage [11]. Furthermore, the two Dadda stages are used to reduce this tree. The first and second Dadda stages are shown in Fig. 4 and Fig.5, respectively. Proposed System The major part of ALU is multiplier and adder circuit. These circuits take more area and provide high power dissipations. This paper included the design of low power adder circuits and used Dadda algorithm is the method to reduce the overall propagation delay, area and power dissipation of the multiplier. The major blocks of a multiplier are AND GATE, Full adder, and half adder. Area and power dissipation of these circuits will reduce the overall power dissipation, area. So this paper is given a new multiplier design with the reduced area, power, and delay. 2. PROPOSED MULTIPLIER The major blocks of a multiplier are AND GATE, Full adder, and half adder. Area and power dissipation of these circuits will reduce the overall power dissipation, area. So this paper is given a new multiplier design with the reduced area, power, and delay. Design of AND gate AND gate is produced the partial products of the multiplicand and multiplier. In this paper used a 4x4 multiplier. So the 16 products are generated by the and gate. Different technologies are used to design and gate.CMOS used to design and gate it give the accurate result but the transistor number is increased which used the same number of transistors in pull up transistor and the pull down transistors. Pass transistor logic is reduced the transistor number but it has a drawback which produces weak 0 signal and strong 1signal from PMOS and Weak 1signal and Strong Zero signal is produced from NMOS transistor. This problem overcome by using transmission logic. Logic AND is better than these tree technology. Which have simple design is help to reduce the complexity of Multiplier design and low-power dissipation.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1411 Table -1: Comparison of power for AND gate using different logics Type of Logic No. of transi stors used Power Consumption (microwatt) Surface Area (micrometer2 ) CMOS AND 6 7.382 97.7 Pass transistor Logic 2 0nW 21.9 Transmission gate Logic 4 1.302 41.2 Logic Circuit 6 1.965 19.2 Design of Full adder Full adder is the major element of a multiplier. The design of full adder is more concentrate and aware. Table -2: Truth table of Full adder A B C SUM CARRY 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 1 1 0 0 1 0 1 0 1 0 1 1 1 0 0 1 1 1 1 1 1 Construction S=A XOR B XOR C CARRY= AB+(C (A XOR B)) =AB+C (A’B+AB’) =AB+A’BC+AB’C =B (A+A’C) +AB’C =BAC+AB’C =C (A XNOR B) =C (A XOR B) The main part of full adder design is the XOR gate which generates basic addition operation in the adder circuits. A single XOR generates simple two bit addition. The XOR gate conventionally uses 8 MOSFETs for proper working, however, at present we have different XOR gate topologies [6] [7]. However, in this project have used to design a 4T XOR gate to get low power consumption. An XOR gate or Exclusive OR gate is a digital logic gate with two or more inputs and one output that performs an exclusive function. The true output results if one, and only one of the inputs to the gate is true (logic 1). If both inputs are false (logic 0) and both are true (logic 1), a false (logic 0) output results. A B Output 0 0 0 0 1 1 1 0 1 1 1 0 This 4T XOR gate is used to design a 14T full adder circuit [3] which provide less power dissipation than the static CMOS full adder, pass transistor logic, transmission logic.4T XOR gate used 14T adder consists of 14 transistors provide considerably less power in the range of microwatts and has higher speed. In the 14T full adder, we used 4T XOR gate and inverted 4T XOR gate. 8 MOSFETs used Conventional XOR gate for proper working, but present we have different topologies. Here we have used 4T XOR gate to reduce overall area and power dissipation. Using this XOR gate, reduction in the size of a full adder is achieved and overall leakage is also reduced.4T XoR to increase circuit density [4] [5]. Table -3: Truth table of EXOR gate A B Output 0 0 0 0 1 1 1 0 1 1 1 0 Table -4: Comparison of Power for full adder Using Different Logics Type of Logic No. of transisto rs used Power Consumptio n (microwatt) Surface Area (micrometer2 ) Static CMOS transistor 28 15.231 1061.4 Normal PTL {sum} Normal PTL{Carry} 20 24 11.52 11.740 63.2 215.9 Transmission gate logic 20 14.915 521.1 14T transistor 14 3.050 233.1
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1412 Design of half adder Expression:-SUM=AB+AB =A XOR B CARRY =AB Half adder circuit has two input and two output, Sum and Carry. The result of the SUM is EXOR function. So 4T XOR gate is used to design the Sum function and logic AND is used for Carry function. Table -5: Truth table of half adder A B Sum Carry 0 0 0 0 0 1 1 0 1 0 1 0 1 1 1 1 Table -6: Simulation result of half adder Type of Logic No. of transistor used Power consumption( Microwatt) Surface Area (Micrometer 2) 4T transistor 10 2.045 72.7 Design of proposed multiplier The multiplier circuit designed for low power, low area, and low delay requirements. These requirements are satisfied by the use of 4T XOR based adder circuits and logic AND gate. Fig -7: Schematic of 14T full adder circuit Fig -8: Simulation of 14T full adder Fig -9: Schematic of 4T half adder circuit Fig -10: Schematic of 4T half adder circuit
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1413 Fig -11: Schematic of Dadda algorithm based low power high speed Multiplier using 4T XOR gate Fig -12: V/T Simulation of Proposed Multiplier Table -7: Simulation results of proposed multiplier Circu it No.o f tran sist or Del ay Power dissipatio n(V/T Microwatt ) Power dissipation (V/I Micro Watt) SUFACE AREA(M icromet er2) AND gate 6 12p s 2.653 1.965 19.2 Full adder 14 25p s 3.593 3.04 248.2 Half adder 10 11p s 2.5 2.723 72.7 4T XOR 4 8ps 0nw 0nw 58.3 4T XNOR 6 16p s 1.705 1.533 97.7 Multi plier 248 112 ps 363 355 8672.9 Fig -13: V/I Simulation of Proposed Multiplier 3. CONCLUSION The dadda algorithm based multiplier design has shown a remarkable improvement in area and power. The 4T XOR gate was designed and is used as the main base element of the new adder circuit. The reduced number of a transistor has led to a reduction in the area and power consumption. The Dadda algorithm has been developed to reduce the number of the partial product of the multiplier. The performance of the proposed low power multiplier has been estimated. The adder circuit in the system consumes less power. The developed multiplier circuit also reduced the area and delay. This circuit is applicable in the DSP, FFT, Neural networks, etc. Micro wind and DSCH tool are used to do this project successfully. Pass transistor logic is advantageous for its simplicity. Although due to decreased transistor count both delay and power consumption will be lesser than other techniques. In the future, this kind of low power and high-speed adder cell will be used in designing the digital circuits, filter and its applications in various fields. The power dissipation may be increased if the number of bits considered may be increased. Power can be reduced by improving the partial product compression ratio.14T Full adder circuit is used to design the multiplier circuit it may be changed to reduce the power
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1414 REFERENCES [1] Pranay Kumar Rahi, Rajesh Mehra” CMOS 4-bit Multiplier design & simulation using different foundry” International Journal of Scientific Research Engineering & Technology (IJSRET) ISSN: 2278–0882 EATHD-2015 Conference Proceeding, 14-15 March, 2015 [2] D.Sony” Comparison of Wallace, Vedic and Dadda Multipliers” International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March -2018 [3] S.Narendra, A.Maheswara reddy,S.Saleem,K.M.Haneef” 14 Transistor full adder circuit using 4 transistor XOR gate and Transmission gate” National Conference on Emerging Trends in Information, Management and Engineering Sciences (NC’e-TIMES#1.0) – 2018. [4] Radhakrishnan D,” Low-voltage low-power CMOS full adder”, in Proc, IEEE Circuits DevicesSystem,148,2001, 19-24. [5] Shams A.M, Darwish T.K and Bayoumi M.A, “Performance analysis of low-power 1-bit CMOS full adder cells”, IEEE Trans, Very Large Scale Integration (VLSI) Systems, 10 (1), 2002, 20–29. [6] Bui H.T, Al-Sheraidah A.K and Wang Y, New 4- transistors XOR and XNOR designs, in Proc. 2nd IEEE Asia Pacific Conference, ASIC, 2000, 25–28. [7] Jin-Fa Lin Hwang Y.T, Sheu M.H and Ho C.C, A Novel High-Speed and Energy Efficient10- Transistor Full Adder Design, IEEE Transactions on Circuits and Systems, 54 (5), 2007, 1050-1059. [8] Zain Shabbir, Anas Razzaq Ghumman, Shabbir Majeed Chaudhry, A Reduced-sp-D3Lsum Adder-Based High Frequency 4 × 4 Bit Multiplier Using Dadda Algorithm, Springer Science+Business Media New York 2015. [9] S. Selvi, S. Pradeep,’’ 6 Transistor Full Adder Circuit Using Pass Transistor Logic ’’ Journal of Chemical and Pharmaceutical Sciences, JCHPS Special Issue 1: February 2017. [10] Hung Tien Bui, Yuke Wang, and Yingtao Jiang, “Design and Analysis of Low-Power 10-Transistor Full Adders Using Novel XOR–XNOR Gates” IEEE transactions on circuits and systems—ii: analog and digital signal processing, vol. 49, no. 1, January 2002. [11] Muhammad Hussnain Riaz, Tariq Kamal,” Low Power 4×4 Bit Multiplier Design using Dadda Algorithm and Optimized Full Adder” Conference Paper · March 2018 DOI: 10.1109/IBCAST.2018.8312254 ” a d h a k r i s h n a n D , L o w - v o l t a g e l o w - p o w e r C M O S f u l
  翻译: