SlideShare a Scribd company logo
1 of 116
CS 8351- DIGITAL PRINCIPLES
AND SYSTEM DESIGN
II YEAR CSE & IT
UNIT-2 COMBINATIONAL CIRCUITS
K.BALAJI, AP/ECE, SSMCE
Unit-2- Combinational circuits
• The Logic circuits whose
Output depends on the inputs
at that time is known as
combinational circuit
K.BALAJI, AP/ECE, SSMCE
Analysis of Combinational circuit
•
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
ANALYSIS PROCEDURE
• Label all the Gate outputs with
symbols
• Determine Boolean functions
• Repeat the step 2 until the Output
• Substitute the functions to obtain
the output in terms of input
• Draw the Truth Table
K.BALAJI, AP/ECE, SSMCE
HALF ADDER:
• A Half Adder is a Combinational Circuit that
performs the addition of two bits and
produce the Outputs SUM & CARRY circuit
K.BALAJI, AP/ECE, SSMCE
A B CARRY SUM
0
0
1
1
0
1
0
1
0
0
0
1
0
1
1
0
HALF ADDER TRUTH TABLE:
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
• HALF SUBTRACTOR:
• A Half Subtractor is a Combinational Circuit
that performs the Subtraction of two bits and
produce the Outputs DIFFERENCE &
BORROW
K.BALAJI, AP/ECE, SSMCE
A B BORROW DIFFEREN
CE
0
0
1
1
0
1
0
1
0
1
0
0
0
1
1
0
HALF SUBTRACTOR
TRUTH TABLE:
K.BALAJI, AP/ECE, SSMCE
K-Map for DIFFERENCE: K-Map for BORROW:
DIFFERENCE = A’B + AB’ BORROW = A’B
HALF SUBTRACTOR- LOGIC DIAGRAM
K.BALAJI, AP/ECE, SSMCE
• FULL ADDER:
• A Full Adder is a Combinational circuit that
performs the binary addition of 3 input bits
and produces the output SUM & CARRY.
K.BALAJI, AP/ECE, SSMCE
A B C CARRY SUM
0
0
0
0
1
1
1
1
0
0
1
1
0
0
1
1
0
1
0
1
0
1
0
1
0
0
0
1
0
1
1
1
0
1
1
0
1
0
0
1
FULL ADDER- TRUTH TABLE:
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
FULL SUBTRACTOR
• FULL SUBTRACTOR:
• A Full Subtractor is a Combinational circuit
that performs the Subtraction of 3 input bits
and produces the output DIFFERENCE &
BORROW.
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
FULLADDER USING TWO HALF ADDERS- LOGIC DIAGRAM
K.BALAJI, AP/ECE, SSMCE
4 BIT PARALLEL ADDER
(RIPPLE CARRY ADDER)
• 4 bit Parallel Adder can be
designed by using 4 Full adders
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
PARALLEL SUBTRACTOR
• Parallel Subtraction is based on 2’s
Complement
• A-B can be done by taking the 2’s
complement of B and Adding with A
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
PARALLEL SUBTRACTOR
K.BALAJI, AP/ECE, SSMCE
PARALLEL ADDER / SUBTRACTOR
• Addition and Subtraction can be
performed in one Common
circuit – Adder / Subtractor
• This is done by XOR Gate
K.BALAJI, AP/ECE, SSMCE
PARALLEL ADDER / SUBTRACTOR
K.BALAJI, AP/ECE, SSMCE
MULTIPLIER
K.BALAJI, AP/ECE, SSMCE
MULTIPLIER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
CARRY PROPAGATION ADDER
• In Parallel Adder , The Carry outputs of each
full adder is connected to the carry inputs of
next full adder.
• This causes delay.
• To avoid the delay , we use carry propagation
adder
K.BALAJI, AP/ECE, SSMCE
CARRY PROPAGATION ADDER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
BCD
ADDER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
CODE CONVERTERS
• A Coder Converter circuit must be
inserted between two systems , if
each system uses different codes for
the same information
K.BALAJI, AP/ECE, SSMCE
BINARY TO BCD CODE CONVERTER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K MAP
FOR B0
K.BALAJI, AP/ECE, SSMCE
K MAP
FOR B0
K.BALAJI, AP/ECE, SSMCE
K MAP
FOR B1
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K MAP
FOR B2
K.BALAJI, AP/ECE, SSMCE
K MAP
FOR B3
K.BALAJI, AP/ECE, SSMCE
K MAP
FOR B4
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
BCD TO EXCESS 3 CODE CONVERTER
0+3 =3
5+3 =8
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
PARITY GENERATOR / CHECKER
• A Parity Bit is an extra bit
included with the Binary message
at the Transmitting section to
make the number of 1’s either
odd or even.
• It is used for detecting the errors
in the received information
K.BALAJI, AP/ECE, SSMCE
PARITY GENERATOR
K.BALAJI, AP/ECE, SSMCE
PARITY GENERATOR
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
MAGNITUDE COMPARATOR
• A Magnitude comparator is a
combinational circuit used to
compare the relative magnitude
of two binary numbers A & B
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
DECODER
• A Decoder is a combinational circuit that
converts ‘n’ number of input lines to a 2^n
output lines.
• ex : 2 X 4
3 X 8
4 X 16
• Applications: Counter systems,
BCD to seven segment decoder
K.BALAJI, AP/ECE, SSMCE
2 to 4 line Decoder
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
ENCODER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
PRIORITY ENCODER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
MULTIPLEXER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
DEMULTIPLEXER
K.BALAJI, AP/ECE, SSMCE
K.BALAJI, AP/ECE, SSMCE
REFERENCES:
1. M. Morris R. Mano, Michael D. Ciletti,
―Digital Design: With an Introduction to the
Verilog HDL, VHDL, and SystemVerilog‖, 6th
Edition, Pearson Education, 2017.
2.Digital Principles and System Design, D.Edwin
Das, Trisea Publisher
K.BALAJI, AP/ECE, SSMCE

