SlideShare a Scribd company logo
1 of 16
Download to read offline
SYED HASAN SAEED
hasansaeedcontrol@gmail.com
shasansaeed@yolasite.com
1
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
BINARY MULTIPLIERS
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
2
BINARY MULTIPLIERS
 A Combinational multiplier is the logic circuit which is
implemented to perform multiplication.
 The multiplicand is multiplied by each bit of the multiplier starting
from the least significant bit.
 Each multiplication forms a partial product, successive partial
products are shifted one position to the left.
 The final product is obtained from the sum of the partial products.
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
3
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
4
2-bit by 2-bit Binary Multiplier:
2-Bit By 2-Bit
Multiplier
A
B
A1AO
B1BO
P=P3P2P1PO
FIG. 1
(i) 2-bit by 2-bit Binary Multiplier:
Consider the following multiplication of two 2-bit number
B1 BO
A1 AO Multiplier
AOB1 AOBO
A1B1 A1BO
P3 P2 P1 PO
PO = AOBO
P1=AOB1+A1BO
P2=A1B1+ C1
P3= C2
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
5
Multiplicand
Partial Product 1
Partial Product 2
C1
C1
C2
C2
X
Final Result
IMPLEMENTATION OF GATES
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
6
AO
BO
PO
BO
A1
AO
B1
A1
B1
P1
P2
P3C2=
C1
A1BO
AOB1
A1B1
HA
HA
PO = AOBO
P1=AOB1+A1BO
P2=A1B1+ C1
P3= C2
FIG. 2
 Multiplicand Bits are B1 and BO, Multiplier bits are A1 and AO and
the products is P3P2P1PO.
 First partial product is formed by multiplying BO by AO and B1 by
AO
 Multiplication of AO and BO produces 1, if both bits are 1;
otherwise it produces 0. This indicates an AND operation.
Therefore partial product can be implemented with AND gates.
 The second partial product can be obtained by multiplying BO by A1
and B1 by A1 and shifted one position to the left.
 The two partial product are added with two half adder circuits.
 Usually there are more bits in the partial products and it is
necessary to use full adder to produce the sum of partial products.
 2-bit by 2-bit Binary Multiplier shown in fig.3
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
7
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
8
HA HA
BOB1
BOB1
AO
A1
Fig.3:2-Bitby2-BitBinaryMultiplier
POP1P2P3
B3B2B1BO
A2A1AO
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
9
AOB3 AOB2 AOB1 AOBO
A1B3 A1B2 A1B1 A1BO
(ii) 4-Bit By 3-Bit Binary Multiplier
COC1C2
SOS1S2S3
A2B3 A2B2 A2B1 A2BO
C3C4C5
S4S5S6C6
PO
P1P2P3P4P5
P6
Multiplicand
Multiplier
Partial Product 1
Partial Product 2
Partial Sum 1
Partial Product 3
Partial Sum 2
Final Result
• The partial product terms are produced via bit by bit multiplication.
This is equivalent to ANDing of two bits.
• Finally the partial product terms in each column are added together
to get final product terms.
• No. of AND gates= m * n, where m= multiplier bits and
n= multiplicand bits.
• (m-1)n-bit adders required to produce a product of m+n bits.
• For 4-bit by 3-bit multiplier, the no. of AND gates=3*4=12
• Two 4-bit adders are required to produce product of seven bits.
• Fig. 2 shows the 4-bit by 3-bit multiplier.
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
10
(ii) 4-Bit By 3-Bit Binary Multiplier:
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
11
B2 B1 BOB3
BOB1B2B3
ADDEND AUGEND
SUM AND OUTPUT CARRY
ADDEND AUGEND
SUM AND OUTPUT CARRY
4-BIT ADDER
4-BIT ADDER
AO
A1
A2
POP1
P2P3P4P5
P6
0
BOB1B2B3
AOBO
AOB1
AOB2
AOB3
A1BO
A1B1
A1B2
A1B3
AOB1
+
A1BO
SO
FIG.4
(iii) 4- Bit By 4-Bit Binary Multiplier:
 It is a combinational circuit. This logic circuit is implemented to
