Skip to content

A single cycle MIPS processor with forwarding, working with basic commands.

Notifications You must be signed in to change notification settings

tisla002/Mips-Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Mips-Processor

This project was intended to demonstrate some of my understanding and usage of the Verilog language.

I have implemented a Single-Cycle MIPS processor with forwarding enabled. I used Verilog for implementation and tested my implementation using a Verilog Test Bench. This implemenation includes an ALU, PC, Registers, and Memory.

It supports several commands:

  • add, addu, addi
  • sub, subi
  • slt
  • nor, or
  • and
  • lw, sw
  • beq

About

A single cycle MIPS processor with forwarding, working with basic commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published