diff options
| author | Jim Lawson | 2017-01-04 09:54:29 -0800 |
|---|---|---|
| committer | GitHub | 2017-01-04 09:54:29 -0800 |
| commit | 22b9beefd6ddc358f1573a305ed9b498634c6d23 (patch) | |
| tree | 10dc3140e630d4ebabed9ada85beca0319fc003a | |
| parent | 4eebd787312792f7a3722af61ab7e6349081d3b4 (diff) | |
| parent | 9ea89a8ddc44f8c25b71d8fc4f891b93dc39489f (diff) | |
Merge pull request #430 from ucb-bar/updatereadme426
Update FIRRTL cloning instructions.
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
