Examples (6)
Analyze a VHDL source file and produce an object file
ghdl -a filename.vhdlElaborate a design (where `design` is the name of a configuration unit, entity unit, or architecture unit)
ghdl -e designRun an elaborated design
ghdl -r designRun an elaborated design and dump output to a waveform file
ghdl -r design --wave=output.ghwCheck the syntax of a VHDL source file
ghdl -s filename.vhdlDisplay help
ghdl --helpmade by @shridhargupta | data from tldr-pages