diff options
author | bnewbold <bryan@octopart.com> | 2012-01-20 19:23:41 -0500 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-01-20 19:26:40 -0500 |
commit | 77a518abe7db6ca195e251b751e11ea6d2b222c7 (patch) | |
tree | 336553ffed353e96f122df1a3022bf2e0a3e26c7 | |
parent | 889a5a5395872eeb3740d5d3281b56c7afa47a6f (diff) | |
download | netv_fpga_hdmi_overlay-master.tar.gz netv_fpga_hdmi_overlay-master.zip |
-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. |