summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Rigge2019-02-19 17:58:46 -0800
committerSchuyler Eldridge2019-02-19 20:58:46 -0500
commit4f02a255866729e9b646061aecb5a8ebc8ab9f91 (patch)
tree95ae08a5f3a312fe33bcaea2c91e7c3347e99030
parente8b2aa9972b98fd15061bb2af5391e1c05b619fc (diff)
Update README to reference the bootcamp (#1025)
* Update README to reference the bootcamp * Place learning section higher
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 108304d6..02672ab5 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,9 @@ brew install sbt verilator
If you are migrating to Chisel3 from Chisel2, please visit
[Chisel3 vs Chisel2](https://github.com/ucb-bar/chisel3/wiki/Chisel3-vs-Chisel2)
+### Resources for Learning Chisel
+* [Chisel Bootcamp](https://github.com/freechipsproject/chisel-bootcamp), a collection of interactive Jupyter notebooks that teach Chisel
+* [Chisel Tutorial](https://github.com/ucb-bar/chisel-tutorial), a collection of exercises utlizing `sbt`
### Data Types Overview
These are the base data types for defining circuit wires (abstract types which
@@ -112,8 +115,6 @@ may not be instantiated are greyed out):
![Image](doc/images/type_hierarchy.png?raw=true)
-### [Chisel Tutorial](https://github.com/ucb-bar/chisel-tutorial)
-
## For Hardware Engineers
This section describes how to get started using Chisel to create a new RTL
design from scratch.