1ofN |
(ONE-HOT) |
The output is (1) if exactly one input is true (1).
I1–I16 | Logic input |
O | Logic output |
The output sends whenever a value is received.
I1 | I2 | I3 | O1 | |
---|---|---|---|---|
0 | 0 | 0 | 0 | |
0 | 0 | 1 | 1 | |
0 | 1 | 0 | 1 | |
0 | 1 | 1 | 0 | |
1 | 0 | 0 | 1 | |
1 | 0 | 1 | 0 | |
1 | 1 | 0 | 0 | |
1 | 1 | 1 | 0 |