diff options
Diffstat (limited to 'projects/01/Mux8Way16.hdl')
| -rw-r--r-- | projects/01/Mux8Way16.hdl | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/projects/01/Mux8Way16.hdl b/projects/01/Mux8Way16.hdl index 88c791e..6c88945 100644 --- a/projects/01/Mux8Way16.hdl +++ b/projects/01/Mux8Way16.hdl @@ -19,4 +19,7 @@ CHIP Mux8Way16 {      PARTS:
      // Put your code here:
 -}
\ No newline at end of file +    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);
 +}
 | 
