Re: Mux4way16 problem
Posted by Idrisadeniyi on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4way16-problem-tp4035690p4035697.html
The deepest my thought could go on this right now is that I have covered the entire width.
sel is set all the way from [0..0] to [1..1] which I think is the Nbits in the sel bus if I'm correct.
And, I'm using Mux4way16 which has in its implementation to run from [0..15] width bus.
I know for definite that something is wrong in my implementation and I might need to slightly tweak the hdl, but I can't just think of what that could be.