Giter Club home page Giter Club logo

mips_32_version1's Introduction

MIPS:- Microprocessor without Interlocked Pipelined Stages is a 32 bit RISC ISA. In this project, I have implemented a 5 stage Pipelined Processor processing various instruction at a single clock Cycle. Only a small set of instruction is implemented. Characteristics:

  1. 32, 32 bit GPRs,R0-R31
  2. A special purpose 32 bit PC
  3. No Flags Registers
  4. Addressing modes- Register, immediate and register indexed
  5. Only load and store instructions can access memory
  6. Memory word size is 32 bits and is word addressable.
  7. One Read and two Write Port Instruction Subset:
  8. Load and Store Instructions
  9. Arithmetic and logic instruction(only register operands and Immediate operand)
  10. ADD R1,R2,R0 // R1 = R2 + 0
  11. SUB R12,R10,R8 // R12 = R10 โ€“ R8
  12. AND R20,R1,R5 // R20 = R1 & R5
  13. OR R11,R5,R6 // R11 = R5 | R6
  14. MUL R5,R6,R7 // R5 = R6 * R7
  15. SLT R5,R11,R12
  16. ADDI R1,R2,25
  17. SUBI R5,R1,150
  18. SLTI R2,R10,10
  19. Branch Instructions Academic Report
  20. BEQZ R1,Loop
  21. BNEQZ R5,Label
  22. Miscellaneous Instruction
  23. HLT

To know more please refer this link:-" https://drive.google.com/file/d/1M3elHzYxrQsOYWBfFgzjtk69ndPGDvMS/view?usp=sharing"

mips_32_version1's People

Contributors

pranjal-mittal0 avatar

Watchers

 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.