Open tiholic opened 7 years ago
CHIP Mux8Way16 { IN a[16], b[16], c[16], d[16], e[16], f[16], g[16], h[16], sel[3]; OUT out[16]; PARTS: Mux4Way16(a=a, b=b, c=c, d=d, sel=sel[0..1], out=aMux4W16d); Mux4Way16(a=e, b=f, c=g, d=h, sel=sel[0..1], out=eMux4W16h); Mux16(a=aMux4W16d, b=eMux4W16h, sel=sel[2], out=out); }
And similar simplification can be done for DMux8Way16