From 77a518abe7db6ca195e251b751e11ea6d2b222c7 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 20 Jan 2012 19:23:41 -0500 Subject: add README, .gitignore --- .gitignore | 8 ++++++++ README | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README 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. -- cgit v1.2.3