diff options
| author | Anders Pitman | 2017-06-13 12:14:21 -0700 |
|---|---|---|
| committer | edwardcwang | 2017-06-19 16:42:43 -0700 |
| commit | 91850ec917a432e9e3db588e7711c8a82801eb49 (patch) | |
| tree | 4eacceac9be103628092356327083ce165f61fe2 | |
| parent | 13500bcbde86125701550cc4d2e0dc39703ec338 (diff) | |
Fix a small typo in the README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ This will walk you through installing Chisel and its dependencies: - [sbt](http://www.scala-sbt.org/), which is the preferred Scala build system and what Chisel uses. - [Firrtl](https://github.com/ucb-bar/firrtl), which compiles Chisel's IR down - to Verilog. If you're building from the release branch of chisel3, separate installation of Firrtl is no longer required: the required jar will be automatically downloaed by sbt. If you're building chisel3 from the master branch, you'll need to follow the directions on the [firrtl project](https://github.com/ucb-bar/firrtl) to publish a local copy of the required jar. + to Verilog. If you're building from the release branch of chisel3, separate installation of Firrtl is no longer required: the required jar will be automatically downloaded by sbt. If you're building chisel3 from the master branch, you'll need to follow the directions on the [firrtl project](https://github.com/ucb-bar/firrtl) to publish a local copy of the required jar. - [Verilator](http://www.veripool.org/wiki/verilator), which compiles Verilog down to C++ for simulation. The included unit testing infrastructure uses this. |
