aboutsummaryrefslogtreecommitdiff
path: root/projects/02/Inc16.hdl
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2017-11-30 14:26:43 +0100
committerYuchen Pei <me@ypei.me>2017-11-30 14:26:43 +0100
commitd4e7065850203ff97a1046615644f9a6f73eb523 (patch)
treeb313f0657eb893507e19c107c2ce7b30005f6541 /projects/02/Inc16.hdl
parentb8f53f80d0a506f1c64d2318db8e05f844bb1fa0 (diff)
finished project 2
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);
+}