OR-AND-invertOR-AND-invert gates, or OAI-gates, are logic gates comprising OR gates followed by a NAND gate. They can be efficiently implemented in logic families like CMOS and TTL. They are dual to AND-OR-invert gates.OverviewOR-AND-invert gates implement the inverted product of sums. groups of, input signals combined with OR, and the results then combined with NAND.Examples2-1 OAI-gateA 2-1-OAI gate realizes the following function:2-2 OAI gateA 2-2-OAI gate realizes the following function:RealizationOAI-gates can efficiently be implemented as complex gates. An example of a 3-1 OAI-gate is shown in the figure below.Examples of useOne possibility of implementing an XOR gate is by using a 2-2-OAI-gate with non-inverted and inverted inputs.