尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
Layout Design
Lecture 4
18-322 Fall 2003
Textbook: Design Methodology Insert A
[Portions adapted from J. P. Uyemura “Introduction to VLSI Circuits and Systems”, Wiley 2001.]
Roadmap
Today: Basic CMOS Layout: “design in the small”
Thursday: Layout Verification & “design in the large”
Next week:
Transistor sizing
Wires
Homework 1: Due Thursday
Homework 2: Out Thursday
Lab 2: This week
Today’s Overview
Physical structure of ICs
Design rules
Basic gates layout
Stick diagrams
Basic rules
Examples
Cadence (Virtuoso)
Review: MOSFETs
Gate (G)
No connection
G = 0
Open switchSource Drain
Source
layer
Drain
layer
Gate layer
Conduction layer
G = 1
Closed switch
G is responsible for the absence or presence of the conduction region between
the drain and the source regions
Review: Controlling Current Flow (nFET)
0V
p
n+ n+
No electrons
L
insulator
drain diffsource diff
VG
n+ n+W
L
Top viewSide view
+
p
n+ n+
electrons n+ n+
electron channel
Review: Manufacturing
2D top-down view
How design engineers see
the chip.
3D “cross-section” view
How process engineers see
the chip.
Design Rules
Interface between designer and process engineer
Clean separation between the process during wafer fabrication and the design
effort
⌧ Permissible geometries -> DESIGN RULES
• Width rule, space rule, overlap rule, etc.
Ways to do design rules
“Scalable Design Rules”
Absolute measures
Scalable Design Rules
CMOS scales
Implement something now, shrink it later
Express all design rules in terms of a unit dimension
Change the actual dimension of the unit, and the whole design shrinks
Mead and Conway
Unit dimension: Minimum line width (2λ)
In 1978, λ = 1.5 µm (a.k.a. 3 micron technology)
In 2003, λ = 0.065 µm (a.k.a. 0.13 micron technology)
Important Intellectual idea, not used in industry (but we will)
Transistor Layout
1
2
5
3
Transistor
Well boundary
L
W
The choice of geometry
determines transistor
parameters!
All distances are expressed in λ
poly
Transistor Layout
4λ
L
W
2λ
2λ
5λ
λ
λ
Source Drain
2λSource to
gate shortcirc
Non-catastrophic
misalignment
2λ
AS = AD = 5λW
λ = 0.5µm -> A = 12.5µm2
Absolute Design Rules
It is hard to scale every aspect of design linearly
The elegance of scalable CMOS isn’t worth the cost
Specify all dimensions in real units (µm or nm)
Currently (0.13 micron), there are THOUSANDS of
design rules
CMOS Process Layers
Layer
Polysilicon
Metal1
Metal2
Contact To Poly
Contact To Diffusion
Via
Well (p,n)
Active Area (n+,p+)
Color Representation
Yellow
Green
Red
Blue
Magenta
Black
Black
Black
Select (p+,n+) Green
Inverters
Vin Vout
VDD
GND
Layout of a NOT gate
Vin Vout
GND
VDD
Vin Vout
VDD
GND
Alternate layout of a NOT gate
Transistor sizing determines inverter fundamental properties!
Series/Parallel Connections
A B
n+ n+ n+
A B
n+ n+ n+
A B
n+ n+ n+
p
Devices can share patterned regions; this may reduce the layout area or complexity!
A B
X
Y
A B
XX X
X
Y X
poly Red
n+/p+ Green
metal Blue
contact Black
NAND2
VDD
GND
A
B NOT(AB)
GND
A
B
VDD
NOT(AB)
Question: How About AND2?
VDD
GND
A
B NOT(AB) A and B
VDD
GND
GND
A
B
VDD
NOT(AB)
NOR2
B
A
VDD
GND
NOT(A+B)
The output here is
connected to one
p-trans drain and
two n-trans drains.
VDD
GND
A
B
NOT(A+B)
NOR2 (alternate layout)
B
A
VDD
GND
NOT(A+B)
The output here is
connected to one
p-trans drain and
one n-trans drain.
VDD
GND
A
B
NOT(A+B)
This is better!
Less drain area connected to the output .
This results in a faster gate.
Complex Logic Gates: OAI Gates
A
B
C
D
F
A
B C D
1
2
A
B C D
1
2
#1 #2
F= NOT(A(B+C+D))
OAI Gates: Sharing S/D (option 1)
A B C D
A
B C D
1
2
OAI Gates: Sharing S/D
A B C D
VD D
GND
A
B C D
1
2
OAI Gates: Sharing S/D
A B C D
F
VD D
GND
A
B C D
1
2
The output here has
four output drain
capacitances.
Capacitance: Friend or Foe???
Foe: Slows down the output:
Friend: Stabilizes the Power Supply
Big Capacitance
More charge to
to change voltage
SLOWER!
Big Capacitance
More charge to
to change voltage
More stable supply
voltage!
OAI Gates: Sharing S/D (option 2)
A B C D
A
B C D
1
2
#2
OAI Gates: Sharing S/D
A B C D
F
VDD
GND
A
B C D
1
2
OAI Gates: Sharing S/D
A B C D
F
V DD
GND
Wrong
A B C D
F
V DD
GND
Right
The output here has
two output drain
capacitances.
Gate Design Procedure
Run VDD and GND in metal at top and bottom
Run vertical poly for each gate input
Order gates to allow maximum source-drain abutting
Place max number of n-diffusions close to GND
Place max number of p-diffusions close to VDD
Make remaining connections with metal
Minimize metal usage
Question: How About TGs?
Overview
Physical structure of ICs
Design rules
Basic gates layout
Stick diagrams
Basic rules
Examples
Cadence (Virtuoso)
Stick Diagrams
•Introduced by Mead & Conway in the ‘80s
•Every line of a conduction material layer is
represented by a line of a distinct color
nFET and pFET Representations
Basic Rules (1)
Basic Rules (2)
Basic Rules (3)
Logic Gates Design
Examples
Complex Functions
OUT = ABC + D
OUT
VDD
C
CB
D
A
B
A
D
X X XX
X
X
X X
ABC D
VDD
GND
OUT
Summary
Discussed
Design rules
Basic gates layout
Stick diagrams
Need more practice on
Stick diagrams
Layout (mostly in the lab)
Preview: The 18-322 Flow
Boolean
function
Transistor Schematic
Schematic Simulation
Component
Design
Extracted Simulation
Layout (w/ DRC)
1st part
of the
Thursday’s
Lecture
LVS Check
Preview: Modern ASIC Design
Designer Productivity is a big problem
In 1978, people could draw transistors, now there are 100s of
millions per chip…
New abstractions necessary:
Masks
Layout
Design
DesignRules
CellLibraries
Std Cell
Design
18-322

