Jump to content

User:Dspark76/WIPAND-OR-Invert

From Wikipedia, the free encyclopedia
2-2 AOI Symbol
2-1 AOI Symbol

AND-OR-Invert (AOI) logic and AOI gates are two-level compound (or complex) logic functions constructed from the combination of one or more AND gates followed by a NOR gate. Construction of AOI cells is particularly efficient using CMOS technology where the total number of transistor gates can be reduced compared to the a same constructrion using NAND logic or NOR logic. The compliment of AOI Logic is OR-AND-INVERT (OAI) logic where the OR gates preceed an AND gate.

Logic operations

[edit]

AOI gates perform one or more AND operations followed by a OR operation and then an inversion. For example, a 2-2 AOI gate can be respresented by the boolean equation and truth table:

2-2 AOI
INPUT
A   B   C   D
OUTPUT
F
0 X X 0 1
X 0 X 0 1
0 X 0 X 1
X 0 0 X 1
1 1 X X 0
X X 1 1 0

A 2-1 AOI gate can be represented by following the boolean equation and truth table:

2-1 AOI
INPUT
A   B   C
OUTPUT
F
0 0 0 1
0 0 1 1
0 1 0 1
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 0

Larger AOI gates, such as 4-3 AOI or 3-3-3 AOI can also be used.

Electronic implementation

[edit]
CMOS implementation of a 2-1 AOI gate

AOI gates can be readily implemented in CMOS circuitry. AOI gates are particularly advantaged in that the total number of transistors (or gates) is less than if the AND, NOT, and OR functions were implemented seperately. This results in increased speed, reduced power, smaller area, and potentially lower fabrication cost. For example, a 2-1 AOI gate can be constructed with 6 transistors in CMOS compared to 10 transistors using a 2-input NAND gate (4 transistors), an inverter (2 transistors), and a 2-input NOR gate (4 transistors).

References

[edit]
  • Tinder, Richard F. (2000). Engineering digital design: Revised Second Edition. pp. 317–319. ISBN 0126912955. Retrieved 2008-07-04.
  • John, Michael (1997). Application-Specific Integrated Circuits. Retrieved 2008-07-04.