|
I'm doing the Mux8Way16 gate and have a small problem. The interface of chip Mux4Way16 is (a=, b=, c=, d=, sel=, out=), so can I drop some parts off? Difficult to explain without writing the code, but I have used 3 x Mux4Way16 gate to built the Mux8way16. If I have understood right, this is the simplest way to go..? First line I have "out=out1", second line I have "out=out2" and third line I have put those out1 and out2 to "a=" and "b=". There is still "c=" and "d=" left on the code. What shall I do with those??
And sorry for my English, hopefully you understand what I mean...
-S-
|