summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgrebe2017-01-10 13:43:53 -0800
committerGitHub2017-01-10 13:43:53 -0800
commit8a63d43762afdbdd17c04faf01201181c1eb9a8d (patch)
tree99d179d68bffd24ad9fc84c4f6866126eab40051 /README.md
parent33854075e4c50995d0011f773813571535a830fa (diff)
parent22b9beefd6ddc358f1573a305ed9b498634c6d23 (diff)
Merge branch 'master' into fixedPointFromBits
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00b7ab94..55c09de8 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ This will walk you through installing Chisel and its dependencies:
1. Clone the FIRRTL repository:
```
- git clone git@github.com:ucb-bar/firrtl.git
+ git clone https://github.com/ucb-bar/firrtl.git
```
1. Build Scala-FIRRTL. In the cloned FIRRTL repository:
@@ -83,6 +83,7 @@ This will walk you through installing Chisel and its dependencies:
```
export PATH=$PATH:<path-to-your-firrtl-repository>/utils/bin
```
+ Please see the [FIRRTL repo](https://github.com/ucb-bar/firrtl) for details on installing FIRRTL.
1. Install Verilator. As of February 2016, the version of Verilator included by
in Ubuntu's default package repositories are too out of date, so it must be
compiled from source.