mirror of
https://github.com/soconnor0919/eceg431.git
synced 2025-12-11 06:34:43 -05:00
project01: Comments/cleanup
This commit is contained in:
@@ -13,7 +13,6 @@ CHIP Off {
|
||||
OUT out;
|
||||
|
||||
PARTS:
|
||||
// Put your code here:
|
||||
// Nand(a=true, b=false, out=out); // old
|
||||
// always output false
|
||||
Nand(a=true, b=true, out=out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user