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 Not16 {
|
||||
OUT out[16];
|
||||
|
||||
PARTS:
|
||||
// Not each bit
|
||||
Not(in=in[0], out=out[0]);
|
||||
Not(in=in[1], out=out[1]);
|
||||
Not(in=in[2], out=out[2]);
|
||||
|
||||
Reference in New Issue
Block a user