Hades logo    Hades applet banner

TAMS / Java / Hades / applets (print version): contents | previous | next

CMOS AOI22 and-or-invert complex gate

CMOS AOI22 and-or-invert complex gate  screenshot

Description

This applet shows a typical so-called CMOS complex gate, the and-or-invert AOI22.

Click the input switches or type the ('a','b','c','d') bindkeys to control the circuit.

A complex or compound gate makes use of the typical structure of static CMOS gates to efficiently realize certain logical functions. The most common complex gates are used to implement the and-or-invert and or-and-invert (see next applet) functions. The gate shown here requires just eight transistors to implement the logical function

  Y = NOT( (A & B) | (C & D))
Again, the trick is to use series-connections of n-channel transistors to implement the logical-AND terms, while parallel connections are used to implement to logical-OR. The complementary structure is used to implement the network of p-channel transistors.

Correspondingly, the n-channel transistors controlled by A and B are connected in series, as are the transistors controlled by C and D. Both pairs of transistors are then connected in parallel to realize the lower part of the gate. The complementary structure of p-channel transistors consists of the series-connection of two pairs of parallel connected transistors.

  A B C D  |  Y
 ----------+----
  0 0 0 0  |  1
  0 0 0 1  |  1
  0 0 1 0  |  1
  0 0 1 1  |  0
  0 1 0 0  |  1
  0 1 0 1  |  1
  0 1 1 0  |  1
  0 1 1 1  |  0
           |
  1 0 0 0  |  1
  1 0 0 1  |  1
  1 0 1 0  |  1
  1 0 1 1  |  0
  1 1 0 0  |  0
  1 1 0 1  |  0
  1 1 1 0  |  0
  1 1 1 1  |  0

Run the applet | Run the editor (via Webstart)


Impressum | 11.01.07
http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/05-switched/40-cmos/aoi22_print.html