aboutsummaryrefslogtreecommitdiff
path: root/projects/02/Test.hdl
diff options
context:
space:
mode:
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);
+}