4way 16 bit multiplexer

Posted by Leroy on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/4way-16-bit-multiplexer-tp4025015.html

I tested the following implementation and it failed.  I haven't had this issue yet, at least where I didn't know what I needed to fix after rechecking my implementation.    

CHIP Mux4Way16 {


    IN a[16], b[16], c[16], d[16], sel[2];

    OUT out[16];

    PARTS:
    [Functional implementation removed by admin.]

I also loaded the built-in version and when comparing it with the .tst file, it also failed?????  I will delete the code from the post if it turns out to be the correct implementation.