Re: Mux4way16 problem

Posted by Idrisadeniyi on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4way16-problem-tp4035690p4035735.html

Thanks for the example. It really helps. Although, I'm still having a few issues with it, but I'm working hard to fix it myself.

I've moved on to work on subsequent chips. I need some help with DMux4. When sel=10, I want to connect pin c. But when I do so:a=c, both a and c will return same output resulting in a comparison failure error. I'm using Dmux gate to implement DMux4 chip, and c is not a pin Dmux. Please how do I tweak this?

I have attached the image of my output. Thanks