More Related Content

What's hot

What's hot (20)

Eigrp new
Eigrp newEigrp new
Eigrp new
 
Introduction about APB Protocol
Introduction about APB ProtocolIntroduction about APB Protocol
Introduction about APB Protocol
 
EIGRP Routing Protocols
EIGRP Routing ProtocolsEIGRP Routing Protocols
EIGRP Routing Protocols
 
Iuwne10 S02 L07
Iuwne10 S02 L07Iuwne10 S02 L07
Iuwne10 S02 L07
 
Apb
ApbApb
Apb
 
AMBA 3 APB Protocol
AMBA 3 APB ProtocolAMBA 3 APB Protocol
AMBA 3 APB Protocol
 
Eigrp
EigrpEigrp
Eigrp
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switching
 
Iuwne10 S02 L04
Iuwne10 S02 L04Iuwne10 S02 L04
Iuwne10 S02 L04
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questions
 
Disaggregation in PON networks - Part 2 - SDN PON
Disaggregation in PON networks - Part 2  - SDN PONDisaggregation in PON networks - Part 2  - SDN PON
Disaggregation in PON networks - Part 2 - SDN PON
 
Iuwne10 S02 L02
Iuwne10 S02 L02Iuwne10 S02 L02
Iuwne10 S02 L02
 
7 network programmability concepts python-ansible
7 network programmability concepts python-ansible7 network programmability concepts python-ansible
7 network programmability concepts python-ansible
 
How it works
How it worksHow it works
How it works
 
Active opticale cable
Active opticale cable Active opticale cable
Active opticale cable
 
EMEA Airheads- Aruba Instant AP- VPN Troubleshooting
EMEA Airheads- Aruba Instant AP-  VPN TroubleshootingEMEA Airheads- Aruba Instant AP-  VPN Troubleshooting
EMEA Airheads- Aruba Instant AP- VPN Troubleshooting
 
What I do - 2018
What I do - 2018What I do - 2018
What I do - 2018
 
Entuity – managing aruba
Entuity – managing arubaEntuity – managing aruba
Entuity – managing aruba
 
DEVNET-1191 BGP Enabled Application Development
DEVNET-1191	BGP Enabled Application DevelopmentDEVNET-1191	BGP Enabled Application Development
DEVNET-1191 BGP Enabled Application Development
 

Recently uploaded

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Recently uploaded (20)

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

Cs 8351 dpsd-unit-2