diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | README | 9 |
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 @@ -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. |