SlideShare a Scribd company logo
5
Most read
6
Most read
7
Most read
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 (20)

PPT
multiplexers and demultiplexers
Unsa Shakir
 
PPTX
Combinational circuit
Satya P. Joshi
 
PPTX
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Satya P. Joshi
 
PPTX
Combinational circuits
DrSonali Vyas
 
PDF
Sequential circuits in Digital Electronics
Vinoth Loganathan
 
PPTX
flag register of 8086
asrithak
 
PPTX
Encoder and decoder
Then Murugeshwari
 
PPTX
Counters
Randaqra
 
PDF
Magnitude comparator
Syed Saeed
 
PDF
Encoder & Decoder
Syed Saeed
 
PPTX
Digital electronics logic families
BLESSINAR0
 
PPTX
Carry look ahead adder
dragonpradeep
 
PPTX
Code conversion
Alapan Banerjee
 
PPT
Logic families
SARITHA REDDY
 
PPT
carry look ahead adder
ASHISH MANI
 
PPTX
Combinational circuit
SIVALAKSHMIPANNEERSE
 
PPTX
Asynchronous Sequential Circuit-Unit 4 ppt
SIVALAKSHMIPANNEERSE
 
PPTX
Multiplexer and DeMultiplexer
Estiak Khan
 
PDF
Synchronous Loadable Up and Down Counter
Digital System Design
 
multiplexers and demultiplexers
Unsa Shakir
 
Combinational circuit
Satya P. Joshi
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Satya P. Joshi
 
Combinational circuits
DrSonali Vyas
 
Sequential circuits in Digital Electronics
Vinoth Loganathan
 
flag register of 8086
asrithak
 
Encoder and decoder
Then Murugeshwari
 
Counters
Randaqra
 
Magnitude comparator
Syed Saeed
 
Encoder & Decoder
Syed Saeed
 
Digital electronics logic families
BLESSINAR0
 
Carry look ahead adder
dragonpradeep
 
Code conversion
Alapan Banerjee
 
Logic families
SARITHA REDDY
 
carry look ahead adder
ASHISH MANI
 
Combinational circuit
SIVALAKSHMIPANNEERSE
 
Asynchronous Sequential Circuit-Unit 4 ppt
SIVALAKSHMIPANNEERSE
 
Multiplexer and DeMultiplexer
Estiak Khan
 
Synchronous Loadable Up and Down Counter
Digital System Design
 

Similar to Binary multipliers (20)

PDF
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
TELKOMNIKA JOURNAL
 
DOCX
8 bit Multiplier Accumulator
Daksh Raj Chopra
 
PDF
Ijarcet vol-2-issue-3-1036-1040
Editor IJARCET
 
PDF
IRJET- An Efficient Multiply Accumulate Unit Design using Vedic Mathematics A...
IRJET Journal
 
PDF
Area Efficient and Reduced Pin Count Multipliers
CSCJournals
 
PDF
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
DOCX
Modified booth
sravan kumar y
 
PDF
Comparative Design of Regular Structured Modified Booth Multiplier
VLSICS Design
 
PDF
D0161926
IOSR Journals
 
PDF
Error Reduction of Modified Booth Multipliers in Mac Unit
IOSR Journals
 
PDF
DESIGN OF RADIX-8 BOOTH MULTIPLIER USING KOGGESTONE ADDER FOR HIGH SPEED ARIT...
eeiej_journal
 
PDF
Encoding Schemes for Multipliers
Silicon Mentor
 
PDF
21bx21b booth 2 multiplier
Bharat Biyani
 
PPTX
Low power high_speed
nanipandu
 
PPTX
Combinational Logic Circuit
GargiKhanna1
 
PDF
Fast Multiplier for FIR Filters
IJSTA
 
PDF
IRJET- Realization of Decimal Multiplication using Radix-16 Modified Booth En...
IRJET Journal
 
DOC
Design of chip controller
asha
 
PDF
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET Journal
 
PDF
Design and Implementation of High Speed Area Efficient Double Precision Float...
IOSR Journals
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
TELKOMNIKA JOURNAL
 
8 bit Multiplier Accumulator
Daksh Raj Chopra
 
Ijarcet vol-2-issue-3-1036-1040
Editor IJARCET
 
IRJET- An Efficient Multiply Accumulate Unit Design using Vedic Mathematics A...
IRJET Journal
 
Area Efficient and Reduced Pin Count Multipliers
CSCJournals
 
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
Modified booth
sravan kumar y
 
Comparative Design of Regular Structured Modified Booth Multiplier
VLSICS Design
 
D0161926
IOSR Journals
 
Error Reduction of Modified Booth Multipliers in Mac Unit
IOSR Journals
 
