lec9 merge fix + still need stranscribnig
This commit is contained in:
commit
1449858ca3
@ -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`.
|
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`.
|
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 | 0 | 0|
|
||||||
|0 | 0 | 1 | 1|
|
|0 | 0 | 1 | 1|
|
||||||
|
Loading…
Reference in New Issue
Block a user