#Computer Architecture Lab
This file contains the code written during Computer Architecture Lab (CS493) course.
###How to run in Linux Environment
- Install
iverilogby the following commandsudo apt-get install iverilog - Compile the .v file using
iverilogto generate the output on standard.v a.outfile oriverilogto store the output file on.v -o - Run the output file by
./a.outor./ - To view the output of the vcd file, install gtkwave by the command
sudo apt-get install gtkwave - Open the vcd file in gtkwave by the command
gtkwave.vcd