Skip to content
Sigve Sebastian Farstad edited this page Oct 24, 2013 · 2 revisions

This is an incomplete guide of how to set up a VHDL tool chain on linux (ubuntu).

Install the GHDL package

sudo add-apt-repository ppa:pgavin/ghdl
sudo apt-get update
sudo apt-get install ghdl

Usage

See the manpage (man ghdl), but it goes something along the lines of ghdl -a file.vhd.

Clone this wiki locally