Giter Club home page Giter Club logo

mips_risk's Introduction

MIPS_RISK

DESIGN OF A 32-BIT RISC BASED MIPS PROCESSOR USING VERILOG

The MIPS Processor MIPS RISC (Reduced Instruction Set Computing) is a type of microprocessor architecture that is used in many different types of computing systems, including embedded systems, smartphones, and high-performance computing systems. The MIPS RISC architecture is known for its simplicity and high performance, and it has been widely adopted in many different industries.

The MIPS RISC architecture is a 32-bit architecture, which means that it can process data in 32-bit chunks. This allows for faster processing of data and instructions, as well as more efficient use of memory and other resources. The MIPS RISC architecture is also highly modular, which makes it easy to design and implement custom processors for specific applications.

One of the key features of the MIPS RISC architecture is its reduced instruction set. This means that the processor can execute instructions quickly and efficiently, without the need for complex instruction decoding logic. The reduced instruction set also reduces the amount of power that is required to execute instructions, which is important in mobile and embedded systems where power consumption is a critical factor.

Another important feature of the MIPS RISC architecture is its pipeline design. The pipeline design allows the processor to execute multiple instructions simultaneously, which improves performance and reduces latency. The pipeline design also allows for easy scalability, which means that the processor can be easily adapted to different performance requirements and specifications.

The MIPS Processor

Suported Instructions

Instruction Format Operation Syntax
Add R R[rd] = R[rs] + R[rt] add $rd, $rs, $rt
Add immediate I R[rt] = R[rs] + immed. addi $rt, $rs, immed.
And R R[rd] = R[rs] & R[rt] and $rd, $rs, $rt
Branch On Equal I if (R[rs]==R[rt]) PC=PC+4+BranchAddr beq $rs, $rt, BranchAddr
Branch On Not Equal I if (R[rs]!=R[rt]) PC=PC+4+BranchAddr bne $rs, $rt, BranchAddr
Jump J PC=JumpAddr j JumpAddr
Or R R[rd] = R[rs] | R[rt] or $rd, $rs, $rt
Set Less Than R R[rd] = (R[rs] < R[rt]) ? 1 : 0 slt $rd, $rs, $rt

The MIPS Processor

Todo

test bench

mips_risk's People

Contributors

sh4de-c4t 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.