/learning-journey

Chisel Learning Journey

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Chisel Learning Journey

Welcome to the repository for the example code that goes with the Chisel Learning Journey!

Clone this repo to get the example code discussed on the learning journey, and run the setup script to set up the environment for it.

If you haven't yet, start by going to the Chisel Learning Journey, which is a step by step guide to learning the Chisel Hardware language.

This Journey is built around the examples provided by the creators of Chisel, within their tutorial.

To clone this example code:

git clone https://github.com/apaj/learning-journey.git

then change the directory:

cd learning-journey

and run the script that sets everything up for you:

sudo ./set-learning-journey

and follow along simple instructions.

Once the script is finished, please embark on the Chisel Learning Journey.