Giter Site home page Giter Site logo

princeofpython / computer-architecture Goto Github PK

View Code? Open in Web Editor NEW
25.0 3.0 6.0 2.73 MB

Detailed and step by step implementation of RISC-V CPU from scratch using Verilog. This work is part of my academic course EE2003, Introduction to Computer Organisation in IIT Madras.

Verilog 100.00%
risc-v riscv32 processor alu cpu verilog pipelining

computer-architecture's Introduction

Computer-Organisation

Detailed and step by step implementation of RISC-V CPU from scratch using Verilog. This work is part of my academic course EE2003 (Computer Organisation) during fall semester of 2019.

Contents

Final codes for each part is commented denoting the use of particular code block and each part contains a README.md file explaining the problem statement and the approach to solve it.

computer-architecture's People

Contributors

princeofpython avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

computer-architecture's Issues

ERROR IN TOP FILE

This code in your top file gives error, I've quartus 18.1 lite. CPU isn't the main file. I mean why you made top file ? The RTL CPU generates is the RISC-V ? How to run "PIPELINE CODE" ? which one is top hierarchy file ? Top or CPU ?
Can you please explain following code to me ?
icon0 instanceB (
.CONTROL0(VIO_CONTROL) // INOUT BUS [35:0]
);
vio0 instanceC (
.CONTROL(VIO_CONTROL), // INOUT BUS [35:0]
.ASYNC_OUT({reset, manclk}), // OUT BUS [65:0]
.ASYNC_IN({PC,x31,we,dwdata,daddr,iaddr}) // IN BUS [163:0]
);

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.