More Related Content

What's hot

VLSI circuit design process
VLSI circuit design processVLSI circuit design process
VLSI circuit design process
Vishal kakade
 
FPGA
FPGAFPGA
Cmos design
Cmos designCmos design
Cmos design
Mahi
 
Orcad pspice intro and basics
Orcad pspice intro and basicsOrcad pspice intro and basics
Orcad pspice intro and basics
Praveen Kumar
 
Unit VI CPLD-FPGA Architecture
Unit VI CPLD-FPGA ArchitectureUnit VI CPLD-FPGA Architecture
Mos transistor
Mos transistorMos transistor
Mos transistor
Murali Rai
 
CMOS Logic
CMOS LogicCMOS Logic
Physical design
Physical design Physical design
Physical design
Mantra VLSI
 
Fundamentals of FPGA
Fundamentals of FPGAFundamentals of FPGA
Fundamentals of FPGA
velamakuri
 
Cmos
CmosCmos
Stick Diagram
Stick DiagramStick Diagram
Stick Diagram
Kalyan Acharjya
 
Second order effects
Second order effectsSecond order effects
Second order effects
PRAVEEN KUMAR CHITLURI
 
Ic tech unit 5- VLSI Process Integration
Ic tech unit 5- VLSI Process IntegrationIc tech unit 5- VLSI Process Integration
Ic tech unit 5- VLSI Process Integration
kriticka sharma
 
