Finished all of the HDL chip code.
This commit is contained in:
@@ -19,4 +19,7 @@ CHIP Mux8Way16 {
|
||||
|
||||
PARTS:
|
||||
// Put your code here:
|
||||
Mux4Way16(a=a, b=b, c=c, d=d, sel=sel[0..1], out=out1);
|
||||
Mux4Way16(a=e, b=f, c=g, d=h, sel=sel[0..1], out=out2);
|
||||
Mux16(a=out1, b=out2, sel=sel[2], out=out);
|
||||
}
|
||||
Reference in New Issue
Block a user