From d4e7065850203ff97a1046615644f9a6f73eb523 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 30 Nov 2017 14:26:43 +0100 Subject: finished project 2 --- projects/02/Test.hdl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 projects/02/Test.hdl (limited to 'projects/02/Test.hdl') 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); +} -- cgit v1.2.3