summaryrefslogtreecommitdiffstats
path: root/led.v
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-19 23:17:47 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-19 23:17:47 +0000
commit557fd604e7c9a079d136c76089446d9c714438ec (patch)
treeb96a0953749ee5839bf109a0f5595fb4e9243337 /led.v
downloadFPGA_Playground-557fd604e7c9a079d136c76089446d9c714438ec.tar.gz
FPGA_Playground-557fd604e7c9a079d136c76089446d9c714438ec.zip
Adding initial files
Diffstat (limited to 'led.v')
-rw-r--r--led.v25
1 files changed, 25 insertions, 0 deletions
diff --git a/led.v b/led.v
new file mode 100644
index 0000000..28d6363
--- /dev/null
+++ b/led.v
@@ -0,0 +1,25 @@
+`timescale 1ns / 1ps
+//////////////////////////////////////////////////////////////////////////////////
+// Company:
+// Engineer: Yann Herklotz
+//
+// Create Date: 23:10:42 02/19/2017
+// Design Name:
+// Module Name: led
+// Project Name:
+// Target Devices: Papilio Pro
+// Tool versions:
+// Description:
+//
+// Dependencies:
+//
+// Revision:
+// Revision 0.01 - File Created
+// Additional Comments:
+//
+//////////////////////////////////////////////////////////////////////////////////
+module led(
+ );
+
+
+endmodule