DESIGN OF RADIX-8 BOOTH MULTIPLIER USING KOGGESTONE ADDER FOR HIGH SPEED ARIT...
eeiej_journal
 
Encoding Schemes for Multipliers
Silicon Mentor
 
21bx21b booth 2 multiplier
Bharat Biyani
 
Low power high_speed
nanipandu
 
Combinational Logic Circuit
GargiKhanna1
 
Fast Multiplier for FIR Filters
IJSTA
 
IRJET- Realization of Decimal Multiplication using Radix-16 Modified Booth En...
IRJET Journal
 
Design of chip controller
asha
 
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET Journal
 
Design and Implementation of High Speed Area Efficient Double Precision Float...
IOSR Journals
 
Ad

More from Syed Saeed (20)

PDF
Laplace transform of periodic functions
Syed Saeed
 
PDF
Maximum power transfer theorem for ac network
Syed Saeed
 
PDF
Thevenin's theorem for ac network
Syed Saeed
 
PDF
Tellegen's theorem
Syed Saeed
 
PDF
Millman's theorem
Syed Saeed
 
PDF
Subsitution theorem
Syed Saeed
 
PPTX
Max. power transfer theorem dc network (Revised)
Syed Saeed
 
PDF
Norton's theorem
Syed Saeed
 
PDF
Circuit theory thevenin theorem
Syed Saeed
 
PDF
Basic definitions & laws revised
Syed Saeed
 
PDF
Read only memory(rom)
Syed Saeed
 
PDF
Prom
Syed Saeed
 
PPTX
FPGA
Syed Saeed
 
PPTX
PAL
Syed Saeed
 
PPTX
PLA
Syed Saeed
 
PDF
Subtractor
Syed Saeed
 
PDF
Decimal adder
Syed Saeed
 
PDF
Quine Mc Clusky (Tabular) method
Syed Saeed
 
PPTX
Time domain definition 6
Syed Saeed
 
PPTX
Time domain definition 6
Syed Saeed
 
Laplace transform of periodic functions
Syed Saeed
 
Maximum power transfer theorem for ac network
Syed Saeed
 
Thevenin's theorem for ac network
Syed Saeed
 
Tellegen's theorem
Syed Saeed
 
Millman's theorem
Syed Saeed
 
Subsitution theorem
Syed Saeed
 
Max. power transfer theorem dc network (Revised)
Syed Saeed
 
Norton's theorem
Syed Saeed
 
Circuit theory thevenin theorem
Syed Saeed
 
Basic definitions & laws revised
Syed Saeed
 
Read only memory(rom)
Syed Saeed
 
Subtractor
Syed Saeed
 
Decimal adder
Syed Saeed
 
Quine Mc Clusky (Tabular) method
Syed Saeed
 
Time domain definition 6
Syed Saeed
 
Time domain definition 6
Syed Saeed
 
Ad

Recently uploaded (20)

PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
Introduction to Fluid and Thermal Engineering
Avesahemad Husainy
 
PPTX
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
PPTX
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
PPTX
MULTI LEVEL DATA TRACKING USING COOJA.pptx
dollysharma12ab
 
PPTX
Online Cab Booking and Management System.pptx
diptipaneri80
 
PDF
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
PPTX
ETP Presentation(1000m3 Small ETP For Power Plant and industry
MD Azharul Islam
 
PDF
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PDF
勉強会資料_An Image is Worth More Than 16x16 Patches
NABLAS株式会社
 
PDF
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
PPTX
filteration _ pre.pptx 11111110001.pptx
awasthivaibhav825
 
DOCX
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PPTX
Water resources Engineering GIS KRT.pptx
Krunal Thanki
 
PDF
All chapters of Strength of materials.ppt
girmabiniyam1234
 
PDF
Zero Carbon Building Performance standard
BassemOsman1
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Introduction to Fluid and Thermal Engineering
Avesahemad Husainy
 
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
MULTI LEVEL DATA TRACKING USING COOJA.pptx
dollysharma12ab
 
Online Cab Booking and Management System.pptx
diptipaneri80
 
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
ETP Presentation(1000m3 Small ETP For Power Plant and industry
MD Azharul Islam
 
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
勉強会資料_An Image is Worth More Than 16x16 Patches
NABLAS株式会社
 
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
filteration _ pre.pptx 11111110001.pptx
awasthivaibhav825
 
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
Water resources Engineering GIS KRT.pptx
Krunal Thanki
 
All chapters of Strength of materials.ppt
girmabiniyam1234
 
Zero Carbon Building Performance standard
BassemOsman1
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 

Binary multipliers

  • 1. SYED HASAN SAEED [email protected] [email protected] 1 SYED HASAN SAEED, INTEGRAL UNIVERSITY LUCKNOW
  • 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