Pass Transistor Logic
Pass Transistor LogicPass Transistor Logic
Pass Transistor Logic
Sudhanshu Janwadkar
 
Low Power VLSI Design
Low Power VLSI DesignLow Power VLSI Design
Low Power VLSI Design
Mahesh Dananjaya
 
Layout & Stick Diagram Design Rules
Layout & Stick Diagram Design RulesLayout & Stick Diagram Design Rules
Layout & Stick Diagram Design Rules
varun kumar
 
Fabrication steps of IC
Fabrication steps of ICFabrication steps of IC
Fabrication steps of IC
Gowri Kishore
 
Digital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) DesignDigital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) Design
Mahesh Dananjaya
 
Analog Layout and Process Concern
Analog Layout and Process ConcernAnalog Layout and Process Concern
Analog Layout and Process Concern
asinghsaroj
 

What's hot (20)

VLSI circuit design process
VLSI circuit design processVLSI circuit design process
VLSI circuit design process
 
FPGA
FPGAFPGA
FPGA
 
Cmos design
Cmos designCmos design
Cmos design
 
Orcad pspice intro and basics
Orcad pspice intro and basicsOrcad pspice intro and basics
Orcad pspice intro and basics
 
Unit VI CPLD-FPGA Architecture
Unit VI CPLD-FPGA ArchitectureUnit VI CPLD-FPGA Architecture
Unit VI CPLD-FPGA Architecture
 
Actel fpga
Actel fpgaActel fpga
Actel fpga
 
Mos transistor
Mos transistorMos transistor
Mos transistor
 
CMOS Logic
CMOS LogicCMOS Logic
CMOS Logic
 
Physical design
Physical design Physical design
Physical design
 
Fundamentals of FPGA
Fundamentals of FPGAFundamentals of FPGA
Fundamentals of FPGA
 
Cmos
CmosCmos
Cmos
 
Stick Diagram
Stick DiagramStick Diagram
Stick Diagram
 
Second order effects
Second order effectsSecond order effects
Second order effects
 
Ic tech unit 5- VLSI Process Integration
Ic tech unit 5- VLSI Process IntegrationIc tech unit 5- VLSI Process Integration
Ic tech unit 5- VLSI Process Integration
 
Pass Transistor Logic
Pass Transistor LogicPass Transistor Logic
Pass Transistor Logic
 
Low Power VLSI Design
Low Power VLSI DesignLow Power VLSI Design
Low Power VLSI Design
 
Layout & Stick Diagram Design Rules
Layout & Stick Diagram Design RulesLayout & Stick Diagram Design Rules
Layout & Stick Diagram Design Rules
 
Fabrication steps of IC
Fabrication steps of ICFabrication steps of IC
Fabrication steps of IC
 
Digital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) DesignDigital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) Design
 
Analog Layout and Process Concern
Analog Layout and Process ConcernAnalog Layout and Process Concern
Analog Layout and Process Concern
 

Similar to Layout design

Ch7 lecture slides Chenming Hu Device for IC
Ch7 lecture slides Chenming Hu Device for ICCh7 lecture slides Chenming Hu Device for IC
Ch7 lecture slides Chenming Hu Device for IC
Chenming Hu
 
Metal Insulator Semiconductor devices
Metal Insulator Semiconductor devicesMetal Insulator Semiconductor devices
Metal Insulator Semiconductor devices
utpal sarkar
 
Vasbesaggvlsiunit-3 VLSI circuit design.pptx
Vasbesaggvlsiunit-3 VLSI circuit design.pptxVasbesaggvlsiunit-3 VLSI circuit design.pptx
Vasbesaggvlsiunit-3 VLSI circuit design.pptx
BEVARAVASUDEVAAP1813
 
