1ofN

(ONE-HOT)

The output is (1) if exactly one input is true (1).

Inputs

I1–I16 Logic input

Outputs

O Logic output

Functionality

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