aboutsummaryrefslogtreecommitdiff
path: root/projects/02/Inc16.hdl
diff options
context:
space:
mode:
Diffstat (limited to 'projects/02/Inc16.hdl')
-rw-r--r--projects/02/Inc16.hdl3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/02/Inc16.hdl b/projects/02/Inc16.hdl
index fb6c0dd..8142695 100644
--- a/projects/02/Inc16.hdl
+++ b/projects/02/Inc16.hdl
@@ -14,4 +14,5 @@ CHIP Inc16 {
PARTS:
// Put you code here:
-} \ No newline at end of file
+ Add16 (a=in, b[0]=true, b[1..15]=false, out=out);
+}