From 9ea89a8ddc44f8c25b71d8fc4f891b93dc39489f Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 3 Jan 2017 09:33:59 -0800 Subject: Update FIRRTL cloning instructions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:/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. -- cgit v1.2.3