lec9 merge fix + still need stranscribnig

This commit is contained in:
Medium Fries 2018-10-01 15:57:00 -07:00
commit 1449858ca3

View File

@ -62,7 +62,7 @@ It takes a signal as `2^n` inputs and out puts out `n` signals as output.
Example: We have a selector(s0), two inputs[in0 & in1], and one output `out`.
The selector will select an input and we will generate some output in `out`.
|s0 | i0 | i1 | out|
|s0 | i1 | i0 | out|
|---|---|---|---|
|0 | 0 | 0 | 0|
|0 | 0 | 1 | 1|