AANOR Gate

AND-AND-NOR complex gate.

GATE

Model

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

Boolean Description

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

Hazards

Equivalent Type Statement

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