GHDL is an open source and freely available implementation of a VHDL analyzer and simulator written by Tristan Gingold in Ada. There are several versions including a gcc compiler front end and a just in time direct compile mcode version commonly found on Windows PCs.
GHDL is capable of analyzing, elaborating and simulation VHDL source files compliant with the IEEE Std 1076-1993, and as a work in progress is being upgraded to -2008 compliance.
The tag's intended use is to decorate VHDL questions that require ghdl specific answers relating to tool use. See also vhdl.
GHDL is invoked via the command line, it's specific operation passed by command line parameter. Basic command flags include those for analysis, elaboration and running a VHDL design specification as well as specific functions for managing simulation libraries and building models.
For waveform display ghdl is used in conjunction with GTKWave an open source waveform display tool.
GHDL is distributed for Windows, Linux, FreeBSD and OS X platforms as is GTKWave.