We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is an incomplete guide of how to set up a VHDL tool chain on linux (ubuntu).
sudo add-apt-repository ppa:pgavin/ghdl sudo apt-get update sudo apt-get install ghdl
See the manpage (man ghdl), but it goes something along the lines of ghdl -a file.vhd.
man ghdl
ghdl -a file.vhd