Either a p-channel MOSFET (pMOS or PFET) or an n-channel MOSFET (nMOS or NFET)
can be treated as a switch between its drain
and source
controlled by
the voltage
between gate
and source
. When
(e.g.,
) for nMOS and
(e.g.,
)
for pMOS, the circuit is a short-circuit because of the low resistance between
and
; otherwise, the circuit is an open-circuit due to the large
resistance between
and
. A circuit composed of both types of MOSFET
transistors is called a complementary MOS or CMOS circuit, which is widely
used for digital design.
When two switches are connected in series, the resulting circuit conducts only if both switches conduct, i.e., the circuit implements logic AND. On the other hand, when two switches are connected in parallel, the resulting circuit conducts if either of the two switches conducts, i.e., the circuit implements logic OR.
Due to such logic properties of the series and parallel connections of the
pMOS and nMOS transistors, various logic circuits can be constructed to
realize a given logic function
, where each of the inputs
is either a low or high a voltage, representing, respectively,
logic value 0 or 1. Corresponding to each possible combination of the inputs,
the output is either low or high in voltage for logic 0 or 1.
In general, a logic function
is realized by two complementary
circuits, one pull-up circuit connected to the voltage source
, and a
pull-down circuit connected to ground, as shown in the figure:
When the input variables
are such that the pull-up circuit is
conducting (short-circuit) and the complementary pull-down circuit is cutoff
(open-circuit), the output
is connected to the voltage source to output a
high voltage representing logic 1; however, when the input variables
are such that the pull-up circuit is cutoff (open) and the complementary pull-down
circuit is conducting (short), the output
is connected to ground to output
a low voltage representing logic 0.
Before discussing the implementation of the pull-up and pull-down circuits,
recall the famous De Morgan's Law:
As the simplest example, the NOT gate is implemented by a pull-up circuit composed of only a pMOS transistor and its complementary pull-down circuit composed of only a nMOS transistor, as shown below:
The pull-up function is
, and the pull-down function
is
, which is indeed the negation of the pull-up function, i.e.,
the output function
is the same
as the pull-up function, a negation of AND, or NAND.
The pull-up function of the circuit on the right is
,
and the pull-down function is
, the negation of the pull-up function.
The output is the same as the pull-up function
, negation
of OR, or NOR.
More complicated logic functions can be similarly implemented using CMOS circuits.
Example: Implement logic function
by a CMOS circuit.
First, find the complementary function
: