For the first time I finished the DMux chips. Not the best way to do it, but its a start.

This commit is contained in:
2021-01-20 15:14:40 -06:00
parent 6cff6afc04
commit 77c62c3504
6 changed files with 85 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
| a | b | out |
| 0000000000000000 | 0000000000000000 | 0000000000000000 |
| 0000000000000000 | 1111111111111111 | 0000000000000000 |
| 1111111111111111 | 1111111111111111 | 1111111111111111 |
| 1010101010101010 | 0101010101010101 | 0000000000000000 |
| 0011110011000011 | 0000111111110000 | 0000110011000000 |
| 0001001000110100 | 1001100001110110 | 0001000000110100 |