aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--README9
2 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f466019
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*.o
+*.a
+*.pyc
+*~
+*.swp
+.*
+*.tmp
+*.old
diff --git a/README b/README
new file mode 100644
index 0000000..33958b0
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+This repository is simply a mirror of the file fpga/hdmi_overlay_0xD_src.tgz
+downloaded from http://www.kosagi.com/netv_hardware/ on Jan 19th, 2011.
+
+It seems to contain all the verilog and scripts required to build FPGA firmware
+for the NeTV HDMI device from Chumby/Sutajio Ko-Usagi; see
+http://www.kosagi.com/blog/ for more information.
+
+See source file headers for licensing; seems to be a very permissive
+attribution license.