Skip to content

Assignment submissions of the semester 2020-21-II offering of CS220 at IIT Kanpur

Notifications You must be signed in to change notification settings

bhuvansingla/cs220-computer-organization

Repository files navigation

CS220 - Computer Organization

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.

Collaborators

Course Instructor

Installation and Execution

Verilog

# install verilog
sudo apt update  
sudo apt install verilog

# compile
iverilog <top_module.v> -o <output_file_name>

# run
./<output_file_name>

SPIM

Download from http://spimsimulator.sourceforge.net/

About

Assignment submissions of the semester 2020-21-II offering of CS220 at IIT Kanpur

Topics

Resources

Stars

Watchers

Forks

Languages