This repositiory contains submissions for the assignments completed in the semester 2020-21-II offering of CS220 (Computer Organization) at the Indian Institue of Technology Kanpur.
Assignments have been completed using Verilog HDL, MIPS and SPIM.
# install verilog
sudo apt update
sudo apt install verilog
# compile
iverilog <top_module.v> -o <output_file_name>
# run
./<output_file_name>
Download from http://spimsimulator.sourceforge.net/