Download No Slide Title

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Complementary CMOS Logic Style Construction (cont.)
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Example Gate: NAND
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Example Gate: NOR
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Example Gate: COMPLEX CMOS GATE
VDD
B
A
C
D
OUT = D + A• (B+C)
A
D
B
Digital Integrated Circuits
C
Introduction
© Prentice Hall 1995
4-input NAND Gate
Vdd
VDD
VDD
In1
In2
In3
In4
Out
In1
In2
Out
In3
Out
In4
GND
In1 In2 In3 In4
GND
In1 In2 In3 In4
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Properties of Complementary CMOS Gates
High noise margins:
VOH and VOL are at VDD and GND, respectively.
No static power consumption:
There never exists a direct path between VDD and
VSS (GND) in steady-state mode.
Comparable rise and fall times:
(under the appropriate scaling conditions)
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Complex Gate Structures
Vdd
And-Or-Invert (AOI)
C
B
A
B
C
A
Out
Out = A+(B*C) ...
B
A
C
Gnd
How to add terms?
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
OAI/AOI Duality
Vdd
Or-And-Invert (OAI)
C
B
A
B
C
A
Switch from:
Out = A+(B*C) ...
To:
B
A
C
Out = A*(B+C) ...
Introduction to VLSI Design
Demorgan’s Law in Action
Out
Gnd
Introduction
© Steven P. Levitan 1998
Demorgan’s Law in Action
Vdd
Or-And-Invert (OAI)
C
B
A
B
C
A
Out
Out = A*(B+C) ...
B
A
C
Gnd
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Demorgan’s Law in Action
Or-And-Invert (OAI)
A
B
C
Out = A*(B+C) ...
What is the Magic command to do this?
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Step by Step Layout of XNOR
Gate
– The equation for XNOR is:

f = (a * b) + (a' * b')
– using DeMorgan's law on each of the two terms gives:

f = (a'+ b')' + (a + b)'
– using DeMorgan's law on the two terms together gives:

f = ((a'+ b') * (a + b))'
– This could be directly implemented with a single
complementary CMOS gate: the equation is in a
simple negated product of sums form. This form can
be implemented with the standard Or-And-Invert (OAI)
style gate.
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Non-Inverted Inputs
– However, using DeMorgan's law one more time
on the left term gives:

f = ((a * b)' * (a + b))’
a
b
f
– This form uses no inverted inputs and can be
implemented with two gates a NAND gate and
an OAI gate.
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Now lets lay it out
Start with Vdd! and GND! power buses.
 Without any more information, about the
use of this cell, make the power and
ground lines in metal 1
 sized 3 and 3 apart.
 Use poly as inputs A B and guess that C
might be used.

Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Step by Step
Now put in a stripe of N diffusion
(green) creating a series of 2 n-channel
transistors for the pull down structure for
the first NAND gate.
 Also put in a stripe of P diffusion
(brown) and center connection to Vdd to
plan for a parallel connection for the pull
up structure for the NAND gate.

Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
By step
Now finish wiring up the NAND gate.
 Strap the two ends of the pull-up
parallel transistors and tie them to the
series pull down.
 Use the polly line, C to tie them
together.

Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Or Gate
Begin to add the OR structure for the
OAI gate above the NAND gate
transistors.
 This allows us to share the poly lines for
A and B inputs.
 Since we are building an OR structure,
its series in the pull up and parallel in
the pull down.

Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
1-Bit Full Adder
Sum = A xor B xor C
 Cout = AB + AC + BC
expand sum
Sum = ABC+AB’C’+A’BC’+A’B’C
(exactly 1 or 3 inputs true)
use Cout to help generate Sum
 Sum = ABC + Cout’(A+B+Cin)

Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Full Adder (4 gates)
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Full Adder (4 gates)
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998