mirror of
https://github.com/soconnor0919/eceg431.git
synced 2025-12-11 22:54:43 -05:00
Remove redundant comments from logic gate HDL files
This commit is contained in:
@@ -12,7 +12,6 @@ CHIP Mux16 {
|
||||
OUT out[16];
|
||||
|
||||
PARTS:
|
||||
// Mux each bit
|
||||
Mux(a=a[0], b=b[0], sel=sel, out=out[0]);
|
||||
Mux(a=a[1], b=b[1], sel=sel, out=out[1]);
|
||||
Mux(a=a[2], b=b[2], sel=sel, out=out[2]);
|
||||
|
||||
Reference in New Issue
Block a user