Code Monkey home page Code Monkey logo

mips_processor's Introduction

ROLLMIPS-1

Regularly Operating Logicaly Logic MIPS Processor

This is an implementation of a single cycle MIPS processor in VHDL. It was made for the Computer Architecture Course at Erasmus University College in the accademic year 2012-2013 by Steven Vanden Branden and Frank Vanbever. It can currently execute following instructions:

  • add
  • sub
  • and
  • or
  • slt
  • nor
  • beq
  • bne
  • addi
  • sw
  • lw
  • mult (with Hi and Lo registers)
  • mfhi
  • mflo

The testbenches folder contains the testbenches for the different components. The Xilinx_Files folder contains the Xilinx ISE project file (MIPS_processor_2.xise). It may be necessary to point ISE to the folder containting the VHDL files. The docs folder contains the Doxygen generated documentation in the form of a number of HTML files. The easiest way to consult these is through the github.io site of this project. Be warned that this documentation is not up to date and far from complete. In the assembler_code folder an application can be found that calculates the Fibonacci numbers, as well as the hexadecimal representation of this application that can be used in the application.

The Xilinx ISE schematic editor was used to create the top-level file for this design.

processor

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.