SaraBaradaran / MIPS-Processor

Implementation of MIPS Processor Modules Using Verilog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIPS-Processor

This processor has been implemented using Verilog as a hardware description language. You can use ModelSim software for running Verilog codes. ModelSim is a package in Mentor Graphics and is used for logic simulation of HDLs. You can get more information about how this processor works by reading the MIPS_Processor_Project.pdf and MIPS_Processor_Demo.pdf files.

Usage guide

Requirements

Step 1: Download Velilog Codes & Instructions File

You can clone codes using the below command:

git clone https://github.com/SaraBaradaran/MIPS-Processor

Step 2: Run Codes Using ModelSim

About

Implementation of MIPS Processor Modules Using Verilog


Languages

Language:Verilog 100.0%