View on GitHub

32-bit MIPS Processor

A 32-bit MIPS processor developed in Verilog

Download this project as a .zip file Download this project as a tar.gz file

Introduction

The following operations are implemented in the processor:

Instructions

To run the processor, use the following commands:

iverilog *.v

./a.out

NOTE

Install iverilog using the command sudo apt-get install verilog