Voluntary final project for the Networkprogramming class.
- Icarus Verilog
- GTKWave
Install with:
sudo apt-get install iverilog gtkwave
Each folder contains all the files to run each example.
- Compile the files with
iverilog -g2012 -o <output> <input> <input> ...
, the files in each folder are the input files for each example. - Run the simulation with
vvp <output>
- View the simulation with
gtkwave <output>.vcd