External websites
- VHDL language reference by Margret Riegert. This is a cleaned-up version of an older guide, with some updates for VHDL-2008.
- VHDL-93 language reference from HDL works. This is a clean and complete VHDL reference guide, but only covers VHDL-93.
- NANDLAND has a good VHDL reference and a set of tutorials on desiging various useful circuits.
- VHDLwhiz has a set of free tutorials. The author takes a somewhat unconventional approach starting with testbenches rather than synthesizable code, but he generally explains with clarity and detail.
- FPGA Tutorial blog with a series of articles on key big topics in FPGA/VHDL design.
- An old archive of a VHDL-93 language reference from Jayram Moorkanikara at UC Irvine.
- EDA playground is an online editor where you can run VHDL code with a number of simulators.
Books
- Free-Range VHDL -- This free book is one of the most concise and helpful introductions to VHDL I've found.
Written by Bryan Mealy and Fabrizio Tappero, distributed under CC-BY-SA.
- Ricardo Jasinski, Effective Coding with VHDL: Principles and Best Practice -- This is an excellent book that describes how to do things correctly with VHDL. It goes through each feature of the language and describes not only how to use it, but how to use it effectively for clean and maintainable code.