Lect2 up060 (100324)
Lect2 up060 (100324)Lect2 up060 (100324)
Lect2 up060 (100324)
aicdesign
 
P1121110526
P1121110526P1121110526
P1121110526
Ashraf Aboshosha
 
vlsi-unit-2-ppt.pdf for electronics engineering
vlsi-unit-2-ppt.pdf for electronics engineeringvlsi-unit-2-ppt.pdf for electronics engineering
vlsi-unit-2-ppt.pdf for electronics engineering
MohitKumar202076
 
ddc cinverter control design process.ppt
ddc cinverter control design process.pptddc cinverter control design process.ppt
ddc cinverter control design process.ppt
ShivamChaturvedi67
 
Lab inv l
Lab inv lLab inv l
Lab inv l
mkkalai
 
MetroScientific Week 1.pptx
MetroScientific Week 1.pptxMetroScientific Week 1.pptx
MetroScientific Week 1.pptx
Bipin Saha
 
20EC602 VLSI Design.ppt
20EC602 VLSI Design.ppt20EC602 VLSI Design.ppt
20EC602 VLSI Design.ppt
ASureshkumar13
 
EMT529-VLSI-Design-wk1.pdf
EMT529-VLSI-Design-wk1.pdfEMT529-VLSI-Design-wk1.pdf
EMT529-VLSI-Design-wk1.pdf
Fazrul Faiz Zakaria
 
PCB Layout guidelines.pdf
PCB Layout guidelines.pdfPCB Layout guidelines.pdf
PCB Layout guidelines.pdf
ssuserf36d4d1
 
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
Javed G S, PhD
 
vlsi-unit-3-ppt.pptx
vlsi-unit-3-ppt.pptxvlsi-unit-3-ppt.pptx
vlsi-unit-3-ppt.pptx
8885684828
 
IC_Lectures_Updated.pdf
IC_Lectures_Updated.pdfIC_Lectures_Updated.pdf
IC_Lectures_Updated.pdf
AbdelazizmohammedZay
 
VLSI DESIGN- MOS TRANSISTOR
VLSI DESIGN- MOS TRANSISTORVLSI DESIGN- MOS TRANSISTOR
VLSI DESIGN- MOS TRANSISTOR
Karthik Vivek
 
Cmos uma
Cmos umaCmos uma
Cmos uma
Bhavya Mc
 
Cmos uma
Cmos umaCmos uma
Cmos uma
bhavyamc81
 
9077262.ppt
9077262.ppt9077262.ppt
9077262.ppt
kavita417551
 
Rm.naatchammai vlsi paper ppt
Rm.naatchammai vlsi paper pptRm.naatchammai vlsi paper ppt
Rm.naatchammai vlsi paper ppt
Naatchammai Ramanathan
 

Similar to Layout design (20)

Ch7 lecture slides Chenming Hu Device for IC
Ch7 lecture slides Chenming Hu Device for ICCh7 lecture slides Chenming Hu Device for IC
Ch7 lecture slides Chenming Hu Device for IC
 
Metal Insulator Semiconductor devices
Metal Insulator Semiconductor devicesMetal Insulator Semiconductor devices
Metal Insulator Semiconductor devices
 
Vasbesaggvlsiunit-3 VLSI circuit design.pptx
Vasbesaggvlsiunit-3 VLSI circuit design.pptxVasbesaggvlsiunit-3 VLSI circuit design.pptx
Vasbesaggvlsiunit-3 VLSI circuit design.pptx
 
Lect2 up060 (100324)
Lect2 up060 (100324)Lect2 up060 (100324)
Lect2 up060 (100324)
 
P1121110526
P1121110526P1121110526
P1121110526
 
vlsi-unit-2-ppt.pdf for electronics engineering
vlsi-unit-2-ppt.pdf for electronics engineeringvlsi-unit-2-ppt.pdf for electronics engineering
vlsi-unit-2-ppt.pdf for electronics engineering
 