perform multiplication of two 4-bit binary numbers A= A3A2A1AO
and B=B3B2B1BO
A3 A2 A1 AO
B3 B2 B1 BO
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
12
BOA3 BOA2 BOA1 BOAO
B1A3 B1A2 B1A1 B1AO
B2A3 B2A2 B2A1 B2AO
B3A3 B3A2 B3A1 B3AO
COC1C2
SOS1S2S3C3
C4C5C6
S4S5S6
S7C7
C8C9C10
S8S9S10S11C11
POP1P2P3P4P5P6P7
Multiplicand
Multiplier
Partial Product 1
Partial Product 2
Partial Product 3
Partial Sum 1
Partial Product 4
Partial Sum 2
Partial Sum 3
Final Result
 In this process the first partial product is obtained by multiplying BO
with A3A2A1AO , the second partial product is formed by
multiplying B1 with A3A2A1AO , likewise for III and IV partial
products.
 These partial products can be implemented with AND gates (as
shown in fig.)
 These partial product are then added by using 4 bit parallel adder.
 The three most significant bits of first partial product with carry
(considered as zero) are added with second partial term in first full
adder.
 Then the result is added to the next partial product with carry out
and it goes on till the final partial product, finally it produces 8 bit
sum which indicates the multiplication of two binary numbers.
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
13
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
14
A1 AOA2A3
A3 A2
A1 AO
A3
A2 A1 AO
A3
AOA1A2
BO
B1
B3
B2
POP1P6
AOBO
BOA1+B1AO
P3P5 P2P7 P4
4- Bit Binary Adder 1
4- Bit Binary Adder 2
4- Bit Binary Adder 3
SOS1S2S3
Cout
S4S5S6S7
Cout
S8S9S10
S11
FIG.4:4-BitBy4-BitBinaryParallel
Multiplier
0
References:
• Digital Design, Pearson, 4th Edition.
• Digital Circuit and Design, S. Salivahanan and S. Arivazhagan,
Oxford University Press, 5th Edition.
• Digital Systems Principles & Applications, Ronald J. Tocci,
Prentice-Hall of India Pvt. Ltd. , 6th Edition.
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
15
THANK YOU
SYED HASAN SAEED, INTEGRAL UNIVERSITY
LUCKNOW
16

More Related Content

What's hot

What's hot (20)

Multipliers in VLSI
Multipliers in VLSIMultipliers in VLSI
Multipliers in VLSI
 
MULTIPLEXER
MULTIPLEXERMULTIPLEXER
MULTIPLEXER
 
Adder ppt
Adder pptAdder ppt
Adder ppt
 
Basics of digital electronics
Basics of digital electronicsBasics of digital electronics
Basics of digital electronics
 
Digital electronics
Digital electronicsDigital electronics
Digital electronics
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Encoder & Decoder
Encoder & DecoderEncoder & Decoder
Encoder & Decoder
 
Adder
Adder Adder
Adder
 
BCD ADDER
BCD ADDER BCD ADDER
BCD ADDER
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
 
Array multiplier
Array multiplierArray multiplier
Array multiplier
 
Ripple adder
Ripple adderRipple adder
Ripple adder
 
Decimal adder
Decimal adderDecimal adder
Decimal adder
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 
Parallel Adder
Parallel Adder Parallel Adder
Parallel Adder
 
