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