Links to useful and interesting online FPGA-related content. ''Please try and point to advanced or fundamental material.'' *[[http://cdstahl.org/|cdstahl.org]] *Discussions about various implementations of LFSRs, Reed-Solomon/Viterbi/etc... codecs, accumulators for DSP, etc... *[[http://www.eecg.utoronto.ca/~laforest/hdl_references/index.html|HDL References]] *Most online info about Hardware Description Languages (HDLs) is pretty poor. I've collected here the best references I've found, generally aimed at Verilog. The coding style guides are not about mere aesthetics or convention, but show how to write correctly synthesizable code. It'll save you a lot of headaches. *[[http://www.eecg.utoronto.ca/~laforest/USB-Blaster-Debian.html|Using Altera's USB-Blaster on Debian Linux]] *Most instructions online about this topic are aimed at Ubuntu Linux, which is subtly different enough from Debian Stable for them to not work. I've worked them out here for plain Debian. * [[http://danstrother.com/2010/09/11/inferring-rams-in-fpgas/|Inferring true dual-port, dual-clock RAMs in Xilinx and Altera FPGAs]] *Excellent and thorough work-through on how to properly infer various kinds of memories from HDL code. Quotes the relevant documentation.