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
@@ -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);
}