Digital Electronics Report
Digital Electronics Report
AND-OR-Invert
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 compared to the same construction using NAND logic or NOR logic. The complement of AOI Logic is OR-AND-Invert (OAI) logic where the OR gates precede an AND gate.
*Logic operations
*AOI gates perform one or more AND operations
followed by an OR operation and then an inversion. For example, a 2-2 AOI gate can be represented by the boolean equation and truth table:
2-2 AOI
INPUT A B C D
0 X 0 X 1 X X 0 X 0 1 X X X 0 0 X 1 0 0 X X X 1
OUTPUT F
1 1 1 1 0 0