Ask HN: How can I get started with FPGA?
Are the affordable starter kits out there? What does the HN community recommend?
I did a little FPGA work as part of a course in college, but only used the simulators and never got to see my stuff running on an actual chip. I'd like to dive a little more on it.
4 comments
[ 4.3 ms ] story [ 19.2 ms ] threadhttp://www.digilentinc.com/Products/Catalog.cfm?NavPath=2,40...
http://www.xess.com/ http://papilio.cc/ http://www.terasic.com.tw/en/
https://news.ycombinator.com/item?id=7902219
(I didn't try it.)
Don't start with a complicated board (including DDR-RAM, digital video out, high-speed ADCs, ...) for a few 100$ but try a very simple one first for <$50 off eBay. Your first projects will be very simple. (Mine were and still are.)
Try to learn the command-line tools as early as possible, so that your VHDL (or Verilog) sources are well structured in a source-control repository -- and builds are reproducibly created by make or maybe some build shell-scripts. The integrated development tools (with graphical configuration wizards for everything) are great for exploration, but a nightmare for proper configuration management, they produce way too much undecipherable junk.