
The two input of the AND gate is connected to inputs IN0 and IN1. the output of the AND is connected to OUT0. switching on the IN0 and IN1 following binary order gives you the function of AND gate.
switch on/off IN0 and IN1 following binary order (e.g. 00,01,10,11)
AND GATE IN0 | IN1 | OUT0 0 | 0 | 0 0 | 1 | 0 1 | 0 | 0 1 | 1 | 1
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | AND a | OUT 0 | |
| 1 | AND b | ||
| 2 | |||
| 3 | |||
| 4 | |||
| 5 | |||
| 6 | |||
| 7 |