Skip to content
kritik bhimani edited this page Nov 8, 2017 · 30 revisions

Welcome to the riscv-sodor wiki!

Learning the Chisel Code

Chisel Learning Journey

Status of Sodor

Current State of Sodor

Sodor has two main branches, that are kept in sync:

  • "master" branch contains the simplest code
  • "comments" branch mirrors master, and adds verbose comments to the code.

Sodor also has advanced branches:

  • "fpga" adds all the features needed to bring Sodor up in an FPGA and interact via serial link to host
  • "devel" is used for development, such as pulling the latest rocket-chip features into Sodor

Note: On switching from one branch to another please use git submodule update --recursive

Clone this wiki locally