Giter Club home page Giter Club logo

nios2-altera's Introduction

Nios2-Altera

Nios II Processor-Altera

This is Verilog code for 32-bit MIPS Nios-|| Architecture. It has six different section in design, each stage of 5- stage pipeline structure was designed in different files and executed together. In MIPS there are 5 stages:

 Fetch Stage  Decode Stage  Execution Stage  Memory write stage  Write back Stage

This stages are designed in below given code.

fetch.v--> Fetch Stage

decode.v--> Decode Stage

execute.v--> Execution Stage

mw.v--> Memory write stage

wb.v --> Write back Stage

mem_code.v--> Code Memory (In which memory data memory is created)

ins_mem_40 --> Instruction Memory(In thich Instruction memory is created)

combine_proce.v-> Combining all the blocks together

combine_proce_tb.v-> Test Bench for the whole code

Advantages

Mips provide 5 stage pipeline structure which is very fast in execution and provides instruction level parallelism. Using Nios:2 soft core architecture which has different instruction format than Mips assembly this project has been implemented. Hence, MIPS hardware can be used for different types of different instruction formats with slight modifications.

nios2-altera's People

Contributors

manalshah avatar

Watchers

Wenbin Hou 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.