Giter Site home page Giter Site logo

ee2003's Introduction

EE2003: Computer Organisation
=============================

DISCLAIMER: These are only for reference and are to be used only for understanding/learning. These assignments should not be turned in as your own original work.

NEWSFLASH: This is now being continued at hephaestus[1]

Tools
-----
* iverilog[2]
* gtkwave[3]
* direnv[4] (optional, but highly recommended)
* rv32i toolchain[5]
* yosys[6]
* Xilinx Vivado 2020.1[7] (optional - useful for beginners who have difficulty with CLI tools)

The tools are not provided as part of this repository and are to be built from source for latest features, and for easy management of tools.

Setup
-----
This setup assumes that you like to keep your global .profile clean and would like to add project-specific ENV_VARS and tools you normally wouldn't use for any other purpose, to a separate file(directory) in the project. For this, direnv[4] is recommended. The .envrc present here assumes that you install the required tools in tools/ directory here.

DroneCI requires you to keep DRONE_TOKEN and DRONE_SERVER as ENV_VARS. Please add your DRONE_TOKEN credential to .envrc as:

    export DRONE_TOKEN=<insert token>

Assignments
-----------
a0 - Primer to git, DroneCI etc.
a1 - Primer on Verilog HDL
a2 - Primer on RISC-V assembly
a3 - ALU
# a4 was not released in time and was released in the end as a8.
a5 - Load/Store Instructions
a6 - Branch/Jump Instructions
a7 - Interfacing a peripheral with the processor
a8 - Synthesis

References
----------
[1] - https://github.com/aklsh/hephaestus
[2] - https://github.com/steveicarus/iverilog, install in tools/
[3] - https://github.com/gtkwave/gtkwave/tree/master/gtkwave3-gtk3, install in tools/
[4] - https://direnv.net/
[5] - https://github.com/riscv/riscv-tools, install in tools/ directory
[6] - https://github.com/YosysHQ/yosys - recommended to use v0.9 (support for RAM32, which is necessary, is introduced only in v0.9). install in tools/ directory
[7] - install in tools/

ee2003's People

Contributors

aklsh 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.