Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

computer_architecture

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Readme.md

#Computer Architecture Lab

This file contains the code written during Computer Architecture Lab (CS493) course.

###How to run in Linux Environment

  1. Install iverilog by the following command sudo apt-get install iverilog
  2. Compile the .v file using iverilog .v to generate the output on standard a.out file or iverilog .v -o to store the output file on
  3. Run the output file by ./a.out or ./
  4. To view the output of the vcd file, install gtkwave by the command sudo apt-get install gtkwave
  5. Open the vcd file in gtkwave by the command gtkwave .vcd