Giter VIP home page Giter VIP logo

mips_micro's Introduction

MIPS_Micro

This project is a VHDL implementation of a MIPS microprocessor. The following instructions are supported:

R-Type: add, and, div, nor, or, sub, mult, slt I-Type: addi, beq, lw, sw J-Type: j

They processor is setup with 32KB of BRAM and is designed to work with programs that are assembled with MARS (MIPS Assembler and Runtime Simulator), which can be found here: http://courses.missouristate.edu/kenvollmar/mars/ When using MARS you must change the Memory Configuration to use "Compact, Text at Address 0". Once programs are assembled you can dump the memory using the "Hexadecimal Text" format into a file. Once you have the memory dump in hex format you can paste it into a .coe file to be loaded into the BRAM on initialization. You will then need to regenerate the memory core and processor core.

The current project is setup to run on a Digilent Nexys3 board. It runs at a clock speed of 50MHz (a step down from the native 100MHz clock on the Nexys3 board due to timing issues with writting and reading from memory when running at 100MHz). The following components are memory mapped and can be read/written to: LEDs - 0x7F00 Switches - 0x7F04 Buttons - 0x7F08

mips_micro's People

Contributors

nburek avatar

Watchers

 avatar  avatar

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.