aboutsummaryrefslogtreecommitdiff
path: root/projects/01/Mux16.cmp
diff options
context:
space:
mode:
Diffstat (limited to 'projects/01/Mux16.cmp')
-rw-r--r--projects/01/Mux16.cmp9
1 files changed, 0 insertions, 9 deletions
diff --git a/projects/01/Mux16.cmp b/projects/01/Mux16.cmp
deleted file mode 100644
index 661ee67..0000000
--- a/projects/01/Mux16.cmp
+++ /dev/null
@@ -1,9 +0,0 @@
-| a | b | sel | out |
-| 0000000000000000 | 0000000000000000 | 0 | 0000000000000000 |
-| 0000000000000000 | 0000000000000000 | 1 | 0000000000000000 |
-| 0000000000000000 | 0001001000110100 | 0 | 0000000000000000 |
-| 0000000000000000 | 0001001000110100 | 1 | 0001001000110100 |
-| 1001100001110110 | 0000000000000000 | 0 | 1001100001110110 |
-| 1001100001110110 | 0000000000000000 | 1 | 0000000000000000 |
-| 1010101010101010 | 0101010101010101 | 0 | 1010101010101010 |
-| 1010101010101010 | 0101010101010101 | 1 | 0101010101010101 |