Hades logo    Hades applet banner

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

CMOS three-input NOR3 gate

CMOS three-input NOR3 gate screenshot

Description

This applet demonstrates the static two-input and three-input NOR gates in CMOS technology. Click the input switches or type the ('a','b') and ('c','d','e') bindkeys to control the gates.

The three-input NOR3 gate uses three p-channel transistors in series between VCC and gate-output, and the complementary circuit of a parallel-connection of three n-channel transistors between GND and gate-output.

  NOR3

  A  B  C  |  Y
-----------+----
  0  0  0  |  1
  0  0  1  |  0
  0  1  0  |  0
  0  1  1  |  0
  1  0  0  |  0
  1  0  1  |  0
  1  1  0  |  0
  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/nor3_print.html