Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Intensivate/learning-journey
Chisel Learning Journey
https://github.com/Intensivate/learning-journey
Last synced: 2 months ago
JSON representation
Chisel Learning Journey
- Host: GitHub
- URL: https://github.com/Intensivate/learning-journey
- Owner: Intensivate
- License: gpl-3.0
- Created: 2018-01-20T09:11:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T07:58:54.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T01:37:19.565Z (6 months ago)
- Language: Jupyter Notebook
- Size: 1.91 MB
- Stars: 105
- Watchers: 6
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chisel Learning Journey
This is the Chisel Learning Journey tailored after seven years of experience in Chisel hardware development here at [Intensivate](intensivate.com). Around a 100 people walked these steps over the years and we have tried our best to keep the path up to date, as much as the primary design work allowed.
In the meantime, multiple aids in learning Chisel have been developed at UC Berkeley, plus Chisel itself evolved - and we are at versions well beyond 3 now (March 2023). The code in this repository came from the Chisel tutorial repository with certain additions back in the day when Chisel version was 2 and neither of the current standard learning possibilities were available. Hence, we decided not to update this code (at least for the time being), rather we keep it for historical reasons, and we outsource the exercises needed for the first steps (that teach syntax) of the Learning Journey.
The value of this particular Journey to learning Chisel is in the vast practical experience gathered across the years and at the later stages, where we show you how to leverege Rocket-chip, TileLink and diplomacy.
To conclude, DO NOT clone this repo, do not run any of the scripts in this repo, just proceed to the [first step of the Learning Journey](https://github.com/Intensivate/learning-journey/wiki).
# DEPRECATED <== bellow this line, all is deprecated, DO NOT read below
Welcome to the repository for the example code that goes with the [Chisel Learning Journey](https://github.com/Intensivate/learning-journey/wiki)!
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](https://github.com/Intensivate/learning-journey/wiki), which is a step by step guide to learning the [Chisel](https://github.com/freechipsproject/chisel3) Hardware language.
This Journey is built around the examples provided by the creators of Chisel, within their [tutorial](https://github.com/ucb-bar/chisel-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](https://github.com/librecores/riscv-sodor/wiki).