ddc cinverter control design process.ppt
ddc cinverter control design process.pptddc cinverter control design process.ppt
ddc cinverter control design process.ppt
 
Lab inv l
Lab inv lLab inv l
Lab inv l
 
MetroScientific Week 1.pptx
MetroScientific Week 1.pptxMetroScientific Week 1.pptx
MetroScientific Week 1.pptx
 
20EC602 VLSI Design.ppt
20EC602 VLSI Design.ppt20EC602 VLSI Design.ppt
20EC602 VLSI Design.ppt
 
EMT529-VLSI-Design-wk1.pdf
EMT529-VLSI-Design-wk1.pdfEMT529-VLSI-Design-wk1.pdf
EMT529-VLSI-Design-wk1.pdf
 
PCB Layout guidelines.pdf
PCB Layout guidelines.pdfPCB Layout guidelines.pdf
PCB Layout guidelines.pdf
 
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
 
vlsi-unit-3-ppt.pptx
vlsi-unit-3-ppt.pptxvlsi-unit-3-ppt.pptx
vlsi-unit-3-ppt.pptx
 
IC_Lectures_Updated.pdf
IC_Lectures_Updated.pdfIC_Lectures_Updated.pdf
IC_Lectures_Updated.pdf
 
VLSI DESIGN- MOS TRANSISTOR
VLSI DESIGN- MOS TRANSISTORVLSI DESIGN- MOS TRANSISTOR
VLSI DESIGN- MOS TRANSISTOR
 
Cmos uma
Cmos umaCmos uma
Cmos uma
 
Cmos uma
Cmos umaCmos uma
Cmos uma
 
9077262.ppt
9077262.ppt9077262.ppt
9077262.ppt
 
Rm.naatchammai vlsi paper ppt
Rm.naatchammai vlsi paper pptRm.naatchammai vlsi paper ppt
Rm.naatchammai vlsi paper ppt
 

Recently uploaded

Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱
Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱 Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱
Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱
shardda patel
 
Call Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% Genuine
Call Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% GenuineCall Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% Genuine
Call Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% Genuine
parulsinha
 
Call Girls Jaipur Aaradhya 8445551418 Night Call Girls Jaipur
Call Girls  Jaipur Aaradhya 8445551418 Night Call Girls JaipurCall Girls  Jaipur Aaradhya 8445551418 Night Call Girls Jaipur
Call Girls Jaipur Aaradhya 8445551418 Night Call Girls Jaipur
vipgirlschennai
 
Update 33 models(General Diode ) in SPICE PARK(JUN2024)
Update 33 models(General Diode ) in SPICE PARK(JUN2024)Update 33 models(General Diode ) in SPICE PARK(JUN2024)
Update 33 models(General Diode ) in SPICE PARK(JUN2024)
Tsuyoshi Horigome
 
Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...
Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...
Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...
pr971917
 
Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...
Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...
Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...
Banerescorts
 
Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...
Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...
Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...
yesp58846
 
Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...
Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...
Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...
VipTaniya Dubay
 
💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...
💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...
💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...
radika pandey
 
jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...
jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...
jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...
dayajeetsingh776
 
Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7
Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7
Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7
Poonam Singh
 
Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...
Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...
Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...
mutakeem767
 
VIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service Jaipur
VIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service JaipurVIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service Jaipur
VIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service Jaipur
vipgirlschennai
 
🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours
🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours
🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours
bookkdreambebe
 
Pune Call Girls ♠ 9352988975 ♠ Beautiful Call Girls In Pune
Pune Call Girls  ♠ 9352988975 ♠ Beautiful Call Girls In PunePune Call Girls  ♠ 9352988975 ♠ Beautiful Call Girls In Pune
Pune Call Girls ♠ 9352988975 ♠ Beautiful Call Girls In Pune
meenusingh4354543
 
Ways to keep strategy alive throughout a project, in the smaller moments
Ways to keep strategy alive throughout a project, in the smaller momentsWays to keep strategy alive throughout a project, in the smaller moments
Ways to keep strategy alive throughout a project, in the smaller moments
Ariana Koblitz
 
Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7
Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7
Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7
sexytaniya455
 