Addition and subtraction with signed magnitude data (mano
Addition and subtraction with signed magnitude data (manoAddition and subtraction with signed magnitude data (mano
Addition and subtraction with signed magnitude data (mano
 
Binary multiplier
Binary multiplierBinary multiplier
Binary multiplier
 
Shift Registers
Shift RegistersShift Registers
Shift Registers
 
Sequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsSequential circuits in Digital Electronics
Sequential circuits in Digital Electronics
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 

Similar to Binary multipliers

Ijarcet vol-2-issue-3-1036-1040
Ijarcet vol-2-issue-3-1036-1040Ijarcet vol-2-issue-3-1036-1040
Ijarcet vol-2-issue-3-1036-1040
Editor IJARCET
 
Low power high_speed
Low power high_speedLow power high_speed
Low power high_speed
nanipandu
 

Similar to Binary multipliers (20)

Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
8 bit Multiplier Accumulator
8 bit Multiplier Accumulator8 bit Multiplier Accumulator
8 bit Multiplier Accumulator
 
Ijarcet vol-2-issue-3-1036-1040
Ijarcet vol-2-issue-3-1036-1040Ijarcet vol-2-issue-3-1036-1040
Ijarcet vol-2-issue-3-1036-1040
 
IRJET- An Efficient Multiply Accumulate Unit Design using Vedic Mathematics A...
IRJET- An Efficient Multiply Accumulate Unit Design using Vedic Mathematics A...IRJET- An Efficient Multiply Accumulate Unit Design using Vedic Mathematics A...
IRJET- An Efficient Multiply Accumulate Unit Design using Vedic Mathematics A...
 
Area Efficient and Reduced Pin Count Multipliers
Area Efficient and Reduced Pin Count MultipliersArea Efficient and Reduced Pin Count Multipliers
Area Efficient and Reduced Pin Count Multipliers
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Modified booth
Modified boothModified booth
Modified booth
 
Comparative Design of Regular Structured Modified Booth Multiplier
Comparative Design of Regular Structured Modified Booth MultiplierComparative Design of Regular Structured Modified Booth Multiplier
Comparative Design of Regular Structured Modified Booth Multiplier
 
D0161926
D0161926D0161926
D0161926
 
Error Reduction of Modified Booth Multipliers in Mac Unit
Error Reduction of Modified Booth Multipliers in Mac UnitError Reduction of Modified Booth Multipliers in Mac Unit
Error Reduction of Modified Booth Multipliers in Mac Unit
 
DESIGN OF RADIX-8 BOOTH MULTIPLIER USING KOGGESTONE ADDER FOR HIGH SPEED ARIT...
DESIGN OF RADIX-8 BOOTH MULTIPLIER USING KOGGESTONE ADDER FOR HIGH SPEED ARIT...DESIGN OF RADIX-8 BOOTH MULTIPLIER USING KOGGESTONE ADDER FOR HIGH SPEED ARIT...
DESIGN OF RADIX-8 BOOTH MULTIPLIER USING KOGGESTONE ADDER FOR HIGH SPEED ARIT...
 
Encoding Schemes for Multipliers
Encoding Schemes for MultipliersEncoding Schemes for Multipliers
Encoding Schemes for Multipliers
 
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
 
21bx21b booth 2 multiplier
21bx21b booth 2 multiplier21bx21b booth 2 multiplier
21bx21b booth 2 multiplier
 
Low power high_speed
Low power high_speedLow power high_speed
Low power high_speed
 
Combinational Logic Circuit
Combinational Logic CircuitCombinational Logic Circuit
Combinational Logic Circuit
 
FIR FILTER DESIGN USING MCMA TECHNIQUE
FIR FILTER DESIGN USING MCMA TECHNIQUEFIR FILTER DESIGN USING MCMA TECHNIQUE
FIR FILTER DESIGN USING MCMA TECHNIQUE
 
Fast Multiplier for FIR Filters
Fast Multiplier for FIR FiltersFast Multiplier for FIR Filters
Fast Multiplier for FIR Filters
 
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
 
IRJET- Realization of Decimal Multiplication using Radix-16 Modified Booth En...
IRJET- Realization of Decimal Multiplication using Radix-16 Modified Booth En...IRJET- Realization of Decimal Multiplication using Radix-16 Modified Booth En...
IRJET- Realization of Decimal Multiplication using Radix-16 Modified Booth En...
 

More from Syed Saeed

Time domain definition 6
Time domain definition 6Time domain definition 6
Time domain definition 6
Syed Saeed
 
Time domain definition 6
Time domain definition 6Time domain definition 6
Time domain definition 6
Syed Saeed
 

More from Syed Saeed (20)

Laplace transform of periodic functions
Laplace transform of periodic functionsLaplace transform of periodic functions
Laplace transform of periodic functions
 
Maximum power transfer theorem for ac network
Maximum power transfer theorem for ac networkMaximum power transfer theorem for ac network
Maximum power transfer theorem for ac network
 
Thevenin's theorem for ac network
Thevenin's theorem for ac network Thevenin's theorem for ac network
Thevenin's theorem for ac network
 
Tellegen's theorem
Tellegen's theoremTellegen's theorem
Tellegen's theorem
 
Millman's theorem
Millman's theoremMillman's theorem
Millman's theorem
 
Subsitution theorem
Subsitution theoremSubsitution theorem
Subsitution theorem
 
Max. power transfer theorem dc network (Revised)
Max. power transfer theorem dc network (Revised)Max. power transfer theorem dc network (Revised)
Max. power transfer theorem dc network (Revised)
 
Norton's theorem
Norton's theoremNorton's theorem
Norton's theorem
 
Circuit theory thevenin theorem
Circuit theory thevenin theoremCircuit theory thevenin theorem
Circuit theory thevenin theorem
 
Basic definitions & laws revised
Basic definitions & laws revisedBasic definitions & laws revised
Basic definitions & laws revised
 
Read only memory(rom)
Read only memory(rom)Read only memory(rom)
Read only memory(rom)
 
Prom
PromProm
Prom
 
FPGA
FPGAFPGA
FPGA
 
PAL
PALPAL
PAL
 
PLA
PLAPLA
PLA
 
Magnitude comparator
Magnitude comparatorMagnitude comparator
Magnitude comparator
 
Quine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) methodQuine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) method
 
Time domain definition 6
Time domain definition 6Time domain definition 6
Time domain definition 6
 
Time domain definition 6
Time domain definition 6Time domain definition 6
Time domain definition 6
 
Sfg 5
Sfg 5Sfg 5
Sfg 5
 

Recently uploaded

Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 

Binary multipliers

  • 2. BINARY MULTIPLIERS SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 2
  • 3. BINARY MULTIPLIERS  A Combinational multiplier is the logic circuit which is implemented to perform multiplication.  The multiplicand is multiplied by each bit of the multiplier starting from the least significant bit.  Each multiplication forms a partial product, successive partial products are shifted one position to the left.  The final product is obtained from the sum of the partial products. SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 3
  • 4. SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 4 2-bit by 2-bit Binary Multiplier: 2-Bit By 2-Bit Multiplier A B A1AO B1BO P=P3P2P1PO FIG. 1
  • 5. (i) 2-bit by 2-bit Binary Multiplier: Consider the following multiplication of two 2-bit number B1 BO A1 AO Multiplier AOB1 AOBO A1B1 A1BO P3 P2 P1 PO PO = AOBO P1=AOB1+A1BO P2=A1B1+ C1 P3= C2 SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 5 Multiplicand Partial Product 1 Partial Product 2 C1 C1 C2 C2 X Final Result
  • 6. IMPLEMENTATION OF GATES SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 6 AO BO PO BO A1 AO B1 A1 B1 P1 P2 P3C2= C1 A1BO AOB1 A1B1 HA HA PO = AOBO P1=AOB1+A1BO P2=A1B1+ C1 P3= C2 FIG. 2
  • 7.  Multiplicand Bits are B1 and BO, Multiplier bits are A1 and AO and the products is P3P2P1PO.  First partial product is formed by multiplying BO by AO and B1 by AO  Multiplication of AO and BO produces 1, if both bits are 1; otherwise it produces 0. This indicates an AND operation. Therefore partial product can be implemented with AND gates.  The second partial product can be obtained by multiplying BO by A1 and B1 by A1 and shifted one position to the left.  The two partial product are added with two half adder circuits.  Usually there are more bits in the partial products and it is necessary to use full adder to produce the sum of partial products.  2-bit by 2-bit Binary Multiplier shown in fig.3 SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 7
  • 8. SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 8 HA HA BOB1 BOB1 AO A1 Fig.3:2-Bitby2-BitBinaryMultiplier POP1P2P3
  • 9. B3B2B1BO A2A1AO SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 9 AOB3 AOB2 AOB1 AOBO A1B3 A1B2 A1B1 A1BO (ii) 4-Bit By 3-Bit Binary Multiplier COC1C2 SOS1S2S3 A2B3 A2B2 A2B1 A2BO C3C4C5 S4S5S6C6 PO P1P2P3P4P5 P6 Multiplicand Multiplier Partial Product 1 Partial Product 2 Partial Sum 1 Partial Product 3 Partial Sum 2 Final Result
  • 10. • The partial product terms are produced via bit by bit multiplication. This is equivalent to ANDing of two bits. • Finally the partial product terms in each column are added together to get final product terms. • No. of AND gates= m * n, where m= multiplier bits and n= multiplicand bits. • (m-1)n-bit adders required to produce a product of m+n bits. • For 4-bit by 3-bit multiplier, the no. of AND gates=3*4=12 • Two 4-bit adders are required to produce product of seven bits. • Fig. 2 shows the 4-bit by 3-bit multiplier. SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 10
  • 11. (ii) 4-Bit By 3-Bit Binary Multiplier: SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 11 B2 B1 BOB3 BOB1B2B3 ADDEND AUGEND SUM AND OUTPUT CARRY ADDEND AUGEND SUM AND OUTPUT CARRY 4-BIT ADDER 4-BIT ADDER AO A1 A2 POP1 P2P3P4P5 P6 0 BOB1B2B3 AOBO AOB1 AOB2 AOB3 A1BO A1B1 A1B2 A1B3 AOB1 + A1BO SO FIG.4
  • 12. (iii) 4- Bit By 4-Bit Binary Multiplier:  It is a combinational circuit. This logic circuit is implemented to perform multiplication of two 4-bit binary numbers A= A3A2A1AO and B=B3B2B1BO A3 A2 A1 AO B3 B2 B1 BO SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 12 BOA3 BOA2 BOA1 BOAO B1A3 B1A2 B1A1 B1AO B2A3 B2A2 B2A1 B2AO B3A3 B3A2 B3A1 B3AO COC1C2 SOS1S2S3C3 C4C5C6 S4S5S6 S7C7 C8C9C10 S8S9S10S11C11 POP1P2P3P4P5P6P7 Multiplicand Multiplier Partial Product 1 Partial Product 2 Partial Product 3 Partial Sum 1 Partial Product 4 Partial Sum 2 Partial Sum 3 Final Result
  • 13.  In this process the first partial product is obtained by multiplying BO with A3A2A1AO , the second partial product is formed by multiplying B1 with A3A2A1AO , likewise for III and IV partial products.  These partial products can be implemented with AND gates (as shown in fig.)  These partial product are then added by using 4 bit parallel adder.  The three most significant bits of first partial product with carry (considered as zero) are added with second partial term in first full adder.  Then the result is added to the next partial product with carry out and it goes on till the final partial product, finally it produces 8 bit sum which indicates the multiplication of two binary numbers. SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 13
  • 14. SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 14 A1 AOA2A3 A3 A2 A1 AO A3 A2 A1 AO A3 AOA1A2 BO B1 B3 B2 POP1P6 AOBO BOA1+B1AO P3P5 P2P7 P4 4- Bit Binary Adder 1 4- Bit Binary Adder 2 4- Bit Binary Adder 3 SOS1S2S3 Cout S4S5S6S7 Cout S8S9S10 S11 FIG.4:4-BitBy4-BitBinaryParallel Multiplier 0
  • 15. References: • Digital Design, Pearson, 4th Edition. • Digital Circuit and Design, S. Salivahanan and S. Arivazhagan, Oxford University Press, 5th Edition. • Digital Systems Principles & Applications, Ronald J. Tocci, Prentice-Hall of India Pvt. Ltd. , 6th Edition. SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 15
  • 16. THANK YOU SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW 16