OONAND Gate

OR-OR-NAND complex gate.

GATE

Model

A[1] A[2] B[1] B[2] Q
Pin Function
A[1:2] Inputs for the first OR branch.
B[1:2] Inputs for the second OR branch.
Q Output (NAND of the two OR branches).

Boolean Description

Q = ((A[1] + A[2]) * (B[1] + B[2]))

Hazards

Equivalent Type Statement

Type=OONAND i=A1,A2,B1,B2 o=Q