Finished all of the HDL chip code.

This commit is contained in:
2021-01-25 18:03:24 -06:00
parent 66bd1e5cdb
commit 6591f9d264
4 changed files with 32 additions and 0 deletions
+3
View File
@@ -17,4 +17,7 @@ CHIP Mux4Way16 {
PARTS:
// Put your code here:
Mux16(a=a, b=b, sel=sel[0], out=c1);
Mux16(a=c, b=d, sel=sel[0], out=c2);
Mux16(a=c1, b=c2, sel=sel[1], out=out);
}