Upcycling for Everyone project exhibition posters
Upcycling for Everyone project exhibition postersUpcycling for Everyone project exhibition posters
Upcycling for Everyone project exhibition posters
Kyungeun Sung
 
Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...
Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...
Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...
zoyat9250
 
Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...
Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...
Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...
vs1343588
 

Recently uploaded (20)

Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱
Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱 Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱
Call girl in 😱 jaipur !High Profile 💚 👉 8445551418 ☎️ Girls For Sex😱
 
Call Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% Genuine
Call Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% GenuineCall Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% Genuine
Call Girls Jaipur 📞 8445551418 🌟Door Step Delivery We Offering You 100% Genuine
 
Call Girls Jaipur Aaradhya 8445551418 Night Call Girls Jaipur
Call Girls  Jaipur Aaradhya 8445551418 Night Call Girls JaipurCall Girls  Jaipur Aaradhya 8445551418 Night Call Girls Jaipur
Call Girls Jaipur Aaradhya 8445551418 Night Call Girls Jaipur
 
Update 33 models(General Diode ) in SPICE PARK(JUN2024)
Update 33 models(General Diode ) in SPICE PARK(JUN2024)Update 33 models(General Diode ) in SPICE PARK(JUN2024)
Update 33 models(General Diode ) in SPICE PARK(JUN2024)
 
Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...
Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...
Independent Call Girls In Churchgate ( Mumbai ) 💯Call Us 🔝 9910780858 🔝💃Top C...
 
Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...
Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...
Call Girls In Pune ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Services Provid...
 
Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...
Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...
Connaught Place Call Girls 📞 9711199171 ❤️ Full enjoy at your Door Step Avail...
 
Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...
Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...
Call Girls jaipur ☎️ +91-8445551418 😍 jaipur Call Girl Beauty Girls @ Afforda...
 
💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...
💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...
💕VASUDHA BAJAJ💕Premium Call Girls Jaipur ↘️8445551418↙️One Night Stand With L...
 
jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...
jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...
jaipur Call Girls service 8445551418 Call Girl service in jaipur Call Girls S...
 
Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7
Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7
Call Girls Vijayawada 8824825030 Escort In Vijayawada service 24X7
 
Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...
Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...
Call Girls in Madurai (7426014248) call me [🔝Coimbatore🔝] Escort In Madurai s...
 
VIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service Jaipur
VIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service JaipurVIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service Jaipur
VIP Call Girls Jaipur Riddhi 8445551418 Independent Escort Service Jaipur
 
🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours
🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours
🚐Packers and Movers In Gurgaon 📞0000000000 📦ShiftingExpert Available 24 hours
 
Pune Call Girls ♠ 9352988975 ♠ Beautiful Call Girls In Pune
Pune Call Girls  ♠ 9352988975 ♠ Beautiful Call Girls In PunePune Call Girls  ♠ 9352988975 ♠ Beautiful Call Girls In Pune
Pune Call Girls ♠ 9352988975 ♠ Beautiful Call Girls In Pune
 
Ways to keep strategy alive throughout a project, in the smaller moments
Ways to keep strategy alive throughout a project, in the smaller momentsWays to keep strategy alive throughout a project, in the smaller moments
Ways to keep strategy alive throughout a project, in the smaller moments
 
Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7
Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7
Call Girls Varanasi 8824825030 Escort In Varanasi service 24X7
 
Upcycling for Everyone project exhibition posters
Upcycling for Everyone project exhibition postersUpcycling for Everyone project exhibition posters
Upcycling for Everyone project exhibition posters
 
Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...
Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...
Call Girls in Kolkata (7426014248) call me [🔝Kolkata🔝] Escort In Kolkata serv...
 
Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...
Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...
Mallu Aunts Call Girls Jaipur { 8445551418 } ✔ PRIYA VERMA ✔ Get High Profile...
 

Layout design

  翻译: