From d3a0cc3a8ba6dfeb64d3faeffdeb6845b60e5840 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 20 Jan 2018 15:41:49 +0100 Subject: rearranged the dir for github - removed tools and pdfs - rearranged the projects dirs - added md files - other minor changes --- projects/01/And1With16.hdl | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 projects/01/And1With16.hdl (limited to 'projects/01/And1With16.hdl') diff --git a/projects/01/And1With16.hdl b/projects/01/And1With16.hdl deleted file mode 100644 index c6d412c..0000000 --- a/projects/01/And1With16.hdl +++ /dev/null @@ -1,22 +0,0 @@ -CHIP And1With16 { - IN a, b[16]; - OUT out[16]; - - PARTS: - And (a=a, b=b[0], out=out[0]); - And (a=a, b=b[1], out=out[1]); - And (a=a, b=b[2], out=out[2]); - And (a=a, b=b[3], out=out[3]); - And (a=a, b=b[4], out=out[4]); - And (a=a, b=b[5], out=out[5]); - And (a=a, b=b[6], out=out[6]); - And (a=a, b=b[7], out=out[7]); - And (a=a, b=b[8], out=out[8]); - And (a=a, b=b[9], out=out[9]); - And (a=a, b=b[10], out=out[10]); - And (a=a, b=b[11], out=out[11]); - And (a=a, b=b[12], out=out[12]); - And (a=a, b=b[13], out=out[13]); - And (a=a, b=b[14], out=out[14]); - And (a=a, b=b[15], out=out[15]); -} -- cgit v1.2.3