From f6ab2b92c690b38d73886468e0e5a4c256a82dd1 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 13 Dec 2016 14:12:30 -0800 Subject: Update installation instructions with sbt publish-local. (#393) Also, delete run regression part of Installation since `sbt test` does that anyway --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ad726aec..a7ad0b85 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,13 @@ ##### Installation 1. Clone the repository: ```git clone https://github.com/ucb-bar/firrtl; cd firrtl``` - 2. Compile firrtl:```sbt compile``` - 3. Run tests: ```sbt test``` - 4. Build executable (`utils/bin/firrtl`): ```sbt assembly``` - * **Note:** You can add `utils/bin/firrtl` to your path to call firrtl from other processes - 5. Run regression: + 1. Compile firrtl: ```sbt compile``` + 1. Run tests: ```sbt test``` + 1. Build executable (`utils/bin/firrtl`): ```sbt assembly``` + * **Note:** You can add `utils/bin` to your path to call firrtl from other processes + 1. Publish this version locally in order to satisfy other tool chain library dependencies: ``` -mkdir -p build -./utils/bin/firrtl -i regress/rocket.fir -o build/rocket.v -X verilog +sbt publish-local ``` ##### Useful sbt Tips -- cgit v1.2.3