Learning FPGAs
Revision as of 22:33, 18 June 2020 by Joldenburg6 (talk | contribs) (Created page with "This is a work-in-progress collection of resources that may be helpful to anyone wanting to learn more about FPGAs. * [https://verilogguide.readthedocs.io '''FPGA designs wit...")
This is a work-in-progress collection of resources that may be helpful to anyone wanting to learn more about FPGAs.
- FPGA designs with Verilog: An online introduction to Verilog.
- Verilog by Example: A Concise Introduction for FPGA Design by Blaine Readler: An introduction to Verilog. It assumes you understand Boolean logic (ECE2020 or equivalent) and some amount of how programming works. It gives lots of exmaples but doesn't go far into why things are done a certain way.