Written in VHDL
sudo apt install libgnat-4.9
sudo apt install gtkwave
wget https://github.com/ghdl/ghdl/releases/download/v0.33/ghdl_0.33-1jessie1_amd64.deb
sudo dpkg --install ghdl_0.33-1jessie1_amd64.deb
- Enter directory of one of the exercise
make
- To make your own Makefile, replace the following with your own source files:
- List your main source files in the
NETLIST
- Write your test bench file name in the
TESTBENCH
- Write your test bench entity name in the
NAME
- List your main source files in the
gtkwave <filename>.vcd