AANOR Gate
AND-AND-NOR complex gate.
Model
| 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
- Near Hazard Analysis: Automatic hazard detection identifies potential glitches during multiple input transitions.
Equivalent Type Statement
Type=AANOR i=A1,A2,B1,B2 o=Q