GithubHelp home page GithubHelp logo

mips-processor's Introduction

MIPS-Processor

Hi!

This is a repo for our semester long project in EECE2322, Fundamentals of Digital Design and Computer Organization, which ws to create a MIPS Processor using Verilog.

There was some provided code by our professor to help intergrate the buttons on the PYNQ-Z board that we were using.

The code in this repo will not function without the code that the professor provided. This is purposely excluded to prevent any cheating in future classes.

eightbit_alu.v

This verilog file was our ALU or the brains of the processor. It takes in two 8-bit Buses and a 3-bit mux for the instruction. It features an add, not, and, or, arithmetic shift right, logic shift left, equal, and a not equal function.

inst_decorder.v

This verilog file took a 16-bit instruction and divided the bus according to the 4-bit opt code.

mux.v

This verilog file was a mux for the mux leading from the register and a 0 register.

mux_2.v

This verilog file was a basic mux

pdatapath_top_lab6.v

This verilog file connects all of the verilog IPs together and sends it to the VIO to read the values.

program_counter.v

This verilog files keeps track of the number of instructions that has occurred as well as having the ability to jump to a previous instruction.

reg_file.v

This verilog file holds 4, 9-bit values as a register for the ALU.

I would like thank one of my roommates who worked with me on this project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.