Skip to content

Commit

Permalink
Merge pull request #6 from virtual-labs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sravanthimodepu authored Aug 19, 2021
2 parents 55650ca + bed1790 commit 3228d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experiment/theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ Larger multiplexers are also common and requires ceil(log2(n)) selector pins for
**Truth Table**

|S<sub>1</sub> S<sub>0</sub> | x<sub>3</sub> x<sub>2</sub> x<sub>1</sub> x<sub>0</sub> | y |
|-----------------------------|---------------------------------------------------------|---|
| 0 0 | x x x 0 | 0 |
| 0 0 | x x x 1 | 1 |
| 0 1 | x x 0 x | 0 |
| 0 1 | x x 1 x | 1 |
| 1 0 | x 0 x x | 0 |
| 1 0 | x 1 x x | 1 |
| 1 1 | 0 x x x | 0 |
| 1 1 | 1 x x x | 1 |
| 1 1 | 1 x x x | 1 |

0 comments on commit 3228d89

Please sign in to comment.