Mux8Way16 Problems

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Mux8Way16 Problems

Technik
I figured I could just chain a couple of Mux4Way16 together. When I tried that, the Hardware Simulator gives me, "sel(2) and sel(1) have different bus widths"

Do I need to rethink my strategy of chaining? I realize the selector is 3 bits wide here and only 2 bits wide in the 4 way, but I guess I thought somehow it would work.
Reply | Threaded
Open this post in threaded view
|

Re: Mux8Way16 Problems

cadet1620
Administrator
Read Appendix A.5.3 to learn how to pick out 2 wires from the 3-wire sel input so that you can connect them to the Mux4Way16s' 2-wire sel inputs.

--Mark
Reply | Threaded
Open this post in threaded view
|

Re: Mux8Way16 Problems

Technik
Ah! Very nice :) Was trying to apply that a little too early (in reference to my earlier post about 16-bit NOT) haha.