aboutsummaryrefslogtreecommitdiff
path: root/projects/02/Test.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/Test.hdl
parentb8f53f80d0a506f1c64d2318db8e05f844bb1fa0 (diff)
finished project 2
Diffstat (limited to 'projects/02/Test.hdl')
-rw-r--r--projects/02/Test.hdl8
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/02/Test.hdl b/projects/02/Test.hdl
new file mode 100644
index 0000000..4b12157
--- /dev/null
+++ b/projects/02/Test.hdl
@@ -0,0 +1,8 @@
+CHIP Test{
+ IN
+ x[16], y;
+ OUT
+ out[16];
+ PARTS:
+ Mux (a=x, b=true, out=out);
+}