
The design contains a 3 bit LFSR and NAND gate.
The result of the NAND operation between the inputs a and b is output on output 0. The inverted state of the LFSR is output on 5-7.
Switches for the inputs, LEDs for the outputs.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | a | nand_out | |
| 1 | b | ||
| 2 | |||
| 3 | |||
| 4 | |||
| 5 | lfsr0_n | ||
| 6 | lfsr1_n | ||
| 7 | lfsr2_n |