|
OK I see what you mean. Here is my revised part.
Mux8Way16 (a=W1, b=W2, c=W3, d=W4, e=W5, f=W6, g=W7, h=W8, sel=address, out=ReadOut);
Mux8Way16 (a=W1, b=W2, c=W3, d=W4, e=W5, f=W6, g=W7, h=W8, sel=address, out=WriteOut);
Mux16 (a=WriteOut, b=ReadOut, sel=load, out=out);
I still get comparison error at 4+ though.
|