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/02/Test.hdl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 projects/02/Test.hdl (limited to 'projects/02/Test.hdl') diff --git a/projects/02/Test.hdl b/projects/02/Test.hdl deleted file mode 100644 index 4b12157..0000000 --- a/projects/02/Test.hdl +++ /dev/null @@ -1,8 +0,0 @@ -CHIP Test{ - IN - x[16], y; - OUT - out[16]; - PARTS: - Mux (a=x, b=true, out=out); -} -- cgit v1.2.3