summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJim Lawson2016-11-02 13:43:38 -0700
committerJim Lawson2016-11-02 13:45:50 -0700
commitb2b80ce24881782b82b545e0e3cb2a0e4ef83557 (patch)
treeabcb6d36236e2049926a1923aa24988cd3fcacd7 /README.md
parent891c73d8819b6bd117b96ce3c77c72df023d3a4c (diff)
Update Getting Started, Tutorial, and Project Setup sections.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 387ee637..d2093e57 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,9 @@ This will walk you through installing Chisel and its dependencies:
```
## Getting Started
+If you are migrating to Chisel3 from Chisel3, please visit
+[Chisel3 vs Chisel2](https://github.com/ucb-bar/chisel3/wiki/Chisel3-vs-Chisel2)
+
### Data Types Overview
These are the base data types for defining circuit wires (abstract types which
@@ -168,15 +171,14 @@ may not be instantiated are greyed out):
![Image](doc/images/type_hierarchy.png?raw=true)
-### Chisel Tutorial
-*TODO: quick howto for running chisel-tutorial, once chisel-tutorial exists*
+### [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.
-### Project Setup
-*TODO: recommended sbt style, project structure*
+### [Project Setup](https://github.com/ucb-bar/chisel-template)
+
### RTL
*TODO: toy example*